Changeset 13960
- Timestamp:
- 2020-12-01T23:49:07+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/SI3_martin_ponds/cfgs/SHARED/namelist_ice_ref
r13958 r13960 24 24 jpl = 5 ! number of ice categories 25 25 nlay_i = 2 ! number of ice layers 26 nlay_s = 1 ! number of snow layers (only 1 is working)26 nlay_s = 2 ! number of snow layers 27 27 ln_virtual_itd = .false. ! virtual ITD mono-category parameterization (jpl=1 only) 28 28 ! i.e. enhanced thermal conductivity & virtual thin ice melting … … 261 261 &namdia ! Diagnostics 262 262 !------------------------------------------------------------------------------ 263 ln_icediachk = .false. 263 ln_icediachk = .false. ! check online heat, mass & salt budgets 264 264 ! ! rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour 265 265 rn_icechk_cel = 1. ! check at each gridcell (1.e-06m/h)=> stops the code if violated (and writes a file)
Note: See TracChangeset
for help on using the changeset viewer.