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 9135 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T16:44:50+01:00 (6 years ago)
Author:
flavoni
Message:

fix input/ouput flag of coordinates in usrdef routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/MY_SRC/usrdef_zgr.F90

    r9125 r9135  
    1515   !!--------------------------------------------------------------------- 
    1616   USE oce            ! ocean variables 
    17    USE dom_oce ,  ONLY: ln_zco, ln_zps, ln_sco   ! ocean space and time domain 
    1817   USE usrdef_nam     ! User defined : namelist variables 
    1918   ! 
     
    6766      ! 
    6867      ! 
    69       ! type of vertical coordinate 
     68      ! type of vertical coordinate   ==>>>   here LOCK EXCHANGE : flat bottom always  
    7069      ! --------------------------- 
    71       ! set in usrdef_nam.F90 by reading the namusr_def namelist only ln_zco 
    72       ln_zco    = .TRUE.       ! z-partial-step coordinate 
    73       ln_zps    = .FALSE.      ! z-partial-step coordinate 
    74       ln_sco    = .FALSE.      ! s-coordinate 
     70      ld_zco    = .TRUE.       ! z-partial-step coordinate 
     71      ld_zps    = .FALSE.      ! z-partial-step coordinate 
     72      ld_sco    = .FALSE.      ! s-coordinate 
    7573      ld_isfcav = .FALSE.      ! ISF Ice Shelves Flag 
    7674      ! 
Note: See TracChangeset for help on using the changeset viewer.