Warning, /verification/global_oce_latlon/input_ad.ggl90/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 9af873c5 on 2023-12-13 16:30:10 UTC
9af873c532 Hajo*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.0,
0012 #diffKrT=3.E-5,
0013 diffKhS=0.0,
0014 #diffKrS=3.E-5,
0015 rhoConst=1035.,
0016 rotationPeriod=86400.,
0017 gravity=9.81,
0018 eosType = 'JMD95Z',
0019 ivdc_kappa=100.,
0020 implicitDiffusion=.TRUE.,
0021 implicitViscosity=.TRUE.,
0022 allowFreezing=.TRUE.,
0023 useRealFreshWaterFlux=.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=1000,
0034 cg2dTargetResidual=1.E-19,
0035 &
0036
0037 # Time stepping parameters
0038 &PARM03
0039 nIter0 = 0,
0040 nTimeSteps = 4,
0041 # 100 years of integration will yield a reasonable flow field
0042 # startTime = 0.,
0043 # endTime = 3110400000.,
0044 deltaTMom = 1200.0,
0045 deltaTtracer= 43200.0,
0046 deltaTClock = 43200.0,
0047 deltaTFreeSurf = 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.,
0056 #- output:
0057 pChkptFreq = 311040000.,
0058 dumpFreq = 2592000.,
0059 adjDumpFreq = 2592000.,
0060 monitorSelect = 2,
0061 monitorFreq = 86400.,
0062 adjMonitorFreq = 86400.,
0063 &
0064
0065 # Gridding parameters
0066 &PARM04
0067 usingSphericalPolarGrid=.TRUE.,
0068 delR= 50., 70., 100., 140., 190.,
0069 240., 290., 340., 390., 440.,
0070 490., 540., 590., 640., 690.,
0071 ygOrigin=-80.,
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',
0081 zonalWindFile= 'trenberth_taux.bin',
0082 meridWindFile= 'trenberth_tauy.bin',
0083 thetaClimFile= 'lev_sst.bin',
0084 saltClimFile= 'lev_sss.bin',
0085 surfQnetFile= 'ncep_qnet.bin',
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 &