Warning, /verification/tutorial_global_oce_latlon/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7422f31e on 2018-08-24 20:38:37 UTC
4307c62f79 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,
1c84c2859c Davi*0011 diffKhT=0.,
4307c62f79 Jean*0012 diffKrT=3.E-5,
1c84c2859c Davi*0013 diffKhS=0.,
4307c62f79 Jean*0014 diffKrS=3.E-5,
7422f31e4b Jean*0015 rhoConst=1035.,
1c84c2859c Davi*0016 rhoConstFresh=1000.,
0017 eosType = 'JMD95Z',
4307c62f79 Jean*0018 ivdc_kappa=100.,
0019 implicitDiffusion=.TRUE.,
1c84c2859c Davi*0020 allowFreezing=.TRUE.,
0021 exactConserv=.TRUE.,
4307c62f79 Jean*0022 useRealFreshWaterFlux=.TRUE.,
0023 useCDscheme=.TRUE.,
0024 # turn on looped cells
0025 hFacMin=.05,
0026 hFacMindr=50.,
0027 # set precision of data files
0028 readBinaryPrec=32,
0029 &
0030
0031 # Elliptic solver parameters
0032 &PARM02
0033 cg2dMaxIters=500,
0034 cg2dTargetResidual=1.E-13,
0035 &
0036
0037 # Time stepping parameters
0038 &PARM03
1c84c2859c Davi*0039 nIter0= 0,
4307c62f79 Jean*0040 nTimeSteps = 20,
0041 # 100 years of integration will yield a reasonable flow field
1c84c2859c Davi*0042 # startTime = 0.,
0043 # endTime = 3110400000.,
0044 deltaTmom = 1800.,
4307c62f79 Jean*0045 tauCD = 321428.,
1c84c2859c Davi*0046 deltaTtracer= 86400.,
0047 deltaTClock = 86400.,
0048 deltaTfreesurf= 86400.,
4307c62f79 Jean*0049 abEps = 0.1,
1c84c2859c Davi*0050 pChkptFreq= 1728000.,
4307c62f79 Jean*0051 dumpFreq= 864000.,
0052 taveFreq= 864000.,
0053 monitorFreq=1.,
0054 # 2 months restoring timescale for temperature
1c84c2859c Davi*0055 tauThetaClimRelax= 5184000.,
4307c62f79 Jean*0056 # 6 months restoring timescale for salinity
1c84c2859c Davi*0057 tauSaltClimRelax = 15552000.,
4307c62f79 Jean*0058 periodicExternalForcing=.TRUE.,
0059 externForcingPeriod=2592000.,
0060 externForcingCycle=31104000.,
0061 &
0062
0063 # Gridding parameters
0064 &PARM04
0065 usingSphericalPolarGrid=.TRUE.,
1c84c2859c Davi*0066 delR= 50., 70., 100., 140., 190.,
0067 240., 290., 340., 390., 440.,
0068 490., 540., 590., 640., 690.,
fdb16198f0 Jean*0069 ygOrigin=-80.,
4307c62f79 Jean*0070 dySpacing=4.,
0071 dxSpacing=4.,
0072 &
0073
0074 # Input datasets
0075 &PARM05
0076 bathyFile= 'bathymetry.bin',
0077 hydrogThetaFile='lev_t.bin',
0078 hydrogSaltFile= 'lev_s.bin',
0079 zonalWindFile= 'trenberth_taux.bin',
0080 meridWindFile= 'trenberth_tauy.bin',
0081 thetaClimFile= 'lev_sst.bin',
0082 saltClimFile= 'lev_sss.bin',
7422f31e4b Jean*0083 surfQnetFile= 'ncep_qnet.bin',
1c84c2859c Davi*0084 the_run_name= 'global_oce_latlon',
0085 # fresh water flux is turned on, comment next line to it turn off
0086 # (maybe better with surface salinity restoring)
0087 EmPmRFile= 'ncep_emp.bin',
4307c62f79 Jean*0088 &