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/LIM_SRC_2/limwri_2.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/LIM_SRC_2/limwri_2.F90

    r1310 r1312  
    9999                            
    100100         zsto     = rdt_ice 
    101 !!Chris         clop     = "ave(only(x))"      !ibug  namelist parameter a ajouter 
    102          clop     = "ave(x)" 
     101         IF( ln_mskland )   THEN   ;   clop = "ave(only(x))"   ! put 1.e+20 on land (very expensive!!) 
     102         ELSE                      ;   clop = "ave(x)"         ! no use of the mask value (require less cpu time) 
     103         ENDIF 
    103104         zout     = nwrite * rdt_ice / nn_fsbc 
    104105         niter    = 0 
Note: See TracChangeset for help on using the changeset viewer.