1 |
edhill |
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 |
|
|
viscAh =3.E4, |
11 |
|
|
viscAr =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 |
|
|
ivdc_kappa=10., |
19 |
|
|
implicitDiffusion=.TRUE., |
20 |
|
|
gravity=9.81, |
21 |
|
|
rhonil=1035., |
22 |
|
|
rhoConstFresh=1000., |
23 |
|
|
eosType='JMD95Z', |
24 |
|
|
staggerTimeStep=.TRUE., |
25 |
|
|
vectorInvariantMomentum=.TRUE., |
26 |
|
|
implicitFreeSurface=.TRUE., |
27 |
|
|
exactConserv=.TRUE., |
28 |
|
|
select_rStar=2, |
29 |
|
|
nonlinFreeSurf=4, |
30 |
|
|
hFacInf=0.2, |
31 |
|
|
hFacSup=2.0, |
32 |
|
|
useRealFreshWaterFlux=.TRUE., |
33 |
|
|
hFacMin=.1, |
34 |
|
|
hFacMinDr=20., |
35 |
|
|
readBinaryPrec=64, |
36 |
|
|
#writeBinaryPrec=64, |
37 |
|
|
& |
38 |
|
|
|
39 |
|
|
# Elliptic solver parameters |
40 |
|
|
&PARM02 |
41 |
|
|
cg2dMaxIters=200, |
42 |
|
|
#cg2dTargetResidual=1.E-9, |
43 |
|
|
cg2dTargetResWunit=1.E-14, |
44 |
|
|
& |
45 |
|
|
|
46 |
|
|
# Time stepping parameters |
47 |
|
|
&PARM03 |
48 |
|
|
nIter0=0, |
49 |
|
|
nTimeSteps=400, |
50 |
|
|
#nTimeSteps=10, |
51 |
|
|
deltaT = 360., |
52 |
|
|
#deltaTmom =1200., |
53 |
|
|
#deltaTtracer=86400., |
54 |
|
|
#deltaTfreesurf=86400., |
55 |
|
|
#deltaTClock =86400., |
56 |
|
|
abEps = 0.1, |
57 |
|
|
forcing_In_AB=.FALSE., |
58 |
|
|
pChkptFreq =1555200000., |
59 |
|
|
#chkptFreq =311040000., |
60 |
|
|
#taveFreq =1555200000., |
61 |
|
|
dumpFreq =777600000., |
62 |
|
|
dumpFreq =3600., |
63 |
|
|
dumpFreq =1., |
64 |
|
|
#monitorFreq =2592000., |
65 |
|
|
monitorFreq =864000., |
66 |
|
|
monitorFreq = 1., |
67 |
|
|
taveFreq = 0., |
68 |
|
|
taveFreq = 0., |
69 |
|
|
#tave_lastIter=0., |
70 |
|
|
#periodicExternalForcing=.TRUE., |
71 |
|
|
#externForcingPeriod=2592000., |
72 |
|
|
#externForcingCycle=31104000., |
73 |
|
|
# 2 months restoring timescale for temperature |
74 |
|
|
#tauThetaClimRelax = 5184000., |
75 |
|
|
# 6 months restoring timescale for salinity |
76 |
|
|
#tauSaltClimRelax = 15552000., |
77 |
|
|
#latBandClimRelax=50., |
78 |
|
|
#tauThetaClimRelax= 2592000., |
79 |
|
|
#tauSaltClimRelax = 2592000., |
80 |
|
|
& |
81 |
|
|
|
82 |
|
|
# Gridding parameters |
83 |
|
|
&PARM04 |
84 |
|
|
usingCurvilinearGrid=.TRUE., |
85 |
|
|
#horizGridFile='grid_cs32', |
86 |
edhill |
1.2 |
delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
87 |
|
|
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85, |
88 |
|
|
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
89 |
|
|
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
90 |
|
|
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
91 |
|
|
341.50,364.50,387.50,410.50,433.50,456.50, |
92 |
edhill |
1.1 |
& |
93 |
|
|
|
94 |
|
|
# Input datasets |
95 |
|
|
&PARM05 |
96 |
|
|
bathyFile ='bathy', |
97 |
|
|
#hydrogThetaFile='lev_T_cs_15k.bin', |
98 |
|
|
#hydrogSaltFile ='lev_S_cs_15k.bin', |
99 |
|
|
# pSurfInitFile = 'ssh', |
100 |
|
|
#zonalWindFile ='trenberth_taux.bin', |
101 |
|
|
#meridWindFile ='trenberth_tauy.bin', |
102 |
|
|
#thetaClimFile ='lev_surfT_cs_12m.bin', |
103 |
|
|
#saltClimFile ='lev_surfS_cs_12m.bin', |
104 |
|
|
& |