Warning, /verification/lab_sea/input/data.seaice is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit dc26f158 on 2021-09-30 20:24:53 UTC
a2d6992aa1 Patr*0001 # SEAICE parameters
0002 &SEAICE_PARM01
24cf3bf2b7 Jean*0003 #- seaice dynamics params:
0004 # LSR_ERROR = 1.E-12,
0005 SEAICE_no_slip = .TRUE.,
0006 # Depending on vertical resolution this angle should have a value > 0
0007 # (e.g., 25deg for drF(1)=10m)
0008 # SEAICE_waterTurnAngle = 0.0,
0009 #- seaice state & transport params:
0010 SEAICE_salt0 = 4.0,
0011 SEAICEadvScheme = 7,
0012 # for adjoint simulations you will need
0013 # SEAICEadvScheme = 30,
0014 #- seaice thermodyn params:
0015 SEAICE_multDim = 7,
0016 SEAICE_wetAlbTemp = 0.0,
0017 # this value should be default for the McPhee parameterization
0018 SEAICE_mcPheeTaper = 0.92,
0019 #- seaice I/O params:
0020 SEAICEwriteState = .TRUE.,
b8665dacca Mart*0021 # old defaults
0022 SEAICEscaleSurfStress = .FALSE.,
0023 SEAICEaddSnowMass = .FALSE.,
0024 SEAICE_useMultDimSnow = .FALSE.,
0025 SEAICE_Olx = 0,
0026 SEAICE_Oly = 0,
0027 SEAICEetaZmethod = 0,
dc26f158aa Mart*0028 SEAICE_waterDrag = 0.005355404089581304,
0029 LSR_ERROR = 1.E-4,
a2d6992aa1 Patr*0030 &
97be675545 Jean*0031
f0710adbee Patr*0032 &SEAICE_PARM03
24cf3bf2b7 Jean*0033 SItrNumInUse = 2,
0034 SItrName(1) = 'age',
0035 SItrMate(1) = 'AREA',
0036 SItrUnit(1) = 's',
0037 SItrName(2) = 'one',
f0710adbee Patr*0038 &