1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef= 21.0 , 20.0 , 19.0 , 18.0 , 17.0 , |
8 |
16.0 , 15.2 , 14.5 , 13.9 , 13.3 , |
9 |
12.4 , 11.3 , 9.9 , 8.4 , 6.7 , |
10 |
5.2 , 3.8 , 2.9 , 2.3 , 1.8 , |
11 |
1.5 , 1.1 , 0.8 , 0.6, 0.6, |
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.73, 34.73, 34.74, 34.74, 34.75, |
17 |
viscAr= 1.77e-5 |
18 |
no_slip_sides=.TRUE., |
19 |
no_slip_bottom=.TRUE., |
20 |
diffKhT=0., |
21 |
diffK4T=0., |
22 |
diffKrT=1.51e-5 |
23 |
diffKhS=0., |
24 |
diffK4S=0., |
25 |
diffKrS=1.51e-5 |
26 |
tAlpha=2.E-4, |
27 |
sBeta =7.4E-4, |
28 |
gravity=9.81, |
29 |
eosType='JMD95Z', |
30 |
readBinaryPrec=32, |
31 |
writeBinaryPrec=32, |
32 |
useSingleCpuIO=.TRUE. |
33 |
globalfiles=.FALSE. |
34 |
hFacMinDr=50., |
35 |
hFacMin=0.3, |
36 |
#ph( |
37 |
hFacInf=0.1, |
38 |
hFacSup=5., |
39 |
# z* - begin |
40 |
# select_rStar=2, |
41 |
nonlinFreeSurf=2, |
42 |
# * - end |
43 |
#ph) |
44 |
implicitDiffusion=.true., |
45 |
implicitViscosity=.true., |
46 |
allowFreezing=.false., |
47 |
viscA4 = 0., |
48 |
viscA4Grid = 2e-2, |
49 |
viscAh = 1.E2, |
50 |
bottomDragQuadratic = 0.002, |
51 |
vectorInvariantMomentum=.TRUE., |
52 |
rigidLid=.FALSE., |
53 |
implicitFreeSurface=.TRUE., |
54 |
exactConserv=.TRUE., |
55 |
#ph( |
56 |
multiDimAdvection=.FALSE., |
57 |
StaggerTimeStep=.FALSE., |
58 |
useCDscheme=.TRUE., |
59 |
# |
60 |
inAdExact=.TRUE., |
61 |
tempAdvScheme=30, |
62 |
saltAdvScheme=30, |
63 |
|
64 |
#ph) |
65 |
debuglevel=1 |
66 |
& |
67 |
|
68 |
# Elliptic solver parameters |
69 |
&PARM02 |
70 |
cg2dMaxIters=300, |
71 |
cg2dTargetResidual=1.E-10, |
72 |
& |
73 |
|
74 |
# Time stepping parameters |
75 |
&PARM03 |
76 |
## startTime=0.0, |
77 |
## endTime=864000., |
78 |
niter0=0, |
79 |
#10 model years (3650 days) |
80 |
nTimeSteps=131400, |
81 |
abEps=0.1, |
82 |
deltaT=2400.0, |
83 |
cAdjFreq=0., |
84 |
pChkptFreq=31536000., |
85 |
chkptFreq= 31536000., |
86 |
dumpfreq=15768000., |
87 |
monitorFreq=2628000., |
88 |
adjDumpFreq=15768000., |
89 |
# |
90 |
tauSaltClimRelax = 15552000., |
91 |
forcing_In_AB = .FALSE. |
92 |
tauCD=172800.0, |
93 |
& |
94 |
|
95 |
# Gridding parameters |
96 |
&PARM04 |
97 |
usingCartesianGrid=.FALSE., |
98 |
usingSphericalPolarGrid=.FALSE., |
99 |
usingCurvilinearGrid=.TRUE., |
100 |
delX=130*0.35979, |
101 |
delY=102*0.35979, |
102 |
delR= 1.000000e+01, 1.000000e+01, 1.000000e+01, 1.000000e+01, |
103 |
1.000000e+01, 1.143000e+01, 1.850000e+01, 2.747000e+01, |
104 |
3.883000e+01, 5.283000e+01, 7.000000e+01, 9.050000e+01, |
105 |
1.147300e+02, 1.428300e+02, 1.749300e+02, 2.108700e+02, |
106 |
2.503300e+02, 2.929000e+02, 3.418300e+02, 4.018300e+02, |
107 |
4.651700e+02, 5.335000e+02, 6.093300e+02, 6.901700e+02, |
108 |
7.885000e+02, |
109 |
phimin=-19.78818, |
110 |
thetamin=-22.66646, |
111 |
rSphere = 6371.D3 |
112 |
& |
113 |
|
114 |
# Input datasets |
115 |
&PARM05 |
116 |
bathyFile = 'topog.bin_130_102', |
117 |
hydrogThetaFile = 'theta.phc_130_102_25_12', |
118 |
hydrogSaltFile = 'salt.phc_130_102_25_12', |
119 |
& |