source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namthd_pnd @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.