source:
NEMO/trunk/doc/namelists/nampar
@
11005
Last change on this file since 11005 was 11005, checked in by nicolasmartin, 6 years ago | |
---|---|
File size: 1.2 KB |
Line | |
---|---|
1 | !------------------------------------------------------------------------------ |
2 | &nampar ! Generic parameters |
3 | !------------------------------------------------------------------------------ |
4 | jpl = 5 ! number of ice categories |
5 | nlay_i = 2 ! number of ice layers |
6 | nlay_s = 1 ! number of snow layers (only 1 is working) |
7 | ln_virtual_itd = .false. ! virtual ITD mono-category parameterization (jpl=1 only) |
8 | ! i.e. enhanced thermal conductivity & virtual thin ice melting |
9 | ln_icedyn = .true. ! ice dynamics (T) or not (F) |
10 | ln_icethd = .true. ! ice thermo (T) or not (F) |
11 | rn_amax_n = 0.997 ! maximum tolerated ice concentration NH |
12 | rn_amax_s = 0.997 ! maximum tolerated ice concentration SH |
13 | cn_icerst_in = "restart_ice" ! suffix of ice restart name (input) |
14 | cn_icerst_out = "restart_ice" ! suffix of ice restart name (output) |
15 | cn_icerst_indir = "." ! directory to read input ice restarts |
16 | cn_icerst_outdir = "." ! directory to write output ice restarts |
17 | / |
Note: See TracBrowser
for help on using the repository browser.