Warning, /verification/global_ocean.90x40x15/input_ad.bottomdrag/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
aecc8b0f47 Mart*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 diffKhT=0.,
0c90ef582a Jean*0011 diffKrT=3.E-5,
aecc8b0f47 Mart*0012 diffKhS=0.,
0013 diffKrS=3.E-5,
0014 #ph(
0015 #ph Many of the following params. are just for AD testing;
0016 #ph not necesarily meaningful in a 4x4 deg. setting.
0017 viscC4Leith=1.5,
0018 viscC4Leithd=1.5,
0019 viscA4GridMax=0.5,
0020 useAreaViscLength=.TRUE.,
0021 bottomDragQuadratic = 0.0021,
0022 #ph)
0023 rhoConst=1035.,
0024 gravity=9.81,
0025 eosType = 'JMD95Z',
0026 ivdc_kappa=10.,
0027 implicitDiffusion=.TRUE.,
0028 allowFreezing=.TRUE.,
0029 useRealFreshWaterFlux=.TRUE.,
0030 useCDscheme=.TRUE.,
0031 exactConserv=.TRUE.,
0032 # turn on looped cells
0033 hFacMin=.05,
0034 hFacMinDr=50.,
0035 #ph(
0036 vectorInvariantMomentum=.TRUE.,
0037 hFacInf=0.2,
0038 hFacSup=2.0,
0039 nonlinFreeSurf=4,
0040 staggerTimeStep=.TRUE.,
0041 tempAdvScheme=30,
0042 saltAdvScheme=30,
0043 tempVertAdvScheme=20,
0044 saltVertAdvScheme=20,
0045 tempImplVertAdv=.TRUE.,
0046 saltImplVertAdv=.TRUE.,
0047 #ph)
0048 # set precision of data files
0049 readBinaryPrec=32,
0050 useSingleCpuIO=.TRUE.,
0051 #debugLevel=3,
0052 &
0053
0054 # Elliptic solver parameters
0055 &PARM02
0056 cg2dMaxIters=500,
0057 cg2dTargetResidual=1.E-13,
0058 &
0059
0060 # Time stepping parameters
0061 &PARM03
0062 nIter0 = 0,
0063 nTimeSteps = 10,
0064 # 100 years of integration will yield a reasonable flow field
0065 # startTime = 0.,
0066 # endTime = 3110400000.,
0067 deltaTmom = 1200.0,
0068 tauCD = 321428.,
0069 deltaTtracer= 43200.0,
0070 deltaTClock = 43200.0,
0071 #deltaTfreesurf= 43200.,
0072 abEps = 0.1,
0073 pChkptFreq= 311040000.,
0074 dumpFreq= 311040000.,
0075 dumpFreq= 864000.,
0076 adjDumpFreq= 432000.,
0077 adjMonitorFreq=1.,
0078 #monitorFreq=31104000.,
0079 monitorFreq=1.,
0080 # 2 months restoring timescale for temperature
0081 tauThetaClimRelax = 5184000.0,
0082 # 6 months restoring timescale for salinity
0083 tauSaltClimRelax = 15552000.0,
0084 periodicExternalForcing=.TRUE.,
0085 externForcingPeriod=2592000.,
0086 externForcingCycle=31104000.,
0087 &
0088
0089 # Gridding parameters
0090 &PARM04
0091 usingSphericalPolarGrid=.TRUE.,
0092 delR= 50., 70., 100., 140., 190.,
0093 240., 290., 340., 390., 440.,
0094 490., 540., 590., 640., 690.,
0095 ygOrigin=-80.,
0096 dySpacing=4.,
0097 dxSpacing=4.,
0098 &
0099
0100 # Input datasets
0101 &PARM05
0102 bathyFile= 'bathymetry.bin',
0103 hydrogThetaFile='lev_t.bin',
0104 hydrogSaltFile= 'lev_s.bin',
0105 zonalWindFile= 'trenberth_taux.bin',
0106 meridWindFile= 'trenberth_tauy.bin',
0107 thetaClimFile= 'lev_sst.bin',
0108 saltClimFile= 'lev_sss.bin',
0109 surfQnetFile= 'ncep_qnet.bin',
0110 # fresh water flux is turned off, uncomment next line to turn on
0111 # (not recommened together with surface salinity restoring)
0112 # EmPmRFile= 'ncep_emp.bin',
0113 &