1 |
# SEAICE parameters |
2 |
&SEAICE_PARM01 |
3 |
SEAICE_dryIceAlb = 0.7, |
4 |
SEAICE_wetIceAlb = 0.7060, |
5 |
SEAICE_drySnowAlb = 0.8652, |
6 |
SEAICE_wetSnowAlb = 0.8085, |
7 |
# no long valid |
8 |
#### SEAICE_waterAlbedo = 0.2756, |
9 |
# done no longer valid |
10 |
SEAICE_strength = 2.2640e+04, |
11 |
OCEAN_drag = 8.1541e-04, |
12 |
SEAICE_waterDrag = 5.5627, |
13 |
SEAICE_drag = 0.00114, |
14 |
HO = 0.6074, |
15 |
LSR_ERROR = 1e-4, |
16 |
SEAICEuseDYNAMICS = .TRUE., |
17 |
|
18 |
#ian remove begin |
19 |
#if SEAICE_salinity = 0.3, |
20 |
#if SEAICE_freeze = -1.7348, |
21 |
#if SEAICE_availHeatFrac = 0.1, |
22 |
#if ICE2WATR = 0.92D0, |
23 |
#ian remove end |
24 |
|
25 |
#ian new begin |
26 |
SEAICE_saltFrac = 0.3, |
27 |
SEAICE_area_reg = 0.15, |
28 |
SEAICE_area_floor = 0.00001, |
29 |
SEAICE_hice_reg = 0.1, |
30 |
IMAX_TICE = 6, |
31 |
SEAICE_EPS = 1.E-8, |
32 |
#ian new end |
33 |
|
34 |
# some old still valid flags |
35 |
MIN_ATEMP = -40., |
36 |
MIN_TICE = -40., |
37 |
SEAICEadvSnow = .TRUE., |
38 |
SEAICEadvSalt = .TRUE., |
39 |
SEAICEuseFlooding = .TRUE., |
40 |
SEAICEadvScheme = 77, |
41 |
DIFF1 = 0.0, |
42 |
SEAICEuseMetricTerms = .TRUE., |
43 |
SEAICE_no_slip = .TRUE., |
44 |
# done old valid |
45 |
# a new flag |
46 |
SEAICEheatConsFix = .TRUE., |
47 |
# end new |
48 |
# ph new begin |
49 |
SEAICE_doOpenWaterGrowth = .TRUE., |
50 |
SEAICE_doOpenWaterMelt = .TRUE., |
51 |
SEAICE_areaLossFormula = 1, |
52 |
# between 0 and dF(1)/deltaT |
53 |
# 10 m / 3600 sec |
54 |
# SEAICE_mcPheePiston = 0.0027, |
55 |
# 10 m / 1200 sec |
56 |
SEAICE_mcPheePiston = 0.0083, |
57 |
# 10 m / 2400 sec |
58 |
# SEAICE_mcPheePiston = 0.0041, |
59 |
#ph new end |
60 |
|
61 |
AreaFile = 'AREA_420x384_arctic.cube81', |
62 |
HsnowFile = 'HSNOW_420x384_arctic.cube81', |
63 |
HsaltFile = 'HSALT_420x384_arctic.cube81', |
64 |
HeffFile = 'HEFF_420x384_arctic.cube81', |
65 |
& |