| 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 = 0.0054138, |
| 10 |
SEAICE_drag = 0.00114, |
| 11 |
HO = 0.05, |
| 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 = 0.0054716, |
| 18 |
SEAICE_drag_south = 0.0012114, |
| 19 |
# |
| 20 |
SEAICE_no_slip = .TRUE., |
| 21 |
SEAICEadvScheme = 7, |
| 22 |
# |
| 23 |
MIN_ATEMP = -40., |
| 24 |
MIN_TICE = -40., |
| 25 |
SEAICE_area_reg = 0.15, |
| 26 |
SEAICE_hice_reg = 0.1, |
| 27 |
IMAX_TICE = 6, |
| 28 |
SEAICE_EPS = 1.E-8, |
| 29 |
SEAICE_doOpenWaterMelt = .TRUE., |
| 30 |
SEAICE_areaLossFormula = 1, |
| 31 |
SEAICE_wetAlbTemp = 0.0, |
| 32 |
SEAICE_saltFrac = 0.3, |
| 33 |
# |
| 34 |
AreaFile = 'AREA_llc1080_14jan2011_2160x28080_r4', |
| 35 |
HsnowFile = 'HSNOW_llc1080_14jan2011_2160x28080_r4', |
| 36 |
HsaltFile = 'HSALT_llc1080_14jan2011_2160x28080_r4', |
| 37 |
HeffFile = 'HEFF_llc1080_14jan2011_2160x28080_r4', |
| 38 |
UiceFile = 'UICE_llc1080_14jan2011_2160x28080_r4', |
| 39 |
ViceFile = 'VICE_llc1080_14jan2011_2160x28080_r4', |
| 40 |
& |