| 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=1.E-3, |
| 11 |
no_slip_sides=.TRUE., |
| 12 |
no_slip_bottom=.TRUE., |
| 13 |
diffKhT=400., |
| 14 |
# diffK4T=1.E10, |
| 15 |
diffKrT=3.E-5, |
| 16 |
# diffK4S=1.E10, |
| 17 |
diffKhS=400., |
| 18 |
diffKrS=3.E-5, |
| 19 |
tAlpha=2.E-4, |
| 20 |
sBeta =7.4E-4, |
| 21 |
gravity=9.81, |
| 22 |
rigidLid=.FALSE., |
| 23 |
implicitFreeSurface=.TRUE., |
| 24 |
eosType='JMD95Z', |
| 25 |
readBinaryPrec=32, |
| 26 |
writeBinaryPrec=32, |
| 27 |
useSingleCPUio=.TRUE. |
| 28 |
hFacMin=.3, |
| 29 |
hFacMinDr=50., |
| 30 |
implicitDiffusion=.true., |
| 31 |
implicitViscosity=.true., |
| 32 |
allowFreezing=.true., |
| 33 |
# viscA4 = 1.e10, |
| 34 |
viscAh = 400 |
| 35 |
# cosPower = 3., |
| 36 |
cosPower = 2. |
| 37 |
bottomDragQuadratic = 0.002, |
| 38 |
tempAdvScheme=4 |
| 39 |
saltAdvScheme=4 |
| 40 |
multiDimAdvection=.FALSE., |
| 41 |
ivdc_kappa=10., |
| 42 |
vectorInvariantMomentum=.TRUE., |
| 43 |
rigidLid=.FALSE., |
| 44 |
implicitFreeSurface=.TRUE., |
| 45 |
exactConserv=.TRUE., |
| 46 |
# debugMode=.TRUE. |
| 47 |
& |
| 48 |
|
| 49 |
# Elliptic solver parameters |
| 50 |
&PARM02 |
| 51 |
cg2dMaxIters=600, |
| 52 |
cg2dTargetResidual=1.E-12, |
| 53 |
& |
| 54 |
|
| 55 |
# Time stepping parameters |
| 56 |
&PARM03 |
| 57 |
niter0=0, |
| 58 |
nTimeSteps=20, |
| 59 |
abEps=0.1, |
| 60 |
deltaT=20., |
| 61 |
cAdjFreq=0., |
| 62 |
pChkptFreq=864000.0, |
| 63 |
chkptFreq=0.0, |
| 64 |
dumpFreq=20.0, |
| 65 |
# tauThetaClimRelax = 5184000., |
| 66 |
# tauSaltClimRelax = 62208000., |
| 67 |
monitorFreq=20., |
| 68 |
& |
| 69 |
|
| 70 |
# Gridding parameters |
| 71 |
&PARM04 |
| 72 |
usingCartesianGrid=.FALSE., |
| 73 |
usingSphericalPolarGrid=.FALSE., |
| 74 |
usingCurvilinearGrid=.TRUE., |
| 75 |
delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
| 76 |
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85, |
| 77 |
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
| 78 |
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
| 79 |
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
| 80 |
341.50,364.50,387.50,410.50,433.50,456.50, |
| 81 |
& |
| 82 |
|
| 83 |
# Input datasets |
| 84 |
&PARM05 |
| 85 |
bathyFile ='BATHY_18360x85_filled.bin', |
| 86 |
hydrogThetaFile='LEVT01_JAN_18360x85x50.bin', |
| 87 |
hydrogSaltFile ='LEVS01_JAN_18360x85x50.bin', |
| 88 |
#zonalWindFile ='trenberth_taux.bin', |
| 89 |
#meridWindFile ='trenberth_tauy.bin', |
| 90 |
#thetaClimFile ='lev_surfT_cs_12m.bin', |
| 91 |
#saltClimFile ='lev_surfS_cs_12m.bin', |
| 92 |
#surfQFile ='shiQnet_cs32.bin', |
| 93 |
#EmPmRFile ='shiEmPR_cs32.bin', |
| 94 |
& |