| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef=29*20.0, |
| 8 |
sRef=29*35.0, |
| 9 |
viscAh=5.0E-6, |
| 10 |
viscAz=5.0E-6, |
| 11 |
no_slip_sides=.FALSE., |
| 12 |
no_slip_bottom=.FALSE., |
| 13 |
viscA4=0.E12, |
| 14 |
diffKhT=2.5E-6, |
| 15 |
diffKzT=2.5E-6, |
| 16 |
diffKhS=1.0E-6, |
| 17 |
diffKzS=1.0E-6, |
| 18 |
f0=0.5, |
| 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=.TRUE., |
| 30 |
readBinaryPrec=32, |
| 31 |
& |
| 32 |
|
| 33 |
# Elliptic solver parameters |
| 34 |
&PARM02 |
| 35 |
cg2dMaxIters=1000, |
| 36 |
cg2dTargetResidual=1.E-7, |
| 37 |
cg3dMaxIters=10, |
| 38 |
cg3dTargetResidual=1.E-9, |
| 39 |
& |
| 40 |
|
| 41 |
# Time stepping parameters |
| 42 |
&PARM03 |
| 43 |
nIter0=0, |
| 44 |
nTimeSteps=200, |
| 45 |
# nTimeSteps=36000000, |
| 46 |
deltaT=0.1, |
| 47 |
abEps=0.1, |
| 48 |
pChkptFreq=1.0, |
| 49 |
chkptFreq=1.0, |
| 50 |
dumpFreq=1.0, |
| 51 |
monitorFreq=1.0, |
| 52 |
& |
| 53 |
|
| 54 |
# Gridding parameters |
| 55 |
&PARM04 |
| 56 |
usingCartesianGrid=.FALSE., |
| 57 |
usingCylindricalGrid=.TRUE., |
| 58 |
usingCurvilinearGrid=.FALSE., |
| 59 |
dXspacing=3, |
| 60 |
dYspacing=0.01, |
| 61 |
delZ=29*0.005, |
| 62 |
& |
| 63 |
|
| 64 |
# Input datasets |
| 65 |
&PARM05 |
| 66 |
hydrogThetaFile='thetaPol.bin', |
| 67 |
bathyFile='bathyPol.bin', |
| 68 |
tCyl = 0 |
| 69 |
& |