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 1229 for trunk/NEMO/LIM_SRC_2/ice_2.F90 – NEMO

Ignore:
Timestamp:
2008-12-01T08:04:11+01:00 (16 years ago)
Author:
smasson
Message:

define restart names in the namelist, see ticket:258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/ice_2.F90

    r1228 r1229  
    2121 
    2222   !!* Share parameters namelist (namicerun read in iceini) * 
     23   CHARACTER(len=32)     , PUBLIC ::   cn_icerst_in  = "restart_ice_in"   !: suffix of ice restart name (input) 
     24   CHARACTER(len=32)     , PUBLIC ::   cn_icerst_out = "restart_ice"      !: suffix of ice restart name (output) 
    2325   LOGICAL               , PUBLIC ::   ln_limdyn     = .TRUE.             !: flag for ice dynamics (T) or not (F) 
    2426   LOGICAL               , PUBLIC ::   ln_limdmp     = .FALSE.            !: Ice damping 
Note: See TracChangeset for help on using the changeset viewer.