1 |
jahn |
1.1 |
# SEAICE parameters |
2 |
|
|
&SEAICE_PARM01 |
3 |
jahn |
1.17 |
#- seaice dynamics params: |
4 |
|
|
# LSR_ERROR = 1.E-12, |
5 |
|
|
SEAICE_no_slip = .TRUE., |
6 |
|
|
SEAICE_drag = 0.001, |
7 |
|
|
# Depending on vertical resolution this angle should have a value > 0 |
8 |
|
|
# (e.g., 25deg for drF(1)=10m) |
9 |
|
|
# SEAICE_waterTurnAngle = 0.0, |
10 |
|
|
#- seaice state & transport params: |
11 |
|
|
SEAICE_salt0 = 4.0, |
12 |
|
|
SEAICEadvScheme = 7, |
13 |
|
|
# for adjoint simulations you will need |
14 |
|
|
# SEAICEadvScheme = 30, |
15 |
|
|
#- seaice thermodyn params: |
16 |
|
|
SEAICE_multDim = 7, |
17 |
|
|
SEAICE_wetAlbTemp = 0.0, |
18 |
|
|
# this value should be default for the McPhee parameterization |
19 |
|
|
SEAICE_mcPheeTaper = 0.92, |
20 |
|
|
#- seaice I/O params: |
21 |
|
|
SEAICEwriteState = .TRUE., |
22 |
|
|
& |
23 |
|
|
|
24 |
|
|
&SEAICE_PARM03 |
25 |
|
|
SItrNumInUse = 2, |
26 |
|
|
SItrName(1) = 'age', |
27 |
|
|
SItrMate(1) = 'AREA', |
28 |
|
|
SItrUnit(1) = 's', |
29 |
|
|
SItrName(2) = 'one', |
30 |
jahn |
1.1 |
& |