1 |
|
# ==================== |
2 |
|
# | Model parameters | |
3 |
|
# ==================== |
4 |
|
# |
5 |
|
# Continuous equation parameters |
6 |
|
&PARM01 |
7 |
|
tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 , |
8 |
|
19.0 , 18.0 , 17.0 , 16.0 , 15.0 , |
9 |
|
14.0 , 13.0 , 12.0 , 11.0 , 10.0 , |
10 |
|
9.0 , 8.0 , 7.0 , 6.0, 5.0 , |
11 |
|
4.0 , 3.0 , 2.0 , |
12 |
|
sRef= 34.65, 34.75, 34.82, 34.87, 34.90, |
13 |
|
34.90, 34.86, 34.78, 34.69, 34.60, |
14 |
|
34.58, 34.62, 34.68, 34.72, 34.73, |
15 |
|
34.74, 34.73, 34.73, 34.72, 34.72, |
16 |
|
34.71, 34.70, 34.69, |
17 |
|
no_slip_sides=.false., |
18 |
|
no_slip_bottom=.TRUE., |
19 |
|
viscAr=1.E-3, |
20 |
|
viscAh=1.E4, |
21 |
|
diffKhT=1.E2, |
22 |
|
diffKrT=1.E-5, |
23 |
|
diffKhS=1.E2, |
24 |
|
diffKrS=1.E-5, |
25 |
|
beta=1.E-11, |
26 |
|
tAlpha=2.E-4, |
27 |
|
sBeta =7.4E-4, |
28 |
|
gravity=9.81, |
29 |
|
gBaro=9.81, |
30 |
|
rigidLid=.FALSE., |
31 |
|
implicitFreeSurface=.true., |
32 |
|
eosType='POLY3', |
33 |
|
readBinaryPrec=32, |
34 |
|
writeBinaryPrec=32, |
35 |
|
saltStepping=.TRUE., |
36 |
|
tempStepping=.TRUE., |
37 |
|
momStepping=.TRUE., |
38 |
|
implicitDiffusion=.true., |
39 |
|
implicitViscosity=.true., |
40 |
|
allowFreezing=.TRUE., |
41 |
|
globalFiles = .TRUE. |
42 |
|
useSingleCpuIO = .TRUE. |
43 |
|
debugLevel = 0 |
44 |
|
tr1Stepping=.TRUE. |
45 |
|
& |
46 |
|
|
47 |
|
# Elliptic solver parameters |
48 |
|
&PARM02 |
49 |
|
cg2dMaxIters=200, |
50 |
|
cg2dTargetResidual=1.E-7, |
51 |
|
& |
52 |
|
|
53 |
|
# Time stepping parameters |
54 |
|
&PARM03 |
55 |
|
starttime = 0., |
56 |
|
endTime = 2240613000., |
57 |
|
pChkptFreq = 2240613000., |
58 |
|
tauCD=172800., |
59 |
|
deltaT=3000.0, |
60 |
|
cAdjFreq=0., |
61 |
|
abEps=0.1, |
62 |
|
tauThetaClimRelax=2592000.0, |
63 |
|
tauSaltClimRelax= 2592000.0, |
64 |
|
ChkptFreq= 2628000., |
65 |
|
dumpFreq= 2628000., |
66 |
|
tr1dumpFreq=2628000., |
67 |
|
taveFreq= 2628000., |
68 |
|
monitorFreq= 2628000., |
69 |
|
diagfreq=0 |
70 |
|
& |
71 |
|
|
72 |
|
# Gridding parameters |
73 |
|
&PARM04 |
74 |
|
usingCartesianGrid=.FALSE., |
75 |
|
usingSphericalPolarGrid=.TRUE., |
76 |
|
delX=360*1.E0, |
77 |
|
delY=160*1.E0, |
78 |
|
delR=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200., |
79 |
|
275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500., |
80 |
|
phimin=-80., |
81 |
|
thetamin=0., |
82 |
|
& |
83 |
|
|
84 |
|
# Input datasets |
85 |
|
&PARM05 |
86 |
|
bathyFile='bathy_fl.bin', |
87 |
|
hydrogThetaFile = 'LEV_wghc_ptmp_r4', |
88 |
|
hydrogSaltFile = 'LEV_wghc_salt_r4', |
89 |
|
& |