| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef=15*20., |
| 8 |
sRef=15*35., |
| 9 |
viscAr= 6.0826e-04, |
| 10 |
no_slip_sides=.FALSE., |
| 11 |
no_slip_bottom=.TRUE., |
| 12 |
rhonil=1027.5, |
| 13 |
rhoConstFresh=999.8, |
| 14 |
eosType='JMD95Z', |
| 15 |
hFacMinDr=50., |
| 16 |
hFacMin=0.3, |
| 17 |
hFacInf=0.1, |
| 18 |
hFacSup=5., |
| 19 |
select_rStar=2, |
| 20 |
nonlinFreeSurf=4, |
| 21 |
implicitDiffusion=.TRUE., |
| 22 |
implicitViscosity=.TRUE., |
| 23 |
viscC4Leith=1.5, |
| 24 |
viscC4Leithd=1.5, |
| 25 |
viscA4GridMax=0.5, |
| 26 |
useAreaViscLength=.TRUE., |
| 27 |
sideDragFactor=0., |
| 28 |
highOrderVorticity = .TRUE., |
| 29 |
bottomDragQuadratic = 0.002, |
| 30 |
tempAdvScheme=7, |
| 31 |
saltAdvScheme=7, |
| 32 |
StaggerTimeStep=.TRUE., |
| 33 |
multiDimAdvection=.TRUE., |
| 34 |
vectorInvariantMomentum=.TRUE., |
| 35 |
implicitFreeSurface=.TRUE., |
| 36 |
exactConserv=.TRUE., |
| 37 |
# debuglevel=-1, |
| 38 |
convertFW2Salt=-1 |
| 39 |
useRealFreshWaterFlux=.TRUE., |
| 40 |
useSingleCPUio=.TRUE., |
| 41 |
globalFiles=.TRUE., |
| 42 |
readBinaryPrec=64, |
| 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 |
nTimeSteps=72, |
| 55 |
abEps=0.1, |
| 56 |
deltaT=1200, |
| 57 |
cAdjFreq=0., |
| 58 |
pChkptFreq=31536000., |
| 59 |
chkptFreq=2592000., |
| 60 |
monitorFreq=86400., |
| 61 |
forcing_In_AB = .FALSE., |
| 62 |
dumpInitAndLast=.FALSE., |
| 63 |
& |
| 64 |
|
| 65 |
# Gridding parameters |
| 66 |
&PARM04 |
| 67 |
usingCartesianGrid=.FALSE., |
| 68 |
usingSphericalPolarGrid=.FALSE., |
| 69 |
usingCurvilinearGrid=.TRUE., |
| 70 |
horizGridFile='grid_cs32', |
| 71 |
delR= 50., 70., 100., 140., 190., |
| 72 |
240., 290., 340., 390., 440., |
| 73 |
490., 540., 590., 640., 690., |
| 74 |
& |
| 75 |
|
| 76 |
# Input datasets |
| 77 |
&PARM05 |
| 78 |
bathyFile ='bathy_Hmin50.bin', |
| 79 |
hydrogThetaFile='lev_T_cs_15k.bin', |
| 80 |
hydrogSaltFile ='lev_S_cs_15k.bin', |
| 81 |
& |