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 4775 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2014-09-18T19:06:14+02:00 (10 years ago)
Author:
edblockley
Message:

First round of chnages for restart functionality branch (UKMO11).

These changes add namelist variables to allow the user to specify the directory to read input restart files and write output restart files for NEMO & LIM2/3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r4690 r4775  
    1515!----------------------------------------------------------------------- 
    1616   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
     17   cn_icerst_indir = "."           !  directory from which to read input ice restarts 
    1718   cn_icerst_out = "restart_ice"   !  suffix of ice restart name (output) 
     19   cn_icerst_outdir = "."          !  directory in which to write output ice restarts 
    1820   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    1921   amax          = 0.999           !  maximum ice concentration 
Note: See TracChangeset for help on using the changeset viewer.