1 |
jmc |
1.1 |
# ==================== |
2 |
|
|
# | Model parameters | |
3 |
|
|
# ==================== |
4 |
|
|
# |
5 |
|
|
# Continuous equation parameters |
6 |
|
|
&PARM01 |
7 |
|
|
tRef=15*20., |
8 |
|
|
sRef=15*35., |
9 |
|
|
viscAh =3.E5, |
10 |
|
|
viscAr =1.E-3, |
11 |
|
|
bottomDragLinear=1.E-3, |
12 |
|
|
diffKhT=0., |
13 |
|
|
diffK4T=0., |
14 |
|
|
diffKrT=3.E-5, |
15 |
|
|
diffKhS=0., |
16 |
|
|
diffK4S=0., |
17 |
|
|
diffKrS=3.E-5, |
18 |
|
|
gravity=9.81, |
19 |
|
|
rhoConst=1030., |
20 |
|
|
rhoConstFresh=1000., |
21 |
|
|
eosType='JMD95Z', |
22 |
|
|
#allowFreezing=.TRUE., |
23 |
|
|
ivdc_kappa=10., |
24 |
|
|
implicitDiffusion=.TRUE., |
25 |
|
|
implicitFreeSurface=.TRUE., |
26 |
|
|
exactConserv=.TRUE., |
27 |
|
|
select_rStar=2, |
28 |
|
|
nonlinFreeSurf=4, |
29 |
|
|
hFacInf=0.2, |
30 |
|
|
hFacSup=2.0, |
31 |
|
|
useRealFreshWaterFlux=.TRUE., |
32 |
|
|
temp_EvPrRn=0., |
33 |
|
|
hFacMin=.1, |
34 |
|
|
hFacMinDr=20., |
35 |
|
|
vectorInvariantMomentum=.TRUE., |
36 |
|
|
staggerTimeStep=.TRUE., |
37 |
|
|
readBinaryPrec=64, |
38 |
|
|
writeBinaryPrec=64, |
39 |
jmc |
1.3 |
debugLevel=2, |
40 |
jmc |
1.4 |
plotLevel=0, |
41 |
jmc |
1.1 |
& |
42 |
|
|
|
43 |
|
|
# Elliptic solver parameters |
44 |
|
|
&PARM02 |
45 |
|
|
cg2dMaxIters=200, |
46 |
|
|
cg2dTargetResidual=1.E-9, |
47 |
|
|
#cg2dTargetResWunit=1.E-14, |
48 |
|
|
& |
49 |
|
|
|
50 |
|
|
# Time stepping parameters |
51 |
|
|
&PARM03 |
52 |
|
|
nIter0=0, |
53 |
jmc |
1.2 |
# 10.yrs or 8.yrs: |
54 |
|
|
#nTimeSteps=108000, |
55 |
|
|
nTimeSteps= 86400, |
56 |
jmc |
1.1 |
deltaTmom =2880., |
57 |
|
|
deltaTtracer=2880., |
58 |
|
|
deltaTClock =2880., |
59 |
|
|
abEps = 0.1, |
60 |
jmc |
1.2 |
#pChkptFreq =311040000., |
61 |
|
|
#chkptFreq = 77760000., |
62 |
|
|
pChkptFreq =248832000., |
63 |
|
|
chkptFreq = 62208000., |
64 |
|
|
dumpFreq = 31104000., |
65 |
|
|
monitorFreq= 2592000., |
66 |
jmc |
1.1 |
forcing_In_AB=.FALSE., |
67 |
|
|
#periodicExternalForcing=.TRUE., |
68 |
|
|
#externForcingPeriod=2592000., |
69 |
|
|
#externForcingCycle=31104000., |
70 |
|
|
# 2 months restoring timescale for temperature |
71 |
|
|
#tauThetaClimRelax= 5184000., |
72 |
|
|
# restoring timescale for salinity: 2yrs, 20 yrs |
73 |
|
|
#tauSaltClimRelax = 62208000., |
74 |
|
|
#tauSaltClimRelax = 622080000., |
75 |
|
|
#- short test: |
76 |
jmc |
1.2 |
nTimeSteps= 5, |
77 |
jmc |
1.1 |
monitorFreq=1., |
78 |
|
|
& |
79 |
|
|
|
80 |
|
|
# Gridding parameters |
81 |
|
|
&PARM04 |
82 |
|
|
usingCurvilinearGrid=.TRUE., |
83 |
|
|
horizGridFile='dxC1_dXYa', |
84 |
|
|
radius_fromHorizGrid=6370.E3, |
85 |
|
|
delR= 32., 46., 66., 92., 124., |
86 |
|
|
156., 190., 222., 254., 288., |
87 |
|
|
320., 354., 386., 418., 452., |
88 |
|
|
& |
89 |
|
|
|
90 |
|
|
# Input datasets |
91 |
|
|
&PARM05 |
92 |
|
|
bathyFile ='flat_4km.bin', |
93 |
jmc |
1.2 |
addWwallFile='wall_W_DbD.bin', |
94 |
|
|
addSwallFile='wall_S_DbD.bin', |
95 |
jmc |
1.1 |
hydrogThetaFile='tIni_cpl.bin', |
96 |
|
|
hydrogSaltFile ='sIni_cpl.bin', |
97 |
|
|
#thetaClimFile ='lev_surfT_cs_12m.bin', |
98 |
|
|
#saltClimFile ='lev_surfS_cs_12m.bin', |
99 |
|
|
& |