| 1 |
# Model parameters |
| 2 |
# Continuous equation parameters |
| 3 |
&PARM01 |
| 4 |
tRef=20.,16.,12.,10., 9., 8., 7., 6., |
| 5 |
sRef=35.,35.,35.,35.,35.,35.,35.,35., |
| 6 |
viscAz=1.E-4, |
| 7 |
viscAh=1.E1, |
| 8 |
no_slip_sides=.FALSE., |
| 9 |
no_slip_bottom=.TRUE., |
| 10 |
diffKhT=0.E0, |
| 11 |
diffKzT=0.E-5, |
| 12 |
rotationPeriod=86400., |
| 13 |
beta=1.E-11, |
| 14 |
tAlpha=2.E-4, |
| 15 |
sBeta =0., |
| 16 |
gravity=9.81, |
| 17 |
rigidLid=.FALSE., |
| 18 |
implicitFreeSurface=.TRUE., |
| 19 |
eosType='LINEAR', |
| 20 |
readBinaryPrec=32, |
| 21 |
# extras... |
| 22 |
implicitDiffusion=.true., |
| 23 |
implicitViscosity=.true., |
| 24 |
useCDscheme=.FALSE., |
| 25 |
vectorInvariantMomentum=.TRUE., |
| 26 |
staggerTimeStep=.TRUE., |
| 27 |
multiDimAdvection=.FALSE., |
| 28 |
tempAdvScheme=30, |
| 29 |
saltAdvScheme=30, |
| 30 |
useNHMTerms=.FALSE., |
| 31 |
writeBinaryPrec=32, |
| 32 |
debugLevel=4, |
| 33 |
/ |
| 34 |
# Elliptic solver parameters |
| 35 |
&PARM02 |
| 36 |
cg2dMaxIters=500, |
| 37 |
cg2dTargetResidual=1.E-8, |
| 38 |
/ |
| 39 |
# Time stepping parameters |
| 40 |
&PARM03 |
| 41 |
startTime=0., |
| 42 |
endTime=864000., |
| 43 |
deltaTmom=1200.0, |
| 44 |
deltaTtracer=1200.0, |
| 45 |
dumpInitAndLast=.TRUE., |
| 46 |
abEps=0.1, |
| 47 |
pChkptFreq=0.0, |
| 48 |
chkptFreq=0.0, |
| 49 |
dumpFreq=2628000.0, |
| 50 |
monitorFreq=432000., |
| 51 |
/ |
| 52 |
# Gridding parameters |
| 53 |
&PARM04 |
| 54 |
usingSphericalPolarGrid=.TRUE., |
| 55 |
ygOrigin=25., |
| 56 |
delX=64*0.25, |
| 57 |
delY=64*0.25, |
| 58 |
delZ=500.,500.,500.,500.,500.,500.,500.,500., |
| 59 |
/ |
| 60 |
&PARM05 |
| 61 |
bathyFile='topog.box', |
| 62 |
uVelInitFile= 'Uini.bin', |
| 63 |
vVelInitFile= 'Vini.bin', |
| 64 |
hydrogThetaFile=, |
| 65 |
hydrogSaltFile=, |
| 66 |
zonalWindFile=, |
| 67 |
meridWindFile=, |
| 68 |
/ |