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 |
|
|
#debugLevel=0, |
40 |
|
|
& |
41 |
|
|
|
42 |
|
|
# Elliptic solver parameters |
43 |
|
|
&PARM02 |
44 |
|
|
cg2dMaxIters=200, |
45 |
|
|
cg2dTargetResidual=1.E-9, |
46 |
|
|
#cg2dTargetResWunit=1.E-14, |
47 |
|
|
& |
48 |
|
|
|
49 |
|
|
# Time stepping parameters |
50 |
|
|
&PARM03 |
51 |
|
|
nIter0=0, |
52 |
|
|
nTimeSteps=5, |
53 |
|
|
deltaTmom =2880., |
54 |
|
|
deltaTtracer=2880., |
55 |
|
|
deltaTClock =2880., |
56 |
|
|
abEps = 0.1, |
57 |
|
|
pChkptFreq =155520000., |
58 |
|
|
chkptFreq =31104000., |
59 |
|
|
dumpFreq =31104000., |
60 |
|
|
monitorFreq =2592000., |
61 |
|
|
forcing_In_AB=.FALSE., |
62 |
|
|
#periodicExternalForcing=.TRUE., |
63 |
|
|
#externForcingPeriod=2592000., |
64 |
|
|
#externForcingCycle=31104000., |
65 |
|
|
# 2 months restoring timescale for temperature |
66 |
|
|
#tauThetaClimRelax= 5184000., |
67 |
|
|
# restoring timescale for salinity: 2yrs, 20 yrs |
68 |
|
|
#tauSaltClimRelax = 62208000., |
69 |
|
|
#tauSaltClimRelax = 622080000., |
70 |
|
|
#- short test: |
71 |
|
|
monitorFreq=1., |
72 |
|
|
& |
73 |
|
|
|
74 |
|
|
# Gridding parameters |
75 |
|
|
&PARM04 |
76 |
|
|
usingCurvilinearGrid=.TRUE., |
77 |
|
|
horizGridFile='dxC1_dXYa', |
78 |
|
|
radius_fromHorizGrid=6370.E3, |
79 |
|
|
delR= 32., 46., 66., 92., 124., |
80 |
|
|
156., 190., 222., 254., 288., |
81 |
|
|
320., 354., 386., 418., 452., |
82 |
|
|
& |
83 |
|
|
|
84 |
|
|
# Input datasets |
85 |
|
|
&PARM05 |
86 |
|
|
bathyFile ='flat_4km.bin', |
87 |
|
|
hydrogThetaFile='tIni_cpl.bin', |
88 |
|
|
hydrogSaltFile ='sIni_cpl.bin', |
89 |
|
|
#thetaClimFile ='lev_surfT_cs_12m.bin', |
90 |
|
|
#saltClimFile ='lev_surfS_cs_12m.bin', |
91 |
|
|
& |