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

Ignore:
Timestamp:
2015-12-16T16:44:35+01:00 (8 years ago)
Author:
timgraham
Message:

Merge of dev_MetOffice_merge_2015 into branch (only NEMO directory for now).

File:
1 edited

Legend:

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

    r6060 r6069  
    3636   INTEGER       ::   nn_itend         !: index of the last time step 
    3737   INTEGER       ::   nn_date0         !: initial calendar date aammjj 
     38   INTEGER       ::   nn_time0         !: initial time of day in hhmm 
    3839   INTEGER       ::   nn_leapy         !: Leap year calendar flag (0/1 or 30) 
    3940   INTEGER       ::   nn_istate        !: initial state output flag (0/1) 
     
    9899   LOGICAL ::   ln_ctl       !: run control for debugging 
    99100   INTEGER ::   nn_timing    !: run control for timing 
     101   INTEGER ::   nn_diacfl    !: flag whether to create CFL diagnostics 
    100102   INTEGER ::   nn_print     !: level of print (0 no print) 
    101103   INTEGER ::   nn_ictls     !: Start i indice for the SUM control 
Note: See TracChangeset for help on using the changeset viewer.