1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef = 15*20., |
8 |
sRef = 15*35., |
9 |
viscAr= 1.77e-5, |
10 |
no_slip_sides=.FALSE., |
11 |
no_slip_bottom=.TRUE., |
12 |
diffKhT=0., |
13 |
diffK4T=0., |
14 |
diffKrT=1.51e-5, |
15 |
diffKhS=0., |
16 |
diffK4S=0., |
17 |
diffKrS=1.51e-5, |
18 |
tAlpha=2.E-4, |
19 |
sBeta =7.4E-4, |
20 |
gravity=9.81, |
21 |
eosType='JMD95Z', |
22 |
readBinaryPrec=32, |
23 |
writeBinaryPrec=32, |
24 |
useSingleCPUio=.TRUE. |
25 |
globalFiles=.TRUE. |
26 |
hFacMinDr=50., |
27 |
hFacMin=0.3, |
28 |
hFacInf=0.1, |
29 |
hFacSup=5., |
30 |
# z* - begin |
31 |
select_rStar=2, |
32 |
nonlinFreeSurf=4, |
33 |
# * - end |
34 |
implicitDiffusion=.true., |
35 |
implicitViscosity=.true., |
36 |
allowFreezing=.false., |
37 |
viscAh=0., |
38 |
# viscAhMax=unset |
39 |
viscAhGrid=0., |
40 |
viscC2Leith=0., |
41 |
viscA4=0., |
42 |
# viscA4Max=0., |
43 |
viscA4Grid=0., |
44 |
viscA4GridMin=3.e-4, |
45 |
viscA4GridMax=4.e-3, |
46 |
viscC4Leith=0.2, |
47 |
bottomDragQuadratic = 0.002, |
48 |
tempAdvScheme=33, |
49 |
saltAdvScheme=33, |
50 |
StaggerTimeStep=.true., |
51 |
multiDimAdvection=.true., |
52 |
vectorInvariantMomentum=.TRUE., |
53 |
rigidLid=.FALSE., |
54 |
implicitFreeSurface=.TRUE., |
55 |
exactConserv=.TRUE., |
56 |
# debuglevel=-1 |
57 |
& |
58 |
|
59 |
# Elliptic solver parameters |
60 |
&PARM02 |
61 |
cg2dMaxIters=100, |
62 |
cg2dTargetResidual=1.E-5, |
63 |
& |
64 |
|
65 |
# Time stepping parameters |
66 |
&PARM03 |
67 |
nIter0 = 0, |
68 |
nTimeSteps = 20, |
69 |
deltaT = 1200.0, |
70 |
abEps = 0.1, |
71 |
monitorFreq=1., |
72 |
# 2 months restoring timescale for temperature |
73 |
tauThetaClimRelax = 5184000.0, |
74 |
# 6 months restoring timescale for salinity |
75 |
tauSaltClimRelax = 15552000.0, |
76 |
& |
77 |
|
78 |
# Gridding parameters |
79 |
&PARM04 |
80 |
usingCartesianGrid=.FALSE., |
81 |
usingSphericalPolarGrid=.TRUE., |
82 |
delR= 50., 70., 100., 140., 190., |
83 |
240., 290., 340., 390., 440., |
84 |
490., 540., 590., 640., 690., |
85 |
phiMin=-80., |
86 |
dySpacing=4., |
87 |
dxSpacing=4., |
88 |
& |
89 |
|
90 |
# Input datasets |
91 |
&PARM05 |
92 |
bathyFile= 'bathymetry.bin', |
93 |
hydrogThetaFile='lev_t.bin', |
94 |
hydrogSaltFile= 'lev_s.bin', |
95 |
& |