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 3973 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/IOM – NEMO

Ignore:
Timestamp:
2013-07-12T13:54:28+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r3901 r3973  
    1919   PUBLIC 
    2020 
     21  
     22   ! 
    2123   !!---------------------------------------------------------------------- 
    2224   !!                   namrun namelist parameters 
     
    2830   INTEGER       ::   nn_no            !: job number 
    2931   INTEGER       ::   nn_rstctl        !: control of the time step (0, 1 or 2) 
    30    INTEGER       ::   nn_rstssh     = 0           !: hand made initilization of ssh or not (1/0) 
     32   INTEGER       ::   nn_rstssh   = 0  !: hand made initilization of ssh or not (1/0) 
    3133   INTEGER       ::   nn_it000         !: index of the first time step 
    3234   INTEGER       ::   nn_itend         !: index of the last time step 
Note: See TracChangeset for help on using the changeset viewer.