| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 , |
| 8 |
19.0 , 18.0 , 17.0 , 16.0 , 15.0 , |
| 9 |
14.0 , 13.0 , 12.0 , 11.0 , 10.0 , |
| 10 |
9.0 , 8.0 , 7.0 , 6.0, 5.0 , |
| 11 |
4.0 , 3.0 , 2.0 , |
| 12 |
sRef= 34.65, 34.75, 34.82, 34.87, 34.90, |
| 13 |
34.90, 34.86, 34.78, 34.69, 34.60, |
| 14 |
34.58, 34.62, 34.68, 34.72, 34.73, |
| 15 |
34.74, 34.73, 34.73, 34.72, 34.72, |
| 16 |
34.71, 34.70, 34.69, |
| 17 |
no_slip_sides=.false., |
| 18 |
no_slip_bottom=.TRUE., |
| 19 |
viscAr=1.E-3, |
| 20 |
viscAh=1.E4, |
| 21 |
diffKhT=1.E2, |
| 22 |
diffKrT=1.E-5, |
| 23 |
diffKhS=1.E2, |
| 24 |
diffKrS=1.E-5, |
| 25 |
beta=1.E-11, |
| 26 |
tAlpha=2.E-4, |
| 27 |
sBeta =7.4E-4, |
| 28 |
gravity=9.81, |
| 29 |
gBaro=9.81, |
| 30 |
rigidLid=.FALSE., |
| 31 |
implicitFreeSurface=.true., |
| 32 |
eosType='POLY3', |
| 33 |
readBinaryPrec=32, |
| 34 |
writeBinaryPrec=32, |
| 35 |
saltStepping=.TRUE., |
| 36 |
tempStepping=.TRUE., |
| 37 |
momStepping=.TRUE., |
| 38 |
implicitDiffusion=.true., |
| 39 |
implicitViscosity=.true., |
| 40 |
allowFreezing=.TRUE., |
| 41 |
useCDscheme=.TRUE., |
| 42 |
globalFiles = .TRUE. |
| 43 |
useSingleCpuIO = .TRUE. |
| 44 |
debugLevel = 0 |
| 45 |
& |
| 46 |
|
| 47 |
# Elliptic solver parameters |
| 48 |
&PARM02 |
| 49 |
cg2dMaxIters=1000, |
| 50 |
cg2dTargetResidual=1.E-7, |
| 51 |
& |
| 52 |
|
| 53 |
# Time stepping parameters |
| 54 |
# data.stationary.2 is a template for years 2:3000 |
| 55 |
&PARM03 |
| 56 |
nIter0= 8760, |
| 57 |
endtime = 94608000000., |
| 58 |
pChkptFreq = 94608000000., |
| 59 |
tavefreq = 315360000., |
| 60 |
ChkptFreq = 315360000., |
| 61 |
monitorFreq= 8640000., |
| 62 |
tauCD=172800., |
| 63 |
deltaTmom=3600.0, |
| 64 |
deltaTtracer=3600.0, |
| 65 |
deltaTClock =3600.0, |
| 66 |
deltaTfreesurf =3600.0, |
| 67 |
cAdjFreq=0., |
| 68 |
abEps=0.1, |
| 69 |
tauThetaClimRelax=2592000.0, |
| 70 |
tauSaltClimRelax= 2592000.0, |
| 71 |
& |
| 72 |
|
| 73 |
# Gridding parameters |
| 74 |
&PARM04 |
| 75 |
usingCartesianGrid=.FALSE., |
| 76 |
usingSphericalPolarGrid=.TRUE., |
| 77 |
delX=360*1.E0, |
| 78 |
delY=160*1.E0, |
| 79 |
delR=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200., |
| 80 |
275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500., |
| 81 |
phimin=-80., |
| 82 |
thetamin=0., |
| 83 |
& |
| 84 |
|
| 85 |
# Input datasets |
| 86 |
&PARM05 |
| 87 |
bathyFile='bathy_fl.bin', |
| 88 |
hydrogThetaFile='theta_init69.bin', |
| 89 |
hydrogSaltFile='salt_init69.bin', |
| 90 |
& |