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 = .TRUE., |
12 |
no_slip_bottom = .TRUE., |
13 |
diffKrT=5.44e-7, |
14 |
diffKrS=5.44e-7, |
15 |
rhonil=1027.5, |
16 |
rhoConstFresh=999.8, |
17 |
eosType='JMD95Z', |
18 |
hFacMin=0.3, |
19 |
hFacInf=0.1, |
20 |
hFacSup=5., |
21 |
implicitDiffusion=.TRUE., |
22 |
implicitViscosity=.TRUE., |
23 |
viscC4Leith=2.15, |
24 |
viscC4Leithd=2.15, |
25 |
viscA4GridMax=0.8, |
26 |
useAreaViscLength=.TRUE., |
27 |
highOrderVorticity = .TRUE., |
28 |
bottomDragQuadratic = 0.0021, |
29 |
tempAdvScheme=7, |
30 |
saltAdvScheme=7, |
31 |
StaggerTimeStep=.TRUE., |
32 |
multiDimAdvection=.TRUE., |
33 |
vectorInvariantMomentum=.TRUE., |
34 |
implicitFreeSurface=.TRUE., |
35 |
exactConserv=.TRUE., |
36 |
debuglevel=-1, |
37 |
convertFW2Salt=-1., |
38 |
useRealFreshWaterFlux=.TRUE., |
39 |
useSingleCPUio=.TRUE., |
40 |
readBinaryPrec=32, |
41 |
writeBinaryPrec=32, |
42 |
temp_EvPrRn=0., |
43 |
implicSurfPress = 0.6, |
44 |
implicDiv2DFlow = 0.6, |
45 |
/ |
46 |
|
47 |
# Elliptic solver parameters |
48 |
&PARM02 |
49 |
cg2dMaxIters = 100, |
50 |
cg2dTargetResidual = 1.E-5, |
51 |
/ |
52 |
|
53 |
# Time stepping parameters |
54 |
&PARM03 |
55 |
nIter0=1, |
56 |
nTimeSteps=13, |
57 |
deltaT=900., |
58 |
abEps = 0.1, |
59 |
forcing_In_AB=.FALSE., |
60 |
momDissip_In_AB=.FALSE., |
61 |
pchkptFreq = 10800.0, |
62 |
dumpfreq = 3600., |
63 |
monitorFreq = 900.0, |
64 |
dumpInitAndLast=.FALSE., |
65 |
/ |
66 |
|
67 |
# Gridding parameters |
68 |
&PARM04 |
69 |
usingCurvilinearGrid=.TRUE., |
70 |
delR = |
71 |
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 ='bathy.bin', |
82 |
/ |