Warning, /verification/global_oce_latlon/input_ad/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5bc99689 on 2023-08-01 13:40:46 UTC
564dced676 Patr*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
ced6220162 Patr*0007 tRef = 15*20.,
0008 sRef = 15*35.,
564dced676 Patr*0009 viscAr=1.E-3,
0010 viscAh=5.E5,
ced6220162 Patr*0011 diffKhT=0.0,
03e73b2c8a Jean*0012 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
0013 #diffKrT=3.E-5,
ced6220162 Patr*0014 diffKhS=0.0,
564dced676 Patr*0015 diffKrS=3.E-5,
03e73b2c8a Jean*0016 rhoConst=1035.,
ced6220162 Patr*0017 rotationPeriod=86400.,
564dced676 Patr*0018 gravity=9.81,
e50d581615 Patr*0019 eosType = 'JMD95Z',
ced6220162 Patr*0020 ivdc_kappa=100.,
0021 implicitDiffusion=.TRUE.,
0022 allowFreezing=.TRUE.,
0023 useRealFreshWaterFlux=.TRUE.,
0024 useCDscheme=.TRUE.,
564dced676 Patr*0025 # turn on looped cells
ced6220162 Patr*0026 hFacMin=.05,
564dced676 Patr*0027 hFacMindr=50.,
0028 # set precision of data files
0029 readBinaryPrec=32,
0030 &
0031
0032 # Elliptic solver parameters
0033 &PARM02
559e041a6e Patr*0034 cg2dMaxIters=1000,
0035 cg2dTargetResidual=1.E-19,
564dced676 Patr*0036 &
0037
0038 # Time stepping parameters
0039 &PARM03
559e041a6e Patr*0040 nIter0 = 0,
0041 nTimeSteps = 4,
564dced676 Patr*0042 # 100 years of integration will yield a reasonable flow field
d81415648f Jean*0043 # endTime = 3110400000.,
03e73b2c8a Jean*0044 deltaTMom = 1200.0,
ced6220162 Patr*0045 tauCD = 321428.,
564dced676 Patr*0046 deltaTtracer= 43200.0,
0047 deltaTClock = 43200.0,
0048 abEps = 0.1,
0049 # 2 months restoring timescale for temperature
0050 tauThetaClimRelax = 5184000.0,
0051 # 6 months restoring timescale for salinity
0052 tauSaltClimRelax = 15552000.0,
0053 periodicExternalForcing=.TRUE.,
0054 externForcingPeriod=2592000.,
0055 externForcingCycle=31104000.,
d81415648f Jean*0056 #- output:
0057 pChkptFreq = 311040000.,
0058 dumpFreq = 2592000.,
0059 adjDumpFreq = 2592000.,
0060 monitorSelect = 2,
0061 monitorFreq = 86400.,
0062 adjMonitorFreq = 86400.,
564dced676 Patr*0063 &
0064
0065 # Gridding parameters
0066 &PARM04
0067 usingSphericalPolarGrid=.TRUE.,
03e73b2c8a Jean*0068 delR= 50., 70., 100., 140., 190.,
0069 240., 290., 340., 390., 440.,
0070 490., 540., 590., 640., 690.,
fdb16198f0 Jean*0071 ygOrigin=-80.,
564dced676 Patr*0072 dySpacing=4.,
0073 dxSpacing=4.,
0074 &
0075
0076 # Input datasets
0077 &PARM05
0078 bathyFile= 'bathymetry.bin',
0079 hydrogThetaFile='lev_t.bin',
0080 hydrogSaltFile= 'lev_s.bin',
ced6220162 Patr*0081 zonalWindFile= 'trenberth_taux.bin',
0082 meridWindFile= 'trenberth_tauy.bin',
0083 thetaClimFile= 'lev_sst.bin',
0084 saltClimFile= 'lev_sss.bin',
7130bed1c3 Jean*0085 surfQnetFile= 'ncep_qnet.bin',
564dced676 Patr*0086 # fresh water flux is turned off, uncomment next line to turn on
0087 # (not recommened together with surface salinity restoring)
0088 # EmPmRFile= 'ncep_emp.bin',
0089 &