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 5621 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2015-07-21T13:25:36+02:00 (9 years ago)
Author:
mathiot
Message:

UKMO_ISF: upgrade to NEMO_3.6_STABLE (r5554)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r5146 r5621  
    1717   nlay_s         =    1           !  number of snow layers (only 1 is working) 
    1818   cn_icerst_in  = "restart_ice"   !  suffix of ice restart name (input) 
     19   cn_icerst_indir = "."           !  directory from which to read input ice restarts 
    1920   cn_icerst_out = "restart_ice"   !  suffix of ice restart name (output) 
     21   cn_icerst_outdir = "."          !  directory in which to write output ice restarts 
    2022   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    2123   rn_amax       = 0.999           !  maximum tolerated ice concentration  
     
    4547&namiceitd     !   Ice discretization 
    4648!------------------------------------------------------------------------------ 
    47    nn_catbnd      =    1           !  computation of ice category boundaries based on 
     49   nn_catbnd      =    2           !  computation of ice category boundaries based on 
    4850                                   !      1: tanh function 
    4951                                   !      2: h^(-alpha), function of rn_himean 
    50    rn_himean      =    2.5         !  expected domain-average ice thickness (m), nn_catbnd = 2 only 
     52   rn_himean      =    2.0         !  expected domain-average ice thickness (m), nn_catbnd = 2 only 
    5153/ 
    5254!------------------------------------------------------------------------------ 
     
    7274   rn_ahi0_ref    = 350.0          !  horizontal sea ice diffusivity (m2/s)  
    7375                                   !     if nn_ahi0 > 0, rn_ahi0_ref is the reference value at a nominal 2 deg resolution 
     76/ 
     77!------------------------------------------------------------------------------ 
     78&namicehdf     !   Ice horizontal diffusion 
     79!------------------------------------------------------------------------------ 
     80   nn_convfrq     = 5              !  convergence check frequency of the Crant-Nicholson scheme (perf. optimization) 
    7481/ 
    7582!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.