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 5746 for branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-09-15T18:06:54+02:00 (9 years ago)
Author:
rfurner
Message:

changes to name restart files with date instead of time stamp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4384 r5746  
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   ln_rstdate  = .false.   !  Name restart dump by date instead of time step 
    3334   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
    3435   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
     
    305306   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
    306307                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     308   ln_charnock = .false.   ! logical flag for charnock wind stress in surge model(true) or not(false) 
    307309/ 
    308310!----------------------------------------------------------------------- 
     
    11781180   rn_htrmax         =  200.0   ! max. depth of transition range 
    11791181/ 
     1182!----------------------------------------------------------------------- 
     1183&namwad       !   Wetting and Drying namelist 
     1184!----------------------------------------------------------------------- 
     1185   ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off) 
     1186   rn_wdmin1=0.1     !: minimum water depth on dried cells 
     1187   rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells 
     1188   rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered 
     1189   nn_wdit   =   10  !: maximum number of iteration for W/D limiter 
     1190/ 
Note: See TracChangeset for help on using the changeset viewer.