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/OFF_SRC/DOM – 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/OFF_SRC/DOM/domain.F90

    r1152 r1312  
    110110      NAMELIST/namrun/ no    , cexper   , ln_rstart , nrstdt , nit000,         & 
    111111         &             nitend, ndate0   , nleapy    , ninist , nstock,         & 
    112          &             nwrite  
     112         &             nwrite, ln_mskland  
    113113 
    114114      NAMELIST/namctl/ ln_ctl , nprint, nictls, nictle,   & 
     
    147147         WRITE(numout,*) '           frequency of restart file       nstock    = ', nstock 
    148148         WRITE(numout,*) '           frequency of output file        nwrite    = ', nwrite 
     149         WRITE(numout,*) '           mask land points             ln_mskland   = ', ln_mskland 
    149150      ENDIF 
    150151 
Note: See TracChangeset for help on using the changeset viewer.