| 1 |
\begin{verbatim} |
| 2 |
# ==================== |
| 3 |
# | Model parameters | |
| 4 |
# ==================== |
| 5 |
# |
| 6 |
# Continuous equation parameters |
| 7 |
&PARM01 |
| 8 |
tRef=29*20.0, |
| 9 |
sRef=29*35.0, |
| 10 |
viscAh=5.0E-6, |
| 11 |
viscAz=5.0E-6, |
| 12 |
no_slip_sides=.FALSE., |
| 13 |
no_slip_bottom=.FALSE., |
| 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 |
sBeta =0., |
| 20 |
gravity=9.81, |
| 21 |
rhoConst=1000.0, |
| 22 |
rhoNil=1000.0, |
| 23 |
# heatCapacity_Cp=3900.0, |
| 24 |
rigidLid=.TRUE., |
| 25 |
implicitFreeSurface=.FALSE., |
| 26 |
eosType='LINEAR', |
| 27 |
nonHydrostatic=.TRUE., |
| 28 |
readBinaryPrec=32, |
| 29 |
& |
| 30 |
|
| 31 |
# Elliptic solver parameters |
| 32 |
&PARM02 |
| 33 |
cg2dMaxIters=1000, |
| 34 |
cg2dTargetResidual=1.E-7, |
| 35 |
cg3dMaxIters=10, |
| 36 |
cg3dTargetResidual=1.E-9, |
| 37 |
& |
| 38 |
|
| 39 |
# Time stepping parameters |
| 40 |
&PARM03 |
| 41 |
nIter0=0, |
| 42 |
nTimeSteps=20, |
| 43 |
# nTimeSteps=36000000, |
| 44 |
deltaT=0.1, |
| 45 |
abEps=0.1, |
| 46 |
pChkptFreq=1.0, |
| 47 |
chkptFreq=1.0, |
| 48 |
dumpFreq=1.0, |
| 49 |
monitorFreq=0.1, |
| 50 |
outputTypesInclusive=.TRUE., |
| 51 |
& |
| 52 |
|
| 53 |
# Gridding parameters |
| 54 |
&PARM04 |
| 55 |
usingCartesianGrid=.FALSE., |
| 56 |
usingCylindricalGrid=.TRUE., |
| 57 |
usingCurvilinearGrid=.FALSE., |
| 58 |
dXspacing=3, |
| 59 |
dYspacing=0.01, |
| 60 |
delZ=29*0.005, |
| 61 |
& |
| 62 |
|
| 63 |
# Input datasets |
| 64 |
&PARM05 |
| 65 |
hydrogThetaFile='thetaPol.bin', |
| 66 |
bathyFile='bathyPol.bin', |
| 67 |
tCylIn = 0 |
| 68 |
tCylOut = 20 |
| 69 |
& |
| 70 |
\end{verbatim} |