1 |
dimitri |
1.1 |
# ==================== |
2 |
|
|
# | Model parameters | |
3 |
|
|
# ==================== |
4 |
|
|
# |
5 |
|
|
# Continuous equation parameters |
6 |
|
|
&PARM01 |
7 |
|
|
tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13., |
8 |
|
|
12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1., |
9 |
|
|
sRef = 50*34.5, |
10 |
|
|
viscAr= 5.6614e-04, |
11 |
|
|
no_slip_sides=.FALSE., |
12 |
|
|
no_slip_bottom=.TRUE., |
13 |
|
|
rhonil=1027.5, |
14 |
|
|
rhoConstFresh=999.8, |
15 |
|
|
eosType='JMD95Z', |
16 |
|
|
hFacMinDr=50., |
17 |
|
|
hFacMin=0.3, |
18 |
|
|
hFacInf=0.1, |
19 |
|
|
hFacSup=5., |
20 |
|
|
select_rStar=2, |
21 |
|
|
nonlinFreeSurf=4, |
22 |
|
|
implicitDiffusion=.TRUE., |
23 |
|
|
implicitViscosity=.TRUE., |
24 |
|
|
viscC4Leith=1.5, |
25 |
|
|
viscC4Leithd=1.5, |
26 |
|
|
viscA4GridMax=0.5, |
27 |
|
|
useAreaViscLength=.TRUE., |
28 |
|
|
sideDragFactor=0., |
29 |
|
|
highOrderVorticity = .TRUE., |
30 |
|
|
bottomDragQuadratic = 0.0021, |
31 |
|
|
tempAdvScheme=7, |
32 |
|
|
saltAdvScheme=7, |
33 |
|
|
StaggerTimeStep=.TRUE., |
34 |
|
|
multiDimAdvection=.TRUE., |
35 |
|
|
vectorInvariantMomentum=.TRUE., |
36 |
|
|
implicitFreeSurface=.TRUE., |
37 |
|
|
exactConserv=.TRUE., |
38 |
dimitri |
1.2 |
# debuglevel=-1, |
39 |
dimitri |
1.1 |
convertFW2Salt=-1 |
40 |
|
|
useRealFreshWaterFlux=.TRUE., |
41 |
|
|
useSingleCPUio=.TRUE., |
42 |
|
|
globalFiles=.TRUE., |
43 |
|
|
& |
44 |
|
|
|
45 |
|
|
# Elliptic solver parameters |
46 |
|
|
&PARM02 |
47 |
|
|
cg2dMaxIters=100, |
48 |
|
|
cg2dTargetResidual=1.E-5, |
49 |
|
|
& |
50 |
|
|
|
51 |
|
|
# Time stepping parameters |
52 |
|
|
&PARM03 |
53 |
|
|
niter0=0, |
54 |
|
|
endtime=31536000., |
55 |
|
|
abEps=0.1, |
56 |
|
|
deltaT=1200., |
57 |
|
|
cAdjFreq=0., |
58 |
|
|
pChkptFreq=31536000., |
59 |
|
|
chkptFreq=2592000., |
60 |
|
|
monitorFreq=21600., |
61 |
|
|
forcing_In_AB = .FALSE., |
62 |
|
|
dumpInitAndLast=.FALSE., |
63 |
|
|
pickupStrictlyMatch=.FALSE., |
64 |
|
|
& |
65 |
|
|
|
66 |
|
|
# Gridding parameters |
67 |
|
|
&PARM04 |
68 |
|
|
usingCartesianGrid=.FALSE., |
69 |
|
|
usingSphericalPolarGrid=.FALSE., |
70 |
|
|
usingCurvilinearGrid=.TRUE., |
71 |
|
|
delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
72 |
|
|
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85, |
73 |
|
|
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
74 |
|
|
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
75 |
|
|
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
76 |
|
|
341.50,364.50,387.50,410.50,433.50,456.50, |
77 |
|
|
& |
78 |
|
|
|
79 |
|
|
# Input datasets |
80 |
|
|
&PARM05 |
81 |
|
|
bathyFile = 'GEBCO_510x6x510_ver06_dig.bin', |
82 |
|
|
uVelInitFile = 'uVelInit.cube78', |
83 |
|
|
vVelInitFile = 'vVelInit.cube78', |
84 |
|
|
pSurfInitFile = 'pSurfInit.cube78', |
85 |
|
|
hydrogThetaFile= 'thetaInit.cube78', |
86 |
|
|
hydrogSaltFile = 'saltInit.cube78', |
87 |
|
|
diffKrFile = 'cube78_forcing/DIFFKR_2_20_1_lat6070_cube81', |
88 |
|
|
& |