1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef=16.5, 14.0, 13.5, 13.0, 12.0, |
8 |
10.0, 6.7, 4.0, 2.2, 1.0, |
9 |
0.2, -0.3, -0.7, -1.1, -1.4, |
10 |
sRef=15*35., |
11 |
viscAh =3.E5, |
12 |
viscAr =1.E-3, |
13 |
bottomDragLinear=1.E-3, |
14 |
diffKhT=0., |
15 |
diffK4T=0., |
16 |
diffKrT=3.E-5, |
17 |
diffKhS=0., |
18 |
diffK4S=0., |
19 |
diffKrS=3.E-5, |
20 |
gravity=9.81, |
21 |
rhonil=1030., |
22 |
rhoConstFresh=1000., |
23 |
eosType='JMD95Z', |
24 |
#allowFreezing=.TRUE., |
25 |
ivdc_kappa=10., |
26 |
implicitDiffusion=.TRUE., |
27 |
implicitFreeSurface=.TRUE., |
28 |
exactConserv=.TRUE., |
29 |
select_rStar=2, |
30 |
nonlinFreeSurf=4, |
31 |
hFacInf=0.2, |
32 |
hFacSup=2.0, |
33 |
useRealFreshWaterFlux=.TRUE., |
34 |
convertFW2Salt=34., |
35 |
temp_EvPrRn=0., |
36 |
hFacMin=.1, |
37 |
hFacMinDr=20., |
38 |
vectorInvariantMomentum=.TRUE., |
39 |
staggerTimeStep=.TRUE., |
40 |
readBinaryPrec=64, |
41 |
writeBinaryPrec=64, |
42 |
#debugLevel=0, |
43 |
& |
44 |
|
45 |
# Elliptic solver parameters |
46 |
&PARM02 |
47 |
cg2dMaxIters=200, |
48 |
cg2dTargetResidual=1.E-9, |
49 |
#cg2dTargetResWunit=1.E-14, |
50 |
& |
51 |
|
52 |
# Time stepping parameters |
53 |
&PARM03 |
54 |
nIter0=129600, |
55 |
nTimeSteps=43200, |
56 |
pChkptFreq=155520000, |
57 |
taveFreq=155520000, |
58 |
dumpFreq=0, |
59 |
monitorFreq=2592000, |
60 |
deltaTmom=3600., |
61 |
deltaTtracer=3600., |
62 |
deltaTClock =3600., |
63 |
abEps=0.12, |
64 |
forcing_In_AB=.FALSE., |
65 |
periodicExternalForcing=.TRUE., |
66 |
externForcingPeriod=2592000., |
67 |
externForcingCycle=31104000., |
68 |
& |
69 |
|
70 |
# Gridding parameters |
71 |
&PARM04 |
72 |
usingCurvilinearGrid=.TRUE., |
73 |
delR= 50., 70., 100., 140., 190., |
74 |
240., 290., 340., 390., 440., |
75 |
490., 540., 590., 640., 690., |
76 |
& |
77 |
|
78 |
# Input datasets |
79 |
&PARM05 |
80 |
bathyFile ='EqBlk.c32.Bathy.5p2km.bin', |
81 |
hydrogThetaFile='EqBlk.c32.O.T.ini.bin', |
82 |
hydrogSaltFile ='EqBlk.c32.O.S.ini.bin', |
83 |
& |