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/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/doc/namelists – NEMO

source: NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/doc/namelists/namthd_zdf @ 12894

Last change on this file since 12894 was 12894, checked in by clem, 4 years ago

add parameterization of radiation from Marion Lebrun (2019)

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 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/
Note: See TracBrowser for help on using the repository browser.