New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5904 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2015-11-20T15:54:45+01:00 (8 years ago)
Author:
acc
Message:

Branch 2015/dev_r5836_NOC3_vvl_by_default. Correct logical statement in dynspg_ts.F90 and correct misplaced variable in configuration namelists (ln_traqsr now in namsbc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r5866 r5904  
    648648         ! 
    649649         ! Compute associated depths at U and V points: 
    650          IF( ln_dynadv_vec .OR. ln_linssh ) THEN   !* Vector form 
     650         IF( .NOT.( ln_dynadv_vec .OR. ln_linssh ) ) THEN   !* Vector form 
    651651            !                                         
    652652            DO jj = 2, jpjm1                             
Note: See TracChangeset for help on using the changeset viewer.