Changeset 10532 for NEMO/trunk/cfgs/SHARED/namelist_ice_ref
- Timestamp:
- 2019-01-16T14:39:38+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/cfgs/SHARED/namelist_ice_ref
r10531 r10532 25 25 nlay_i = 2 ! number of ice layers 26 26 nlay_s = 1 ! number of snow layers (only 1 is working) 27 ln_virtual_itd = . FALSE. ! virtual ITD mono-category parameterization (jpl=1 only)27 ln_virtual_itd = .false. ! virtual ITD mono-category parameterization (jpl=1 only) 28 28 ! i.e. enhanced thermal conductivity & virtual thin ice melting 29 29 ln_icedyn = .true. ! ice dynamics (T) or not (F) … … 165 165 ! 1: constant ice salinity (S=rn_icesal) 166 166 ! 2: varying salinity parameterization S(z,t) 167 ! 3: prescribed salinity profile S(z) , Schwarzacher, 1959167 ! 3: prescribed salinity profile S(z) (Schwarzacher 1959) 168 168 rn_icesal = 4. ! (nn_icesal=1) ice salinity (g/kg) 169 169 rn_sal_gd = 5. ! (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) … … 178 178 !------------------------------------------------------------------------------ 179 179 ln_pnd_H12 = .false. ! activate evolutive melt ponds (from Holland et al 2012) 180 ln_pnd_fwb = .false. ! melt ponds store freshwater or not 181 ln_pnd_CST = .false. ! activate constant melt ponds 182 rn_apnd = 0.2 ! prescribed pond fraction, at Tsu=0 183 rn_hpnd = 0.05 ! prescribed pond depth, at Tsu=0 180 ln_pnd_CST = .false. ! activate constant melt ponds 181 rn_apnd = 0.2 ! prescribed pond fraction, at Tsu=0 degC 182 rn_hpnd = 0.05 ! prescribed pond depth, at Tsu=0 degC 184 183 ln_pnd_alb = .false. ! melt ponds affect albedo or not 185 184 /
Note: See TracChangeset
for help on using the changeset viewer.