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 14143 for NEMO/trunk/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2020-12-09T22:26:04+01:00 (4 years ago)
Author:
techene
Message:

#2385 add key_linssh equivalent to ln_linssh using domzr_substitute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/step.F90

    r14072 r14143  
    3333   !!            4.1  !  2019-08  (A. Coward, D. Storkey) rewrite in preparation for new timestepping scheme 
    3434   !!---------------------------------------------------------------------- 
    35 #if defined key_qco 
    36    !!---------------------------------------------------------------------- 
    37    !!   'key_qco'      EMPTY MODULE      Quasi-Eulerian vertical coordonate 
     35#if defined key_qco   ||   defined key_linssh 
     36   !!---------------------------------------------------------------------- 
     37   !!   'key_qco'      EMPTY MODULE      Quasi-Eulerian vertical coordinate 
     38   !!                                OR 
     39   !!   'key_linssh    EMPTY MODULE       Fixed in time vertical coordinate 
    3840   !!---------------------------------------------------------------------- 
    3941#else 
Note: See TracChangeset for help on using the changeset viewer.