| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef=20*20.0, |
| 8 |
sRef=20*35.0, |
| 9 |
viscAh=5.0, |
| 10 |
viscAz=0.2, |
| 11 |
no_slip_sides=.FALSE., |
| 12 |
no_slip_bottom=.FALSE., |
| 13 |
viscA4=0.E12, |
| 14 |
diffKhT=5.0, |
| 15 |
diffKzT=0.2, |
| 16 |
diffKhS=5.0, |
| 17 |
diffKzS=0.2, |
| 18 |
f0=1.0e-4, |
| 19 |
beta=0.E-11, |
| 20 |
tAlpha=2.0E-4, |
| 21 |
sBeta =0., |
| 22 |
gravity=9.81, |
| 23 |
rhoConst=1000.0, |
| 24 |
rhoNil=1000.0, |
| 25 |
heatCapacity_Cp=3900.0, |
| 26 |
rigidLid=.TRUE., |
| 27 |
implicitFreeSurface=.FALSE., |
| 28 |
eosType='LINEAR', |
| 29 |
nonHydrostatic=.FALSE., |
| 30 |
readBinaryPrec=64, |
| 31 |
ivdc_kappa=100., |
| 32 |
implicitDiffusion=.TRUE., |
| 33 |
& |
| 34 |
|
| 35 |
# Elliptic solver parameters |
| 36 |
&PARM02 |
| 37 |
cg2dMaxIters=1000, |
| 38 |
cg2dTargetResidual=1.E-9, |
| 39 |
cg3dMaxIters=40, |
| 40 |
cg3dTargetResidual=1.E-9, |
| 41 |
& |
| 42 |
|
| 43 |
# Time stepping parameters |
| 44 |
&PARM03 |
| 45 |
nIter0=0, |
| 46 |
nTimeSteps=2880, |
| 47 |
deltaT=60, |
| 48 |
abEps=0.1, |
| 49 |
pChkptFreq=3600.0, |
| 50 |
chkptFreq=3600.0, |
| 51 |
dumpFreq=3600.0, |
| 52 |
monitorFreq=1.E-5, |
| 53 |
& |
| 54 |
|
| 55 |
# Gridding parameters |
| 56 |
&PARM04 |
| 57 |
usingCartesianGrid=.TRUE., |
| 58 |
usingSphericalPolarGrid=.FALSE., |
| 59 |
dXspacing=2000.0, |
| 60 |
dYspacing=2000.0, |
| 61 |
delZ=20*100.0, |
| 62 |
& |
| 63 |
|
| 64 |
# Input datasets |
| 65 |
&PARM05 |
| 66 |
surfQfile='Qsurface', |
| 67 |
#hydrogThetaFile='tinit.bin' |
| 68 |
& |