1 |
\begin{verbatim} |
2 |
# Model parameters |
3 |
# Continuous equation parameters |
4 |
&PARM01 |
5 |
tRef=20., |
6 |
sRef=10., |
7 |
viscAz=1.E-2, |
8 |
viscAh=4.E2, |
9 |
diffKhT=4.E2, |
10 |
diffKzT=1.E-2, |
11 |
beta=1.E-11, |
12 |
tAlpha=2.E-4, |
13 |
sBeta =0., |
14 |
gravity=9.81, |
15 |
gBaro=9.81, |
16 |
rigidLid=.FALSE., |
17 |
implicitFreeSurface=.TRUE., |
18 |
eosType='LINEAR', |
19 |
readBinaryPrec=64, |
20 |
& |
21 |
# Elliptic solver parameters |
22 |
&PARM02 |
23 |
cg2dMaxIters=1000, |
24 |
cg2dTargetResidual=1.E-7, |
25 |
& |
26 |
# Time stepping parameters |
27 |
&PARM03 |
28 |
startTime=0, |
29 |
#endTime=311040000, |
30 |
endTime=12000.0, |
31 |
deltaTmom=1200.0, |
32 |
deltaTtracer=1200.0, |
33 |
abEps=0.1, |
34 |
pChkptFreq=2592000.0, |
35 |
chkptFreq=120000.0, |
36 |
dumpFreq=2592000.0, |
37 |
& |
38 |
# Gridding parameters |
39 |
&PARM04 |
40 |
usingCartesianGrid=.TRUE., |
41 |
usingSphericalPolarGrid=.FALSE., |
42 |
delX=60*20E3, |
43 |
delY=60*20E3, |
44 |
delZ=5000., |
45 |
& |
46 |
&PARM05 |
47 |
bathyFile='topog.box', |
48 |
hydrogThetaFile=, |
49 |
hydrogSaltFile=, |
50 |
zonalWindFile='windx.sin_y', |
51 |
meridWindFile=, |
52 |
& |
53 |
\end{verbatim} |