| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef=289.6, 298.1, 314.5, 335.8, 437.4, |
| 8 |
sRef=5*0., |
| 9 |
no_slip_sides=.FALSE., |
| 10 |
no_slip_bottom=.FALSE., |
| 11 |
buoyancyRelation='ATMOSPHERIC', |
| 12 |
eosType='IDEALGAS', |
| 13 |
atm_Rq=0.6078E-3, |
| 14 |
Integr_GeoPot=2, |
| 15 |
selectFindRoSurf=1, |
| 16 |
gravity=9.81, |
| 17 |
rhonil=1.0, |
| 18 |
rhoConst=1.0, |
| 19 |
rhoConstFresh=1000., |
| 20 |
implicitFreeSurface=.TRUE., |
| 21 |
exactConserv=.TRUE., |
| 22 |
select_rStar=2, |
| 23 |
nonlinFreeSurf=4, |
| 24 |
hFacInf=0.2, |
| 25 |
hFacSup=2.0, |
| 26 |
uniformLin_PhiSurf=.FALSE., |
| 27 |
hFacMin=0.2, |
| 28 |
saltAdvScheme=3, |
| 29 |
vectorInvariantMomentum=.TRUE., |
| 30 |
useJamartWetPoints=.TRUE., |
| 31 |
staggerTimeStep=.TRUE., |
| 32 |
readBinaryPrec=64, |
| 33 |
writeBinaryPrec=64, |
| 34 |
& |
| 35 |
|
| 36 |
# Elliptic solver parameters |
| 37 |
&PARM02 |
| 38 |
cg2dMaxIters=200, |
| 39 |
#cg2dTargetResidual=1.E-12, |
| 40 |
cg2dTargetResWunit=1.E-17, |
| 41 |
& |
| 42 |
|
| 43 |
# Time stepping parameters |
| 44 |
&PARM03 |
| 45 |
nIter0=56678400, |
| 46 |
nTimeSteps=345600, |
| 47 |
deltaT=450.0, |
| 48 |
pChkptFreq=155520000, |
| 49 |
taveFreq=31104000, |
| 50 |
dumpFreq=0, |
| 51 |
monitorFreq=864000, |
| 52 |
abEps=0.1, |
| 53 |
forcing_In_AB=.FALSE., |
| 54 |
cAdjFreq=0., |
| 55 |
& |
| 56 |
|
| 57 |
# Gridding parameters |
| 58 |
&PARM04 |
| 59 |
usingCurvilinearGrid=.TRUE., |
| 60 |
delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2, |
| 61 |
Ro_SeaLevel=1.E5, |
| 62 |
rSphere=6370.E3, |
| 63 |
& |
| 64 |
|
| 65 |
# Input datasets |
| 66 |
&PARM05 |
| 67 |
hydrogThetaFile='Drake.c32.A.T.ini.bin', |
| 68 |
hydrogSaltFile ='Drake.c32.A.S.ini.bin', |
| 69 |
uVelInitFile ='Drake.c32.A.U.ini.bin', |
| 70 |
vVelInitFile ='Drake.c32.A.V.ini.bin', |
| 71 |
& |