1 |
# SEAICE parameters |
2 |
&SEAICE_PARM01 |
3 |
SEAICE_multDim = 7 |
4 |
# |
5 |
SEAICE_dryIceAlb = 0.7, |
6 |
SEAICE_wetIceAlb = 0.7060, |
7 |
SEAICE_drySnowAlb = 0.8652, |
8 |
SEAICE_wetSnowAlb = 0.8085, |
9 |
SEAICE_waterDrag = 5.5627, |
10 |
SEAICE_drag = 0.00114, |
11 |
HO = 0.1, |
12 |
# |
13 |
SEAICE_dryIceAlb_south = 0.8509, |
14 |
SEAICE_wetIceAlb_south = 0.7284, |
15 |
SEAICE_drySnowAlb_south = 0.7754, |
16 |
SEAICE_wetSnowAlb_south = 0.7753, |
17 |
SEAICE_waterDrag_south = 5.6221, |
18 |
SEAICE_drag_south = 0.0012114, |
19 |
# |
20 |
SEAICE_strength = 2.2640e+04, |
21 |
LSR_ERROR = 2.e-4, |
22 |
SEAICE_no_slip = .TRUE., |
23 |
SEAICEadvScheme = 7, |
24 |
# |
25 |
MIN_ATEMP = -40., |
26 |
MIN_TICE = -40., |
27 |
SEAICE_area_reg = 0.15, |
28 |
SEAICE_hice_reg = 0.1, |
29 |
IMAX_TICE = 6, |
30 |
SEAICE_EPS = 1.E-8, |
31 |
SEAICE_doOpenWaterMelt = .TRUE., |
32 |
SEAICE_areaLossFormula = 1, |
33 |
SEAICE_wetAlbTemp = 0.0, |
34 |
SEAICE_mcPheeTaper = 0.92, |
35 |
SEAICE_mcPheePiston= 0.001 |
36 |
SEAICE_frazilFrac = 0.1, |
37 |
SEAICE_saltFrac = 0.3548, |
38 |
# |
39 |
AreaFile = 'AREA_llc1080_14jan2011_2160x28080_r4', |
40 |
HsnowFile = 'HSNOW_llc1080_14jan2011_2160x28080_r4', |
41 |
HsaltFile = 'HSALT_llc1080_14jan2011_2160x28080_r4', |
42 |
HeffFile = 'HEFF_llc1080_14jan2011_2160x28080_r4', |
43 |
UiceFile = 'UICE_llc1080_14jan2011_2160x28080_r4', |
44 |
ViceFile = 'VICE_llc1080_14jan2011_2160x28080_r4', |
45 |
& |