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 547 for trunk/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2006-10-20T17:45:39+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_078:RB: finalization of IOM (2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r544 r547  
    2525   CHARACTER (len=16) ::   cexper     = "exp0"    !: experiment name used for output filename 
    2626   LOGICAL            ::   ln_rstart  = .FALSE.   !: start from (F) rest or (T) a restart file 
     27   LOGICAL            ::   ln_ctl     = .FALSE.   !: run control for debugging 
    2728   INTEGER            ::   no         = 0         !: job number 
    2829   INTEGER            ::   nrstdt     = 0         !: control of the time step (0, 1 or 2) 
     
    3233   INTEGER            ::   nleapy     = 0         !: Leap year calendar flag (0/1 or 30) 
    3334   INTEGER            ::   ninist     = 0         !: initial state output flag (0/1) 
    34    INTEGER            ::   nstock     =   10      !: restart file frequency 
    35    INTEGER            ::   nwrite     =   10      !: restart file frequency 
     35   INTEGER            ::   nbench     = 0         !: benchmark parameter (0/1) 
    3636    
    3737   !!---------------------------------------------------------------------- 
    3838   !!                    output monitoring 
    3939   !!---------------------------------------------------------------------- 
    40    LOGICAL            ::   ln_ctl     = .FALSE.   !: run control for debugging 
     40   INTEGER            ::   nstock     =   10      !: restart file frequency 
    4141   INTEGER            ::   nprint     =    0      !: level of print (0 no print) 
     42   INTEGER            ::   nwrite     =   10      !: restart file frequency 
    4243   INTEGER            ::   nictls     =    0      !: Start i indice for the SUM control 
    4344   INTEGER            ::   nictle     =    0      !: End   i indice for the SUM control 
     
    4748   INTEGER            ::   jsplt      =    1      !: number of processors following j 
    4849   INTEGER            ::   ijsplt     =    1      !: nb of local domain = nb of processors 
    49    INTEGER            ::   nbench     =    0      !: benchmark parameter (0/1) 
    50    INTEGER            ::   nbit_cmp   =    0      !: bit comparison mode parameter (0/1) 
    5150 
    5251   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.