1 |
dimitri |
1.1 |
# ==================== |
2 |
|
|
# | Model parameters | |
3 |
|
|
# ==================== |
4 |
|
|
# |
5 |
|
|
# Continuous equation parameters |
6 |
|
|
&PARM01 |
7 |
|
|
tRef = 25*15., |
8 |
|
|
sRef = 25*30., |
9 |
|
|
viscAr= 6.e-04, |
10 |
|
|
no_slip_sides=.FALSE., |
11 |
|
|
no_slip_bottom=.TRUE., |
12 |
|
|
eosType='JMD95Z', |
13 |
|
|
hFacMinDr=50., |
14 |
|
|
hFacMin=0.3, |
15 |
|
|
hFacInf=0.1, |
16 |
|
|
hFacSup=5., |
17 |
|
|
select_rStar=2, |
18 |
|
|
nonlinFreeSurf=4, |
19 |
|
|
implicitDiffusion=.TRUE., |
20 |
|
|
implicitViscosity=.TRUE., |
21 |
|
|
viscC4Leith=1.5, |
22 |
|
|
viscC4Leithd=1.5, |
23 |
|
|
viscA4GridMax=0.5, |
24 |
|
|
useAreaViscLength=.TRUE., |
25 |
|
|
sideDragFactor=0., |
26 |
|
|
highOrderVorticity = .TRUE., |
27 |
|
|
bottomDragQuadratic = 0.002, |
28 |
|
|
tempAdvScheme=7, |
29 |
|
|
saltAdvScheme=7, |
30 |
|
|
StaggerTimeStep=.TRUE., |
31 |
|
|
multiDimAdvection=.TRUE., |
32 |
|
|
vectorInvariantMomentum=.TRUE., |
33 |
|
|
implicitFreeSurface=.TRUE., |
34 |
|
|
exactConserv=.TRUE., |
35 |
dimitri |
1.3 |
debuglevel=-1, |
36 |
dimitri |
1.1 |
convertFW2Salt=-1 |
37 |
|
|
useRealFreshWaterFlux=.TRUE., |
38 |
|
|
ivdc_kappa=100., |
39 |
|
|
globalFiles=.TRUE., |
40 |
|
|
& |
41 |
|
|
|
42 |
|
|
# Elliptic solver parameters |
43 |
|
|
&PARM02 |
44 |
|
|
cg2dMaxIters=500, |
45 |
|
|
cg2dTargetResidual=1.E-13, |
46 |
|
|
& |
47 |
|
|
|
48 |
|
|
# Time stepping parameters |
49 |
|
|
&PARM03 |
50 |
|
|
niter0=0, |
51 |
dimitri |
1.3 |
nTimeSteps=7200, |
52 |
dimitri |
1.1 |
abEps=0.1, |
53 |
|
|
deltaT=1200., |
54 |
|
|
monitorFreq=1200., |
55 |
|
|
forcing_In_AB = .FALSE., |
56 |
|
|
dumpInitAndLast=.TRUE., |
57 |
|
|
tauSaltClimRelax = 12000., |
58 |
|
|
periodicExternalForcing=.TRUE., |
59 |
|
|
externForcingPeriod=2592000., |
60 |
|
|
externForcingCycle=2592000., |
61 |
|
|
& |
62 |
|
|
|
63 |
|
|
# Gridding parameters |
64 |
|
|
&PARM04 |
65 |
|
|
usingCartesianGrid=.FALSE., |
66 |
|
|
usingSphericalPolarGrid=.TRUE., |
67 |
|
|
ygOrigin=-70., |
68 |
|
|
dySpacing=0.16, |
69 |
|
|
dxSpacing=0.48, |
70 |
|
|
delR = 25*144.0, |
71 |
|
|
& |
72 |
|
|
|
73 |
|
|
# Input datasets |
74 |
|
|
&PARM05 |
75 |
|
|
bathyFile= 'bathyFile.bin', |
76 |
|
|
saltClimFile= 'saltClim.bin', |
77 |
|
|
& |