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/ticket2377/doc/namelists – NEMO

source: NEMO/branches/2020/ticket2377/doc/namelists/namthd_zdf @ 12749

Last change on this file since 12749 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

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