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 8177 for branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref – NEMO

Ignore:
Timestamp:
2017-06-14T18:42:30+02:00 (7 years ago)
Author:
vancop
Message:

namelists and XIOS xmls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r7597 r8177  
    2323   rn_amax_n     = 0.999           !  maximum tolerated ice concentration NH 
    2424   rn_amax_s     = 0.999           !  maximum tolerated ice concentration SH 
    25    ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F) 
     25   ln_limdiahsb  = .true.          !  check the heat and salt budgets (T) or not (F) 
    2626   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F) 
    2727   ln_icectl     = .false.         !  ice points output for debug (T or F) 
     
    7373&namicehdf     !   Ice horizontal diffusion 
    7474!------------------------------------------------------------------------------ 
    75    nn_ahi0        =    -1          !  horizontal diffusivity computation 
    76                                    !    -1: no diffusion (bypass limhdf) 
     75   nn_ahi0        =    2           !  horizontal diffusivity computation 
    7776                                   !     0: use rn_ahi0_ref 
    7877                                   !     1: use rn_ahi0_ref x mean grid cell length / ( 2deg mean grid cell length ) 
    7978                                   !     2: use rn_ahi0_ref x grid cell length      / ( 2deg mean grid cell length ) 
    80    rn_ahi0_ref    = 350.0          !  horizontal sea ice diffusivity (m2/s) 
     79   rn_ahi0_ref    = 350.0          !  horizontal sea ice diffusivity (m2/s)  
    8180                                   !     if nn_ahi0 > 0, rn_ahi0_ref is the reference value at a nominal 2 deg resolution 
    8281   nn_convfrq     = 5              !  convergence check frequency of the Crant-Nicholson scheme (perf. optimization) 
     
    9998                                   !     0: k = k0 + beta.S/T (Untersteiner, 1964) 
    10099                                   !     1: k = k0 + beta1.S/T - beta2.T (Pringle et al., 2007) 
    101    rn_cdsn     = 0.31              !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971). Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) 
     100   rn_cdsn    = 0.31               !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971). Range is 0.1-0.5 (Lecomte et al, JAMES 2013) 
    102101   nn_monocat  = 0                 !  virtual ITD mono-category parameterizations (1, jpl = 1 only) or not (0) 
    103102                                   !     2: simple piling instead of ridging --- temporary option 
Note: See TracChangeset for help on using the changeset viewer.