Warning, /verification/tutorial_global_oce_optim/input_ad/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
5ac0cea1f2 Davi*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,
7422f31e4b Jean*0015 rhoConst=1035.,
5ac0cea1f2 Davi*0016 rhoConstFresh=1000.,
0017 eosType = 'JMD95Z',
0018 ivdc_kappa=100.,
0019 implicitDiffusion=.TRUE.,
0020 allowFreezing=.TRUE.,
0021 exactConserv=.TRUE.,
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-19,
0035 &
0036
0037 # Time stepping parameters
0038 &PARM03
0039 nIter0= 0,
62019c9cdb Davi*0040 #nTimeSteps = 360,
5ac0cea1f2 Davi*0041 nTimeSteps = 10,
0042 deltaTmom = 1800.,
0043 tauCD = 321428.,
0044 deltaTtracer= 86400.,
0045 deltaTClock = 86400.,
0046 deltaTfreesurf= 86400.,
0047 abEps = 0.1,
0048 pChkptFreq= 2592000.,
0049 dumpFreq= 2592000.,
0050 monitorFreq=1.,
0051 # 2 months restoring timescale for temperature
0052 #tauThetaClimRelax= 5184000.,
0053 # 6 months restoring timescale for salinity
0054 tauSaltClimRelax = 15552000.,
0055 periodicExternalForcing=.TRUE.,
0056 externForcingPeriod=2592000.,
0057 externForcingCycle=31104000.,
0058 &
0059
0060 # Gridding parameters
0061 &PARM04
0062 usingSphericalPolarGrid=.TRUE.,
0063 delR= 50., 70., 100., 140., 190.,
0064 240., 290., 340., 390., 440.,
0065 490., 540., 590., 640., 690.,
fdb16198f0 Jean*0066 ygOrigin=-80.,
5ac0cea1f2 Davi*0067 dySpacing=4.,
0068 dxSpacing=4.,
0069 &
0070
0071 # Input datasets
0072 &PARM05
0073 bathyFile= 'bathymetry.bin',
0074 hydrogThetaFile='lev_t.bin',
0075 hydrogSaltFile= 'lev_s.bin',
0076 zonalWindFile= 'trenberth_taux.bin',
0077 meridWindFile= 'trenberth_tauy.bin',
0078 thetaClimFile= 'lev_sst.bin',
0079 saltClimFile= 'lev_sss.bin',
7422f31e4b Jean*0080 surfQnetFile= 'ncep_qnet.bin',
5ac0cea1f2 Davi*0081 # fresh water flux is turned off, uncomment next line to turn on
0082 # (not recommened together with surface salinity restoring)
0083 # EmPmRFile= 'ncep_emp.bin',
0084 &