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_pnd in NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl_v2/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl_v2/doc/namelists/namthd_pnd @ 14423

Last change on this file since 14423 was 12937, checked in by dancopsey, 4 years ago

Merge in Clem's branch. It was originally here:

svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch

  • Property svn:mime-type set to text/x-fortran
File size: 1.0 KB
Line 
1!------------------------------------------------------------------------------
2&namthd_pnd     !   Melt ponds
3!------------------------------------------------------------------------------
4   ln_pnd           = .false.         !  activate melt ponds or not
5     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012)
6       ln_pnd_lids  = .true.          !  ponds with frozen lids
7       ln_pnd_flush = .true.          !  ponds flushing trhu the ice 
8       rn_apnd_min  =   0.15          !  minimum ice fraction that contributes to melt pond. range: 0.0 -- 0.15 ??
9       rn_apnd_max  =   0.85          !  maximum ice fraction that contributes to melt pond. range: 0.7 -- 0.85 ??
10     ln_pnd_CST     = .false.         !  activate constant  melt ponds
11       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC
12       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC
13     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not
14/
Note: See TracBrowser for help on using the repository browser.