Changeset 8065
- Timestamp:
- 2017-05-24T16:14:25+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref
r7293 r8065 169 169 !------------------------------------------------------------------------------ 170 170 ! -- limmp -- ! 171 ln_limMP = .true. ! activate melt ponds 172 nn_limMP = 4 ! type of melt pond implementation (1=rad+fw,2=rad only, 3=fw only, 4=passive) 171 ln_pnd = .true. ! activate melt ponds 172 nn_pnd_scheme = 1 ! type of melt pond scheme: =0 prescribed ( Tsu>0 ), =1 empirical, =2 topographic 173 nn_pnd_cpl = 3 ! type of melt pond coupling: =0 passive, =1 full, =2 radiation only, =3 freshwater only 174 rn_apnd = 0.0 ! prescribed pond fraction (0<rn_apnd<1), only if nn_pnd_scheme = 0 173 175 / 174 176 !------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.