Warning, /verification/global_ocean.90x40x15/input.dwnslp/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit d4fc20ad on 2021-02-21 04:07:08 UTC
1877c7ec8a Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef = 15*20.,
0008 sRef = 15*35.,
0009 viscAr=1.E-3,
0010 viscAh=5.E5,
0011 diffKhT=0.,
0012 diffKrT=3.E-5,
0013 diffKhS=0.,
0014 diffKrS=3.E-5,
0015 rhoConst=1035.,
0016 rhoConstFresh=1000.,
0017 gravity=9.81,
0018 eosType='JMD95P',
72931c9ad1 Jean*0019 ivdc_kappa=10.,
1877c7ec8a Jean*0020 implicitDiffusion=.TRUE.,
0021 allowFreezing=.TRUE.,
e917fa6333 Jean*0022 salt_stayPositive=.TRUE.,
1877c7ec8a Jean*0023 exactConserv=.TRUE.,
0024 useRealFreshWaterFlux=.TRUE.,
0025 useCDscheme=.TRUE.,
d4fc20add5 Jean*0026 #- just to test quasiHydrostatic with staggerTimeStep:
0027 staggerTimeStep = .TRUE.,
0028 #--
1877c7ec8a Jean*0029 quasiHydrostatic=.TRUE.,
0030 useNHMTerms=.TRUE.,
0031 # turn on looped cells
0032 hFacMin=.05,
0033 hFacMindr=50.,
663c32eb72 Jean*0034 #- to check that it has no impact:
0035 doResetHFactors=.TRUE.,
1877c7ec8a Jean*0036 # set precision of data files
0037 readBinaryPrec=32,
0038 &
0039
0040 # Elliptic solver parameters
0041 &PARM02
0042 cg2dMaxIters=500,
0043 cg2dTargetResidual=1.E-13,
0044 &
0045
0046 # Time stepping parameters
0047 &PARM03
d4fc20add5 Jean*0048 pickupStrictlyMatch=.FALSE.,
1877c7ec8a Jean*0049 nIter0=36000,
0050 nTimeSteps=10,
0051 # 100 years of integration will yield a reasonable flow field
0052 # startTime = 0.,
0053 # endTime = 3110400000.,
0054 deltaTmom = 1800.,
0055 tauCD = 321428.,
0056 deltaTtracer= 86400.,
0057 deltaTClock = 86400.,
0058 deltaTfreesurf= 86400.,
0059 abEps = 0.1,
72931c9ad1 Jean*0060 pChkPtFreq=1555200000.,
0061 chkptFreq= 311040000.,
1877c7ec8a Jean*0062 dumpFreq= 311040000.,
0063 #monitorFreq=31104000.,
0064 monitorFreq=1.,
0065 # 2 months restoring timescale for temperature
0066 tauThetaClimRelax= 5184000.,
0067 # 6 months restoring timescale for salinity
0068 tauSaltClimRelax = 15552000.,
0069 periodicExternalForcing=.TRUE.,
0070 externForcingPeriod=2592000.,
0071 externForcingCycle=31104000.,
0072 &
0073
0074 # Gridding parameters
0075 &PARM04
0076 usingSphericalPolarGrid=.TRUE.,
0077 delR= 50., 70., 100., 140., 190.,
0078 240., 290., 340., 390., 440.,
0079 490., 540., 590., 640., 690.,
fdb16198f0 Jean*0080 ygOrigin=-80.,
1877c7ec8a Jean*0081 dySpacing=4.,
0082 dxSpacing=4.,
0083 &
0084
0085 # Input datasets
0086 &PARM05
0087 bathyFile= 'bathymetry.bin',
0088 hydrogThetaFile='lev_t.bin',
0089 hydrogSaltFile= 'lev_s.bin',
0090 zonalWindFile= 'trenberth_taux.bin',
0091 meridWindFile= 'trenberth_tauy.bin',
0092 thetaClimFile= 'lev_sst.bin',
0093 saltClimFile= 'lev_sss.bin',
7130bed1c3 Jean*0094 surfQnetFile= 'ncep_qnet.bin',
1877c7ec8a Jean*0095 the_run_name= 'global_ocean.90x40x15',
0096 EmPmRFile= 'ncep_emp.bin',
0097 &