Changeset 12743
- Timestamp:
- 2020-04-12T15:01:53+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref
r12742 r12743 178 178 &namthd_pnd ! Melt ponds 179 179 !------------------------------------------------------------------------------ 180 ln_pnd = . true. ! activate melt ponds or not181 ln_pnd_H12 = . true. ! activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012)180 ln_pnd = .false. ! activate melt ponds or not 181 ln_pnd_H12 = .false. ! activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 182 182 ln_pnd_lids = .true. ! ponds with frozen lids 183 183 ln_pnd_flush = .true. ! ponds flushing trhu the ice … … 187 187 rn_apnd = 0.2 ! prescribed pond fraction, at Tsu=0 degC 188 188 rn_hpnd = 0.05 ! prescribed pond depth, at Tsu=0 degC 189 ln_pnd_alb = . true. ! melt ponds affect albedo or not189 ln_pnd_alb = .false. ! melt ponds affect albedo or not 190 190 / 191 191 !------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.