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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r5518 r6808  
    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.