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 950 for branches/dev_001_GM/NEMO/OFF_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2008-05-14T18:41:40+02:00 (16 years ago)
Author:
cetlod
Message:

phasing the OFFLINE module to the new version of NEMO, see ticket 146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/OFF_SRC/DOM/domain.F90

    r719 r950  
    1717   USE daymod          ! calendar 
    1818   USE lib_mpp         ! distributed memory computing library 
    19    USE flxrnf          ! runoffs 
    2019 
    2120   USE domstp          ! domain: set the time-step 
     
    111110      NAMELIST/nam_run/ no    , cexper   , ln_rstart , nrstdt , nit000,          & 
    112111         &             nitend, ndate0   , nleapy   , ninist , nstock,           & 
    113          &             nprint, nwrite   , nrunoff  , ln_ctl , nictls, nictle,   & 
     112         &             nprint, nwrite   , ln_ctl , nictls, nictle,   & 
    114113         &             njctls, njctle   , nbench   , isplt  , jsplt 
    115114 
     
    147146         WRITE(numout,*) '           frequency of restart file       nstock    = ', nstock 
    148147         WRITE(numout,*) '           frequency of output file        nwrite    = ', nwrite 
    149          WRITE(numout,*) '           runoff option                   nrunoff   = ', nrunoff 
    150148         WRITE(numout,*) '           run control (for debugging)     ln_ctl    = ', ln_ctl 
    151149         WRITE(numout,*) '           Start i indice for SUM control  nictls    = ', nictls 
Note: See TracChangeset for help on using the changeset viewer.