1 |
#:::==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
Tref = 50*-1.9, |
8 |
Sref = 50*34.4, |
9 |
viscAr=1.E-3, |
10 |
#viscAh=600.0, |
11 |
viscAhGrid=0.2, |
12 |
# viscA4Grid=0.1, |
13 |
no_slip_sides=.FALSE., |
14 |
no_slip_bottom=.FALSE., |
15 |
diffKhT= 600.0, |
16 |
diffKrT=5.E-5, |
17 |
diffKhS= 600.0, |
18 |
diffKrS=5.E-5, |
19 |
bottomDragQuadratic=2.5E-3, |
20 |
staggerTimestep = .true., |
21 |
tempAdvScheme=30, |
22 |
saltAdvScheme=30, |
23 |
vectorInvariantMomentum = .true., |
24 |
### momImplVertAdv=.true., |
25 |
tempImplVertAdv=.true., |
26 |
saltImplVertAdv=.true., |
27 |
eosType='JMD95Z', |
28 |
#tAlpha = 2.E-4, |
29 |
#sBeta = 7.4E-4, |
30 |
HeatCapacity_cp = 3974.0, |
31 |
rhoConst=1030., |
32 |
rhoNil=1030., |
33 |
gravity=9.81, |
34 |
gBaro=9.81, |
35 |
implicitDiffusion = .true., |
36 |
implicitViscosity = .true., |
37 |
rigidLid=.FALSE., |
38 |
implicitFreeSurface=.TRUE., |
39 |
useRealFreshWaterFlux = .true., |
40 |
exactConserv=.true., |
41 |
# Making this explicit |
42 |
# matching 5x5 setup |
43 |
nonlinFreeSurf=0, |
44 |
# start nlfs with rstar |
45 |
#select_rStar=2, |
46 |
hFacInf=0.1, |
47 |
#hFacSup=2.0, |
48 |
# end nlfs with rstar |
49 |
hFacMin=0.1, |
50 |
#integr_GeoPot = 1, |
51 |
#ivdc_kappa = 0.005., |
52 |
#implicitDiffusion=.true., |
53 |
#implicitViscosity=.true., |
54 |
#useCDscheme=.true., |
55 |
#nonHydrostatic=.true., |
56 |
#allowFreezing = .true., |
57 |
readBinaryPrec=64, |
58 |
#debuglevel = -1, |
59 |
#useSingleCpuIO=.TRUE., |
60 |
globalFiles=.TRUE., |
61 |
debuglevel = 1, |
62 |
& |
63 |
|
64 |
# Elliptic solver parameters |
65 |
&PARM02 |
66 |
cg2dMaxIters=300, |
67 |
# cg2dTargetResidual=1.E-15, |
68 |
# printresidualfreq=100, |
69 |
cg2dTargetResWunit=1.E-18, |
70 |
#cg3dMaxIters=40, |
71 |
#cg3dTargetResidual=1.E-13, |
72 |
& |
73 |
|
74 |
# Time stepping parameters |
75 |
&PARM03 |
76 |
# niter0=518400, |
77 |
# Starting raw ... |
78 |
nIter0=0, |
79 |
# nTimeSteps=34560, |
80 |
# 9 months |
81 |
nTimeSteps=50, |
82 |
# startTime=0., |
83 |
# endTime=311040000., |
84 |
deltaT=900.0, |
85 |
forcing_In_AB = .false., |
86 |
#rCD = 0.9896, |
87 |
abEps=0.1, |
88 |
cAdjFreq = -1., |
89 |
pChkptFreq=0., |
90 |
chkptFreq=0., |
91 |
monitorFreq=2592000., |
92 |
dumpFreq=90000., |
93 |
adjMonitorFreq=900., |
94 |
# 2days |
95 |
#adjDumpFreq=172800., |
96 |
# 5 days |
97 |
adjDumpFreq=90000., |
98 |
& |
99 |
|
100 |
# Gridding parameters |
101 |
&PARM04 |
102 |
usingCartesianGrid=.FALSE., |
103 |
usingSphericalPolarGrid=.TRUE., |
104 |
#delR = 10., 10., 10., 10., 10., 10., 10., 10.01, 10.03, 10.11, |
105 |
#10.32, 10.8, 11.76, 13.42, 16.04, 19.82, 24.85, 31.1, 38.42, 46.5, |
106 |
#55., 63.5, 71.58, 78.9, 85.15, 90.18, 93.96, 96.58, 98.25, 99.25, |
107 |
#100.01, 101.33, 104.56, 111.33, 122.83, 139.09, 158.94, 180.83, 203.55, 226.5, |
108 |
#249.5, 272.5, 295.5, 318.5, 341.5, 364.5, 387.5, 410.5, 433.5, 456.5, |
109 |
delR=50*20., |
110 |
delX=25*0.125, |
111 |
delYFile='dlat.bin', |
112 |
xgOrigin = -102.3750, |
113 |
ygOrigin = -75.4457, |
114 |
& |
115 |
|
116 |
# Input datasets |
117 |
&PARM05 |
118 |
adTapeDir='tapes', |
119 |
bathyFile='bathymetryAdj.pig.bin', |
120 |
hydrogThetaFile='theta.init', |
121 |
hydrogSaltFile='salt.init', |
122 |
& |