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 9490 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r9367 r9490  
    2828   LOGICAL       ::   ln_rstart        !: start from (F) rest or (T) a restart file 
    2929   LOGICAL       ::   ln_rst_list      !: output restarts at list of times (T) or by frequency (F) 
    30    INTEGER       ::   nn_no            !: job number 
    3130   INTEGER       ::   nn_rstctl        !: control of the time step (0, 1 or 2) 
    3231   INTEGER       ::   nn_rstssh   = 0  !: hand made initilization of ssh or not (1/0) 
     
    4645   LOGICAL       ::   ln_xios_read     !: use xios to read single file restart 
    4746   INTEGER       ::   nn_wxios         !: write resart using xios 0 - no, 1 - single, 2 - multiple file output 
     47   INTEGER       ::   nn_no            !: Assimilation cycle 
    4848 
    4949#if defined key_netcdf4 
     
    7474 
    7575   CHARACTER(lc) ::   cexper                      !: experiment name used for output filename 
    76    INTEGER       ::   no                          !: job number 
    7776   INTEGER       ::   nrstdt                      !: control of the time step (0, 1 or 2) 
    7877   INTEGER       ::   nit000                      !: index of the first time step 
     
    122121   INTEGER ::   numstp          =   -1      !: logical unit for time step 
    123122   INTEGER ::   numtime         =   -1      !: logical unit for timing 
    124    INTEGER ::   numout          =    6      !: logical unit for output print; Set to stdout to ensure any early 
    125                                             ! output can be collected; do not change 
     123   INTEGER ::   numout          =    6      !: logical unit for output print; Set to stdout to ensure any 
     124      !                                     !  early output can be collected; do not change 
    126125   INTEGER ::   numnam_ref      =   -1      !: logical unit for reference namelist 
    127126   INTEGER ::   numnam_cfg      =   -1      !: logical unit for configuration specific namelist 
     
    159158 
    160159   !!---------------------------------------------------------------------- 
    161    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     160   !! NEMO/OPA 4.0 , NEMO Consortium (2018) 
    162161   !! $Id$ 
    163162   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.