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 1329 for trunk/NEMO/TOP_SRC/SED/sed.F90 – NEMO

Ignore:
Timestamp:
2009-02-20T11:32:52+01:00 (15 years ago)
Author:
cetlod
Message:

update modules to take into account the mask land points in NetCDF outputs, see ticket:322

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/sed.F90

    r1250 r1329  
    2121      rdt      =>   rdt         !: time step for the dynamics 
    2222 
    23    USE daymod , ONLY :                 & 
    24       nyear     =>   nyear,   &  !: Current year 
    25       nmonth    =>   nmonth,  &  !: Current month 
    26       nday      =>   nday        !: Current day 
     23   USE daymod , ONLY :            & 
     24      nyear     =>   nyear    ,   & !: Current year 
     25      nmonth    =>   nmonth   ,   & !: Current month 
     26      nday      =>   nday     ,   & !: Current day 
     27      ndastp    =>   ndastp   ,   & !: time step date in year/month/day aammjj 
     28      nday_year =>   nday_year,   & !: curent day counted from jan 1st of the current year 
     29      adatrj    =>   adatrj         !: number of elapsed days since the begining of the run 
     30   !                                !: it is the accumulated duration of previous runs 
     31   !                                !: that may have been run with different time steps. 
    2732 
    2833 
Note: See TracChangeset for help on using the changeset viewer.