source:
NEMO/trunk/doc/namelists/namthd_sal
@
11005
Last change on this file since 11005 was 11005, checked in by nicolasmartin, 6 years ago | |
---|---|
File size: 1.1 KB |
Line | |
---|---|
1 | !------------------------------------------------------------------------------ |
2 | &namthd_sal ! Ice salinity |
3 | !------------------------------------------------------------------------------ |
4 | nn_icesal = 2 ! ice salinity option |
5 | ! 1: constant ice salinity (S=rn_icesal) |
6 | ! 2: varying salinity parameterization S(z,t) |
7 | ! 3: prescribed salinity profile S(z) (Schwarzacher 1959) |
8 | rn_icesal = 4. ! (nn_icesal=1) ice salinity (g/kg) |
9 | rn_sal_gd = 5. ! (nn_icesal=2) restoring ice salinity, gravity drainage (g/kg) |
10 | rn_time_gd = 1.73e+6 ! (nn_icesal=2) restoring time scale, gravity drainage (s) |
11 | rn_sal_fl = 2. ! (nn_icesal=2) restoring ice salinity, flushing (g/kg) |
12 | rn_time_fl = 8.64e+5 ! (nn_icesal=2) restoring time scale, flushing (s) |
13 | rn_simax = 20. ! maximum tolerated ice salinity (g/kg) |
14 | rn_simin = 0.1 ! minimum tolerated ice salinity (g/kg) |
15 | / |
Note: See TracBrowser
for help on using the repository browser.