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 0c90ef58 on 2024-05-15 16:50:06 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 # taveFreq= 311040000.,
0079 # taveFreq= 864000.,
0080 #monitorFreq=31104000.,
0081 monitorFreq=1.,
0082 # 2 months restoring timescale for temperature
0083 tauThetaClimRelax = 5184000.0,
0084 # 6 months restoring timescale for salinity
0085 tauSaltClimRelax = 15552000.0,
0086 periodicExternalForcing=.TRUE.,
0087 externForcingPeriod=2592000.,
0088 externForcingCycle=31104000.,
0089 &
0090
0091 # Gridding parameters
0092 &PARM04
0093 usingSphericalPolarGrid=.TRUE.,
0094 delR= 50., 70., 100., 140., 190.,
0095 240., 290., 340., 390., 440.,
0096 490., 540., 590., 640., 690.,
0097 ygOrigin=-80.,
0098 dySpacing=4.,
0099 dxSpacing=4.,
0100 &
0101
0102 # Input datasets
0103 &PARM05
0104 bathyFile= 'bathymetry.bin',
0105 hydrogThetaFile='lev_t.bin',
0106 hydrogSaltFile= 'lev_s.bin',
0107 zonalWindFile= 'trenberth_taux.bin',
0108 meridWindFile= 'trenberth_tauy.bin',
0109 thetaClimFile= 'lev_sst.bin',
0110 saltClimFile= 'lev_sss.bin',
0111 surfQnetFile= 'ncep_qnet.bin',
0112 # fresh water flux is turned off, uncomment next line to turn on
0113 # (not recommened together with surface salinity restoring)
0114 # EmPmRFile= 'ncep_emp.bin',
0115 &