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

Ignore:
Timestamp:
2015-06-10T07:54:22+02:00 (9 years ago)
Author:
deazer
Message:

Changes required to Compare Standard CO6 with CO5

File:
1 edited

Legend:

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

    r4990 r5389  
    2727   CHARACTER(lc) ::   cn_ocerst_in     !: suffix of ocean restart name (input) 
    2828   CHARACTER(lc) ::   cn_ocerst_out    !: suffix of ocean restart name (output) 
     29   CHARACTER(lc) ::   cn_rst_dir = "./"!: restart directory 
    2930   LOGICAL       ::   ln_rstart        !: start from (F) rest or (T) a restart file 
     31   LOGICAL       ::   ln_rstdate       !: Use calendar date rather than time-step in restart names 
    3032   INTEGER       ::   nn_no            !: job number 
    3133   INTEGER       ::   nn_rstctl        !: control of the time step (0, 1 or 2) 
Note: See TracChangeset for help on using the changeset viewer.