1 |
# SEAICE parameters |
2 |
&SEAICE_PARM01 |
3 |
#- old default for useFluxForm and DIFF1: |
4 |
SEAICEuseFluxForm = .FALSE., |
5 |
DIFF1 = 4.E-3, |
6 |
SEAICE_initialHEFF = 1.0, |
7 |
SEAICE_deltaTtherm = 3600., |
8 |
SEAICE_deltaTdyn = 3600., |
9 |
SEAICEuseDYNAMICS =.FALSE., |
10 |
#-- According to Martin, SEAICE_clipVelocities is not recommended |
11 |
# SEAICE_clipVelocities=.TRUE., |
12 |
SEAICEadvSalt =.FALSE., |
13 |
#-- above: to reproduce old results |
14 |
LSR_ERROR = 1.E-6, |
15 |
### SEAICE_deltaTevp = 60, |
16 |
SEAICE_EPS = 1.E-8, |
17 |
SEAICE_multDim = 7, |
18 |
#- to reproduce old results with former #defined SEAICE_SOLVE4TEMP_LEGACY code |
19 |
useMaykutSatVapPoly = .TRUE., |
20 |
postSolvTempIter = 0, |
21 |
#- paramaters from SEAICE_GROWTH_LEGACY branch |
22 |
SEAICE_doOpenWaterGrowth=.FALSE. |
23 |
SEAICE_doOpenWaterMelt=.FALSE. |
24 |
SEAICE_areaGainFormula=2 |
25 |
SEAICE_areaLossFormula=3 |
26 |
# |
27 |
SEAICE_saltFrac = 0.3, |
28 |
SEAICE_tempFrz0 = -1.96, |
29 |
SEAICE_dTempFrz_dS = 0., |
30 |
SEAICE_availHeatFrac = 0.8, |
31 |
SEAICEadvSnow = .TRUE., |
32 |
SEAICEuseFlooding = .TRUE., |
33 |
SEAICEwriteState = .TRUE., |
34 |
# SEAICE_tave_mnc = .FALSE., |
35 |
# SEAICE_dump_mnc = .FALSE., |
36 |
# SEAICE_mon_mnc = .FALSE., |
37 |
& |
38 |
|
39 |
&SEAICE_PARM02 |
40 |
mult_ice = 1., |
41 |
# choose which seaice cost term you want |
42 |
cost_ice_flag = 1, |
43 |
# the following timings are obsolete; |
44 |
# replaced by lastinterval |
45 |
costIceStart1 = 20000101, |
46 |
costIceStart2 = 00000, |
47 |
costIceEnd1 = 20000201, |
48 |
costIceEnd2 = 00000, |
49 |
& |