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 3594 for branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2012-11-19T13:28:55+01:00 (11 years ago)
Author:
rfurner
Message:

code not tested through SETTEE, builds and runs, but has not been thoroughly tested, so will not be included in 2012 merge, however submitted back to keep record of work done for 2013 developments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r3294 r3594  
    3535   INTEGER       ::   nn_istate     = 0           !: initial state output flag (0/1) 
    3636   INTEGER       ::   nn_write      =   10        !: model standard output frequency 
    37    INTEGER       ::   nn_stock      =   10        !: restart file frequency 
     37   INTEGER, PARAMETER            :: jp_stocks = 15   !: maximum number of restarts 
     38   INTEGER, DIMENSION(jp_stocks) :: nn_stock = 0     !: restart dump times 
    3839   LOGICAL       ::   ln_dimgnnn    = .FALSE.     !: type of dimgout. (F): 1 file for all proc 
    3940                                                       !:                  (T): 1 file per proc 
     
    7576   INTEGER       ::   ninist                      !: initial state output flag (0/1) 
    7677   INTEGER       ::   nwrite                      !: model standard output frequency 
    77    INTEGER       ::   nstock                      !: restart file frequency 
    7878 
    7979   !!---------------------------------------------------------------------- 
     
    8181   !!---------------------------------------------------------------------- 
    8282   INTEGER ::   nitrst   !: time step at which restart file should be written 
     83   INTEGER ::   nrst     !: index of next restart dump 
    8384 
    8485   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.