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 5750 for branches/UKMO/2014_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2015-09-16T11:40:14+02:00 (9 years ago)
Author:
rfurner
Message:

changes to add restart directory names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2014_Surge_Modelling/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r5746 r5750  
    4343   LOGICAL       ::   ln_clobber       !: clobber (overwrite) an existing file 
    4444   INTEGER       ::   nn_chunksz       !: chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    45 ! included for rstdate, should be moved to seperate branch! 
     45! included for rstdate and rstdir, should be moved to seperate branch! 
    4646   LOGICAL       ::   ln_rstdate       !: datestamping of restarts 
     47   CHARACTER(lc) ::   cn_ocerst_indir  !: restart input directory 
     48   CHARACTER(lc) ::   cn_ocerst_outdir !: restart output directory 
    4749#if defined key_netcdf4 
    4850   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.