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 6077 – NEMO

Changeset 6077


Ignore:
Timestamp:
2015-12-17T10:36:39+01:00 (8 years ago)
Author:
timgraham
Message:

Added missing namelist variable in domrea.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OFF_SRC/domrea.F90

    r6069 r6077  
    319319      INTEGER ::   ios 
    320320      !! 
    321       NAMELIST/namzgr/ ln_zco, ln_zps, ln_sco, ln_isfcav 
     321      NAMELIST/namzgr/ ln_zco, ln_zps, ln_sco, ln_isfcav, ln_linssh 
    322322      !!---------------------------------------------------------------------- 
    323323 
     
    340340         WRITE(numout,*) '             s- or hybrid z-s-coordinate    ln_sco    = ', ln_sco 
    341341         WRITE(numout,*) '             ice shelf cavity               ln_isfcav = ', ln_isfcav 
     342         WRITE(numout,*) '             Linear free surface            ln_linssh = ', ln_linssh 
    342343      ENDIF 
    343344 
Note: See TracChangeset for help on using the changeset viewer.