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 1312 for trunk/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2009-02-16T17:35:36+01:00 (15 years ago)
Author:
smasson
Message:

add a namelist logical to mask land points in NetCDF outputs, see ticket:322

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r1241 r1312  
    142142      NAMELIST/namrun/ no    , cexper, cn_ocerst_in, cn_ocerst_out, ln_rstart, nrstdt,   & 
    143143         &             nit000, nitend, ndate0      , nleapy       , ninist   , nstock,   & 
    144          &             nwrite, ln_dimgnnn 
     144         &             nwrite, ln_dimgnnn, ln_mskland 
    145145 
    146146      NAMELIST/namdom/ ntopo , e3zps_min, e3zps_rat, nmsh   ,   & 
     
    174174         WRITE(numout,*) '           frequency of output file        nwrite    = ', nwrite 
    175175         WRITE(numout,*) '           multi file dimgout           ln_dimgnnn   = ', ln_dimgnnn 
     176         WRITE(numout,*) '           mask land points             ln_mskland   = ', ln_mskland 
    176177      ENDIF 
    177178 
Note: See TracChangeset for help on using the changeset viewer.