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

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

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

    r7646 r8882  
    8888   INTEGER ::   nitrst                !: time step at which restart file should be written 
    8989   LOGICAL ::   lrst_oce              !: logical to control the oce restart write  
     90   LOGICAL ::   lrst_ice              !: logical to control the ice restart write  
    9091   INTEGER ::   numror = 0            !: logical unit for ocean restart (read). Init to 0 is needed for SAS (in daymod.F90) 
     92   INTEGER ::   numrir                !: logical unit for ice   restart (read) 
    9193   INTEGER ::   numrow                !: logical unit for ocean restart (write) 
     94   INTEGER ::   numriw                !: logical unit for ice   restart (write) 
    9295   INTEGER ::   nrst_lst              !: number of restart to output next 
    9396 
     
    9699   !!---------------------------------------------------------------------- 
    97100   LOGICAL ::   ln_ctl           !: run control for debugging 
     101   LOGICAL ::   ln_timing        !: run control for timing 
     102!!gm to be removed at the end of the 2017 merge party 
    98103   INTEGER ::   nn_timing        !: run control for timing 
    99    INTEGER ::   nn_diacfl        !: flag whether to create CFL diagnostics 
     104!!gm end 
     105   LOGICAL ::   ln_diacfl        !: flag whether to create CFL diagnostics 
    100106   INTEGER ::   nn_print         !: level of print (0 no print) 
    101107   INTEGER ::   nn_ictls         !: Start i indice for the SUM control 
     
    126132   INTEGER ::   numoni          =   -1      !: logical unit for Output Namelist Ice 
    127133   INTEGER ::   numevo_ice      =   -1      !: logical unit for ice variables (temp. evolution) 
    128    INTEGER ::   numsol          =   -1      !: logical unit for solver statistics 
     134   INTEGER ::   numrun          =   -1      !: logical unit for run statistics 
    129135   INTEGER ::   numdct_in       =   -1      !: logical unit for transports computing 
    130136   INTEGER ::   numdct_vol      =   -1      !: logical unit for voulume transports output 
Note: See TracChangeset for help on using the changeset viewer.