1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef=300., |
8 |
sRef=0., |
9 |
viscAr=0., |
10 |
# JMC says try 1.E-3 for viscAh |
11 |
viscAh=0., |
12 |
viscA4=0., |
13 |
no_slip_sides=.FALSE., |
14 |
no_slip_bottom=.FALSE., |
15 |
buoyancyRelation='ATMOSPHERIC', |
16 |
eosType='IDEALGAS', |
17 |
gravity=9.81, |
18 |
gBaro=9.81, |
19 |
rhonil=1.0, |
20 |
rhoConst=1.0, |
21 |
rigidLid=.FALSE., |
22 |
implicitFreeSurface=.TRUE., |
23 |
nonHydrostatic=.FALSE., |
24 |
readBinaryPrec=64, |
25 |
writeBinaryPrec=64, |
26 |
# JMC says try the next two |
27 |
momAdvection=.FALSE., |
28 |
useCoriolis=.FALSE., |
29 |
tempStepping=.FALSE., |
30 |
saltStepping=.FALSE., |
31 |
#implicSurfPress=0.5, |
32 |
#implicDiv2DFlow=0.5, |
33 |
& |
34 |
|
35 |
# Elliptic solver parameters |
36 |
&PARM02 |
37 |
cg2dMaxIters=600, |
38 |
cg2dTargetResidual=1.E-12, |
39 |
& |
40 |
|
41 |
# Time stepping parameters |
42 |
&PARM03 |
43 |
niter0=0, |
44 |
nTimeSteps=200, |
45 |
abEps=0.1, |
46 |
# deltaT=450.0, |
47 |
deltaT=150.0, |
48 |
cAdjFreq=0., |
49 |
pChkptFreq=0.0, |
50 |
chkptFreq=0.0, |
51 |
dumpFreq=3600.0, |
52 |
dumpFreq=1., |
53 |
monitorFreq=1., |
54 |
& |
55 |
|
56 |
# Gridding parameters |
57 |
&PARM04 |
58 |
usingCurvilinearGrid=.TRUE., |
59 |
delR=1.E5, |
60 |
Ro_SeaLevel=1.E5, |
61 |
& |
62 |
|
63 |
# Input datasets |
64 |
&PARM05 |
65 |
#pSurfInitFile='square.bin', |
66 |
#pSurfInitFile='cos_equator.bin', |
67 |
# pSurfInitFile='cos.bin', |
68 |
pSurfInitFile='ssh', |
69 |
& |