source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namthd_zdf @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 1.3 KB
Line 
1!------------------------------------------------------------------------------
2&namthd_zdf     !   Ice heat diffusion
3!------------------------------------------------------------------------------
4   ln_zdf_BL99      = .true.          !  Heat diffusion follows Bitz and Lipscomb 1999
5   ln_cndi_U64      = .false.         !  sea ice thermal conductivity: k = k0 + beta.S/T            (Untersteiner, 1964)
6   ln_cndi_P07      = .true.          !  sea ice thermal conductivity: k = k0 + beta1.S/T - beta2.T (Pringle et al., 2007)
7   rn_cnd_s         =   0.31          !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
8                                      !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
9   rn_kappa_i       =   1.0           !  radiation attenuation coefficient in sea ice                     [1/m]
10   rn_kappa_s       =  10.0           !  nn_qtrice = 0: radiation attenuation coefficient in snow         [1/m]
11   rn_kappa_smlt    =   7.0           !  nn_qtrice = 1: radiation attenuation coefficient in melting snow [1/m]
12   rn_kappa_sdry    =  10.0           !                 radiation attenuation coefficient in dry snow     [1/m]
13   ln_zdf_chkcvg    = .false.         !  check convergence of heat diffusion scheme (output variable: tice_cvg)
14/
Note: See TracBrowser for help on using the repository browser.