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 8813 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2017-11-24T17:56:51+01:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with updated branch dev_r8183_ICEMODEL revision 8787

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8637 r8813  
    4141&namitd         !   Ice discretization 
    4242!------------------------------------------------------------------------------ 
    43    rn_himean        =   2.0           !  expected domain-average ice thickness (m) 
     43   ln_cat_hfn       = .true.          !  ice categories are defined by a function following rn_himean**(-0.05) 
     44      rn_himean     =   2.0           !  expected domain-average ice thickness (m) 
     45   ln_cat_usr       = .false.         !  ice categories are defined by rn_catbnd below (m) 
     46      rn_catbnd     =   0.,0.45,1.1,2.1,3.7,6.0   
    4447   rn_himin         =   0.1           !  minimum ice thickness (m) used in remapping 
    4548/ 
     
    9093!------------------------------------------------------------------------------ 
    9194   ln_rhg_EVP       = .true.          !  EVP rheology 
    92       rn_creepl     =   1.0e-12       !     creep limit [1/s] 
     95      ln_aEVP       = .false.         !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
     96      rn_creepl     =   2.0e-9        !     creep limit [1/s] 
    9397      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve           
    9498      nn_nevp       = 120             !     number of EVP subcycles                              
     
    118122                                      !     = 2  Redistribute a single flux over categories 
    119123                                      !          ==> coupled mode only 
     124   nice_jules       = 1               !  Jules coupling (0=OFF, 1=EMULATED, 2=ACTIVE) 
    120125/ 
    121126!------------------------------------------------------------------------------ 
     
    136141                                      !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) 
    137142   rn_kappa_i       =   1.0           !  radiation attenuation coefficient in sea ice [1/m] 
    138    ln_dqns_i        = .true.          !  change the surface non-solar flux with surface temperature (T) or not (F) 
    139143/ 
    140144!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.