1 |
# SEAICE parameters |
2 |
&SEAICE_PARM01 |
3 |
SEAICEwriteState = .FALSE., |
4 |
SEAICE_multDim = 7 |
5 |
# |
6 |
SEAICE_dryIceAlb = 0.7, |
7 |
SEAICE_wetIceAlb = 0.7060, |
8 |
SEAICE_drySnowAlb = 0.8652, |
9 |
SEAICE_wetSnowAlb = 0.8085, |
10 |
SEAICE_waterDrag = 5.5627, |
11 |
SEAICE_drag = 0.00114, |
12 |
HO = 0.6074, |
13 |
# |
14 |
SEAICE_dryIceAlb_south = 0.8509, |
15 |
SEAICE_wetIceAlb_south = 0.7284, |
16 |
SEAICE_drySnowAlb_south = 0.7754, |
17 |
SEAICE_wetSnowAlb_south = 0.7753, |
18 |
SEAICE_waterDrag_south = 5.6221, |
19 |
SEAICE_drag_south = 0.0012114, |
20 |
HO_south = 1.0697, |
21 |
# |
22 |
SEAICE_strength = 1.64e+04, |
23 |
LSR_ERROR = 2.e-4, |
24 |
SEAICE_no_slip = .TRUE., |
25 |
SEAICEuseMetricTerms = .TRUE., |
26 |
SEAICEadvScheme = 7, |
27 |
Diff1 = 0.0, |
28 |
# |
29 |
MIN_ATEMP = -40., |
30 |
MIN_TICE = -40., |
31 |
SEAICEadvSnow = .TRUE., |
32 |
SEAICEadvSalt = .TRUE., |
33 |
SEAICEadvHeff = .TRUE., |
34 |
SEAICEadvArea = .TRUE., |
35 |
SEAICEuseFlooding = .TRUE., |
36 |
#ian new begin |
37 |
SEAICE_area_reg = 0.15, |
38 |
SEAICE_area_floor = 0.00001, |
39 |
SEAICE_hice_reg = 0.1, |
40 |
IMAX_TICE = 6, |
41 |
SEAICE_EPS = 1.E-8, |
42 |
#ian new end |
43 |
#ph new begin |
44 |
SEAICE_salt0 = 4.0, |
45 |
SEAICE_doOpenWaterGrowth = .TRUE., |
46 |
SEAICE_doOpenWaterMelt = .TRUE., |
47 |
SEAICE_areaLossFormula = 1, |
48 |
#ph new end |
49 |
SEAICE_wetAlbTemp = 0.0, |
50 |
SEAICE_mcPheeTaper = 0.92, |
51 |
SEAICE_mcPheePiston= 0.001 |
52 |
SEAICE_frazilFrac = 0.1, |
53 |
SEAICE_saltFrac = 0.3548, |
54 |
# |
55 |
AreaFile = 'AREA_llc1080_14jan2011_4320x56160_r4', |
56 |
HsnowFile = 'HSNOW_llc1080_14jan2011_4320x56160_r4', |
57 |
HsaltFile = 'HSALT_llc1080_14jan2011_4320x56160_r4', |
58 |
HeffFile = 'HEFF_llc1080_14jan2011_4320x56160_r4', |
59 |
UiceFile = 'UICE_llc1080_14jan2011_4320x56160_r4', |
60 |
ViceFile = 'VICE_llc1080_14jan2011_4320x56160_r4', |
61 |
& |