1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
rigidLid=.TRUE., |
8 |
implicitFreeSurface=.FALSE., |
9 |
nonHydrostatic=.FALSE., |
10 |
readBinaryPrec=64, |
11 |
debugLevel=-1, |
12 |
useSingleCpuIo=.TRUE., |
13 |
momStepping=.FALSE., |
14 |
saltStepping=.FALSE., |
15 |
tempStepping=.FALSE, |
16 |
& |
17 |
|
18 |
# Elliptic solver parameters |
19 |
&PARM02 |
20 |
cg2dMaxIters=1000, |
21 |
cg2dTargetResidual=4.E-5, |
22 |
& |
23 |
|
24 |
# Time stepping parameters |
25 |
&PARM03 |
26 |
nIter0=0, |
27 |
nTimeSteps=20, |
28 |
deltaT = 1, |
29 |
& |
30 |
|
31 |
# Gridding parameters |
32 |
&PARM04 |
33 |
usingCartesianGrid=.TRUE., |
34 |
usingSphericalPolarGrid=.FALSE., |
35 |
dXspacing=80.e3, |
36 |
dYspacing=80.e3, |
37 |
delRc = 1,1, |
38 |
& |
39 |
|
40 |
# Input datasets |
41 |
&PARM05 |
42 |
bathyFile='cg2d_bathy.bin', |
43 |
& |