| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef = 15*20., |
| 8 |
sRef = 15*35., |
| 9 |
viscAr=1.E-3, |
| 10 |
viscAh=1.E5, |
| 11 |
diffKhT=0., |
| 12 |
diffKrT=3.E-5, |
| 13 |
diffKhS=0., |
| 14 |
diffKrS=3.E-5, |
| 15 |
rhonil=1035., |
| 16 |
rhoConstFresh=1000., |
| 17 |
eosType = 'JMD95Z', |
| 18 |
ivdc_kappa=100., |
| 19 |
implicitDiffusion=.TRUE., |
| 20 |
allowFreezing=.TRUE., |
| 21 |
exactConserv=.TRUE., |
| 22 |
useRealFreshWaterFlux=.FALSE., |
| 23 |
useCDscheme=.TRUE., |
| 24 |
StaggerTimeStep=.TRUE., |
| 25 |
globalFiles=.TRUE., |
| 26 |
useSingleCpuIO=.FALSE., |
| 27 |
# turn on looped cells |
| 28 |
hFacMin=.05, |
| 29 |
hFacMindr=50., |
| 30 |
# set precision of data files |
| 31 |
readBinaryPrec=32, |
| 32 |
& |
| 33 |
|
| 34 |
# Elliptic solver parameters |
| 35 |
&PARM02 |
| 36 |
cg2dMaxIters=200, |
| 37 |
cg2dTargetResidual=1.E-8, |
| 38 |
& |
| 39 |
|
| 40 |
# Time stepping parameters |
| 41 |
&PARM03 |
| 42 |
nIter0= 720000, |
| 43 |
# 20 years |
| 44 |
nTimeSteps = 4, |
| 45 |
# 1000 years |
| 46 |
### nTimeSteps = 360000, |
| 47 |
# 100 years of integration will yield a reasonable flow field |
| 48 |
# startTime = 0., |
| 49 |
# endTime = 3110400000., |
| 50 |
# ------> the following is asyncrhonous time-stepping <------ |
| 51 |
# deltaTmom = 1800., |
| 52 |
# tauCD = 321428., |
| 53 |
# deltaTtracer= 86400., |
| 54 |
# deltaTClock = 86400., |
| 55 |
# deltaTfreesurf= 86400., |
| 56 |
# ------> the following is syncrhonous time-stepping <------ |
| 57 |
### tauCD=172800., |
| 58 |
tauCD = 321428., |
| 59 |
deltaTmom=3600.0, |
| 60 |
deltaTtracer=3600.0, |
| 61 |
deltaTClock =3600.0, |
| 62 |
# |
| 63 |
cAdjFreq=0., |
| 64 |
abEps = 0.1, |
| 65 |
# pChkptFreq = 3110400000., |
| 66 |
# chkPtFreq = 3110400000., |
| 67 |
dumpFreq=0., |
| 68 |
taveFreq=0., |
| 69 |
monitorFreq = 31104000., |
| 70 |
adjMonitorFreq = 31104000., |
| 71 |
adjDumpFreq = 1296000., |
| 72 |
# 2 months restoring timescale for temperature |
| 73 |
tauThetaClimRelax= 5184000., |
| 74 |
# 6 months restoring timescale for salinity |
| 75 |
tauSaltClimRelax = 15552000., |
| 76 |
periodicExternalForcing=.TRUE., |
| 77 |
externForcingPeriod=2592000., |
| 78 |
externForcingCycle=31104000., |
| 79 |
& |
| 80 |
|
| 81 |
# Gridding parameters |
| 82 |
&PARM04 |
| 83 |
usingSphericalPolarGrid=.TRUE., |
| 84 |
delR= 50., 70., 100., 140., 190., |
| 85 |
240., 290., 340., 390., 440., |
| 86 |
490., 540., 590., 640., 690., |
| 87 |
phiMin=-80., |
| 88 |
dySpacing=4., |
| 89 |
dxSpacing=4., |
| 90 |
& |
| 91 |
|
| 92 |
# Input datasets |
| 93 |
&PARM05 |
| 94 |
bathyFile= 'bathymetry.bin', |
| 95 |
hydrogThetaFile='lev_t.bin', |
| 96 |
hydrogSaltFile= 'lev_s.bin', |
| 97 |
zonalWindFile= 'trenberth_taux.bin', |
| 98 |
meridWindFile= 'trenberth_tauy.bin', |
| 99 |
thetaClimFile= 'lev_sst.bin', |
| 100 |
saltClimFile= 'lev_sss.bin', |
| 101 |
surfQFile= 'ncep_qnet.bin', |
| 102 |
the_run_name= 'global_oce_latlon', |
| 103 |
# fresh water flux is turned on, comment next line to it turn off |
| 104 |
# (maybe better with surface salinity restoring) |
| 105 |
EmPmRFile= 'ncep_emp.bin', |
| 106 |
& |