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 6141 for branches/2015/dev_r5803_NOC_WAD/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2015-12-21T12:38:26+01:00 (9 years ago)
Author:
acc
Message:

Branch 2015/dev_r5803_NOC_WAD. Merge in dev_merge_2015 changes up to 6136. Conflicts all resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_NOC_WAD/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r5518 r6141  
    1313   !!---------------------------------------------------------------------- 
    1414   USE par_oce       ! ocean parameter 
    15    USE lib_print     ! formated print library 
    1615   USE nc4interface  ! NetCDF4 interface 
    1716 
     
    3736   INTEGER       ::   nn_itend         !: index of the last time step 
    3837   INTEGER       ::   nn_date0         !: initial calendar date aammjj 
     38   INTEGER       ::   nn_time0         !: initial time of day in hhmm 
    3939   INTEGER       ::   nn_leapy         !: Leap year calendar flag (0/1 or 30) 
    4040   INTEGER       ::   nn_istate        !: initial state output flag (0/1) 
     
    4242   INTEGER       ::   nn_stock         !: restart file frequency 
    4343   INTEGER, DIMENSION(10) :: nn_stocklist  !: restart dump times 
    44    LOGICAL       ::   ln_dimgnnn       !: type of dimgout. (F): 1 file for all proc 
    45                                                        !:                  (T): 1 file per proc 
    4644   LOGICAL       ::   ln_mskland       !: mask land points in NetCDF outputs (costly: + ~15%) 
    4745   LOGICAL       ::   ln_cfmeta        !: output additional data to netCDF files required for compliance with the CF metadata standard 
     
    9997   LOGICAL ::   ln_ctl       !: run control for debugging 
    10098   INTEGER ::   nn_timing    !: run control for timing 
     99   INTEGER ::   nn_diacfl    !: flag whether to create CFL diagnostics 
    101100   INTEGER ::   nn_print     !: level of print (0 no print) 
    102101   INTEGER ::   nn_ictls     !: Start i indice for the SUM control 
Note: See TracChangeset for help on using the changeset viewer.