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=3600000, |
55 |
nTimeSteps=36000, |
56 |
pChkptFreq=155520000, |
57 |
taveFreq=31104000, |
58 |
dumpFreq=31104000, |
59 |
monitorFreq=2592000, |
60 |
deltaTmom=4320., |
61 |
deltaTtracer=4320., |
62 |
deltaTClock =4320., |
63 |
#abEps=0.12, |
64 |
#alph_AB=0.62, |
65 |
#beta_AB=0., |
66 |
alph_AB=0.5, |
67 |
beta_AB=0.281105, |
68 |
doAB_onGtGs=.FALSE., |
69 |
forcing_In_AB=.FALSE., |
70 |
momDissip_In_AB=.FALSE., |
71 |
periodicExternalForcing=.TRUE., |
72 |
externForcingPeriod=2592000., |
73 |
externForcingCycle=31104000., |
74 |
& |
75 |
|
76 |
# Gridding parameters |
77 |
&PARM04 |
78 |
usingCurvilinearGrid=.TRUE., |
79 |
#horizGridFile='dxC1_dXYa', |
80 |
#delR= 50., 70., 100., 140., 190., |
81 |
# 240., 290., 340., 390., 440., |
82 |
# 490., 540., 590., 640., 690., |
83 |
delR= 30., 40., 60., 80., 110., |
84 |
140., 160., 200., 220., 260., |
85 |
280., 310., 340., 370., 400., |
86 |
& |
87 |
|
88 |
# Input datasets |
89 |
&PARM05 |
90 |
bathyFile ='Aqua.c24.Bathy.3p0km.bin', |
91 |
hydrogThetaFile='Aq5p2km_LW_Col_Cpl66_DanT_c24.bin', |
92 |
hydrogSaltFile ='Aq5p2km_LW_Col_Cpl66_DanS_c24.bin', |
93 |
& |