Changeset 3818
- Timestamp:
- 05/16/18 16:09:13 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/NEMO_v7_dev/GENERAL/PARAM/namelist_lim3_ORCA2_cfg
r3254 r3818 1 1 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2 !! LIM3 configuration namelist: Overwrites SHARED/namelist_ice_lim3_ref 3 !! 1 - Generic parameters (namicerun) 4 !! 2 - Diagnostics (namicediag) 5 !! 3 - Ice initialization (namiceini) 6 !! 4 - Ice discretization (namiceitd) 7 !! 5 - Ice dynamics and transport (namicedyn) 8 !! 6 - Ice diffusion (namicehdf) 9 !! 7 - Ice thermodynamics (namicethd) 10 !! 8 - Ice salinity (namicesal) 11 !! 9 - Ice mechanical redistribution (namiceitdme) 12 !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2 !! ESIM namelist: 3 !! 1 - Generic parameters (nampar) 4 !! 2 - Ice thickness discretization (namitd) 5 !! 3 - Ice dynamics (namdyn) 6 !! 4 - Ice ridging/rafting (namdyn_rdgrft) 7 !! 5 - Ice rheology (namdyn_rhg) 8 !! 6 - Ice advection (namdyn_adv) 9 !! 7 - Ice surface forcing (namforcing) 10 !! 8 - Ice thermodynamics (namthd) 11 !! 9 - Ice heat diffusion (namthd_zdf) 12 !! 10 - Ice lateral melting (namthd_da) 13 !! 11 - Ice growth in open water (namthd_do) 14 !! 12 - Ice salinity (namthd_sal) 15 !! 13 - Ice melt ponds (namthd_pnd) 16 !! 14 - Ice initialization (namini) 17 !! 15 - Ice/snow albedos (namalb) 18 !! 16 - Ice diagnostics (namdia) 19 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 20 ! 13 21 !------------------------------------------------------------------------------ 14 &nam icerun! Generic parameters22 &nampar ! Generic parameters 15 23 !------------------------------------------------------------------------------ 16 cn_icerst_in = "restart_ice_in"24 cn_icerst_in = "restart_ice_in"! suffix of ice restart name (input) 17 25 / 18 !------------------------------------------------------------------------------19 &namicediag ! Diagnostics20 !------------------------------------------------------------------------------21 ln_limdiahsb = .false. ! output the heat, mass & salt budgets (T) or not (F)22 /23 !------------------------------------------------------------------------------24 &namiceini ! Ice initialization25 !------------------------------------------------------------------------------26 /27 !------------------------------------------------------------------------------28 &namiceitd ! Ice discretization29 !------------------------------------------------------------------------------30 /31 !------------------------------------------------------------------------------32 &namicedyn ! Ice dynamics and transport33 !------------------------------------------------------------------------------34 /35 !------------------------------------------------------------------------------36 &namicehdf ! Ice horizontal diffusion37 !------------------------------------------------------------------------------38 /39 !------------------------------------------------------------------------------40 &namicethd ! Ice thermodynamics41 !------------------------------------------------------------------------------42 /43 !------------------------------------------------------------------------------44 &namicesal ! Ice salinity45 !------------------------------------------------------------------------------46 /47 !------------------------------------------------------------------------------48 &namiceitdme ! Ice mechanical redistribution (ridging and rafting)49 !------------------------------------------------------------------------------50 /
Note: See TracChangeset
for help on using the changeset viewer.