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.
namthd_zdf in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namthd_zdf @ 13472

Last change on this file since 13472 was 13472, checked in by smasson, 4 years ago

trunk: commit changes from r4.0-HEAD from 13284 to 13449, see #2523

  • Property svn:mime-type set to text/x-fortran
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.