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

source: NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/doc/namelists/namthd_pnd @ 12636

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

Add:

  • Melt pond lids
  • Melt pond maximum area and thickness
  • Melt pond vertical flushing
  • Area contributing to melt ponds depends on total ice fraction
  • Property svn:mime-type set to text/x-fortran
File size: 1.2 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 Holland et al 2012)
6       rn_pnd_min   = 0.15            !  Minimum ice fraction that contributes to melt ponds
7       rn_pnd_max   = 0.7             !  Maximum ice fraction that contributes to melt ponds
8       ln_pnd_totfrac = .false.       !  Use total ice fraction instead of category ice fraction in melt pond contribution fracton
9       ln_pnd_overflow = .false.      !  Allow ponds to overflow and have vertical flushing
10       ln_pnd_lids  = .false.         !  Melt ponds can have frozen lids
11       ln_use_pndmass = .true.        !  Use melt pond mass flux diagnostic, passing it to the ocean for emp
12     ln_pnd_CST     = .false.         !  activate constant  melt ponds
13       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC
14       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC
15     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not
16/
Note: See TracBrowser for help on using the repository browser.