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 |
diffKrT=1.4022e-05, |
12 |
diffKrS=1.4022e-05, |
13 |
no_slip_sides=.FALSE., |
14 |
rhonil=1027.5, |
15 |
rhoConstFresh=999.8, |
16 |
eosType='JMD95Z', |
17 |
hFacMinDr=5., |
18 |
hFacMin=0.2, |
19 |
hFacInf=0.1, |
20 |
hFacSup=5., |
21 |
select_rStar=2, |
22 |
nonlinFreeSurf=4, |
23 |
implicitDiffusion=.TRUE., |
24 |
implicitViscosity=.TRUE., |
25 |
viscC4Leith=1.5, |
26 |
viscC4Leithd=1.5, |
27 |
viscA4GridMax=0.5, |
28 |
useAreaViscLength=.TRUE., |
29 |
sideDragFactor=0., |
30 |
highOrderVorticity = .TRUE., |
31 |
bottomDragQuadratic = 0.0021, |
32 |
tempAdvScheme=7, |
33 |
saltAdvScheme=7, |
34 |
StaggerTimeStep=.TRUE., |
35 |
multiDimAdvection=.TRUE., |
36 |
vectorInvariantMomentum=.TRUE., |
37 |
implicitFreeSurface=.TRUE., |
38 |
exactConserv=.TRUE., |
39 |
useJamartWetPoints=.TRUE., |
40 |
debuglevel=-1, |
41 |
convertFW2Salt=-1., |
42 |
useRealFreshWaterFlux=.TRUE., |
43 |
useSingleCPUio=.TRUE., |
44 |
globalFiles=.TRUE., |
45 |
/ |
46 |
|
47 |
# Elliptic solver parameters |
48 |
&PARM02 |
49 |
cg2dMaxIters=300, |
50 |
cg2dTargetResWunit=1.E-10, |
51 |
/ |
52 |
|
53 |
# Time stepping parameters |
54 |
&PARM03 |
55 |
nIter0=0, |
56 |
nTimeSteps=720, |
57 |
abEps = 0.1, |
58 |
deltaT = 1800., |
59 |
pChkptFreq =2635200.0, |
60 |
chkptFreq =2635200.0, |
61 |
monitorFreq = 43200.0, |
62 |
forcing_In_AB=.FALSE., |
63 |
momDissip_In_AB=.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 ='SandS14p1_ibcao_270x3510_cap6000_smooth.bin', |
82 |
uVelInitFile = 'UVEL_ECCOv4_jan2001_270x3510x50_r4', |
83 |
vVelInitFile = 'VVEL_ECCOv4_jan2001_270x3510x50_r4', |
84 |
pSurfInitFile = 'ETA_ECCOv4_jan2001_270x3510x50_r4', |
85 |
hydrogThetaFile= 'THETa_ECCOv4_jan2001_270x3510x50_r4', |
86 |
hydrogSaltFile = 'SALT_ECCOv4_jan2001_270x3510x50_r4', |
87 |
/ |