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

Ignore:
Timestamp:
2015-06-04T16:12:19+02:00 (9 years ago)
Author:
hadcv
Message:

Update to head of the trunk (r5344).

File:
1 edited

Legend:

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

    r5129 r5350  
    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!------------------------------------------------------------------------------ 
     
    9496                                   !     3: activate G(he) only              --- temporary option 
    9597                                   !     4: activate lateral melting only    --- temporary option 
     98  ln_it_qnsice = .true.            !  iterate the surface non-solar flux with surface temperature (T) or not (F) 
    9699/ 
    97100!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.