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

source: NEMO/branches/2020/r12377_ticket2386/doc/namelists/namthd_pnd @ 13540

Last change on this file since 13540 was 13540, checked in by andmirek, 4 years ago

Ticket #2386: update to latest trunk

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