Warning, /verification/atm_gray/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 35dd11b2 on 2024-12-03 14:25:13 UTC
4287557481 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 #- mean theta* from H&S, isothermal (T=200.K) above p=150.mb:
0008 tRef= 295.1, 295.2, 295.4, 295.6, 296.0, 296.6, 297.3, 298.2, 299.3, 300.6,
0009 302.4, 305.9, 311.8, 321.8, 338.3, 359.5, 382.8, 408.6, 437.5, 470.6,
0010 509.2, 555.8, 614.9, 696.3, 827.2, 1153.6,
0011 sRef=26*0.,
0012 viscAr=0.E1,
0013 viscAh=0.E6,
0014 viscA4=0.E17,
0015 no_slip_sides=.FALSE.,
0016 no_slip_bottom=.FALSE.,
0017 diffKhT=0.E3,
0018 diffKrT=0.,
0019 diffK4T=0.E17,
0020 diffKrS=0.E2,
0021 diffKhS=0.E3,
0022 diffK4S=0.E17,
0023 buoyancyRelation='ATMOSPHERIC',
0024 eosType='IDEALG',
0025 atm_Cp=1004.64,
0026 atm_Rq=0.6078,
0027 integr_GeoPot=2,
0028 selectFindRoSurf=1,
0029 gravity=9.80,
0030 implicitFreeSurface=.TRUE.,
0031 exactConserv=.TRUE.,
0032 select_rStar=2,
0033 nonlinFreeSurf=4,
0034 hFacInf=0.2,
0035 hFacSup=2.0,
0036 hFacMin=1.0,
0037 uniformLin_PhiSurf=.FALSE.,
0038 vectorInvariantMomentum=.TRUE.,
0039 useAbsVorticity=.TRUE.,
0040 selectVortScheme=3,
0041 selectKEscheme=3,
0042 addFrictionHeating=.TRUE.,
0043 #tempAdvScheme=77,
0044 saltAdvScheme=77,
0045 staggerTimeStep=.TRUE.,
0046 readBinaryPrec=64,
0047 writeBinaryPrec=64,
0048 #globalFiles=.TRUE.,
0049 useSingleCpuIO=.TRUE.,
0050 plotLevel=0,
0051 &
0052
0053 # Elliptic solver parameters
0054 &PARM02
0055 cg2dMaxIters=200,
0056 cg2dTargetResWunit=1.E-17,
0057 &
0058
0059 # Time stepping parameters
0060 &PARM03
0061 nIter0=81000,
0062 nTimeSteps=10,
0063 #endTime=311040000.,
0064 deltaT=384.,
0065 abEps=0.1,
35dd11b291 Jean*0066 #forcing_In_AB=.FALSE.,
0067 #- uncommenting the line above would replace the 2 setting below
0068 momForcingOutAB =1,
0069 tracForcingOutAB=1,
4287557481 Jean*0070 cAdjFreq=0.,
0071 #- long run (> 1.yr):
0072 chkptFreq =15552000.,
0073 pChkptFreq=31104000.,
0074 dumpFreq =15552000.,
0075 monitorFreq= 864000.,
0076 #- short run (~ months):
0077 #chkptFreq = 864000.,
0078 #pChkptFreq=2592000.,
0079 #dumpFreq = 432000.,
0080 #monitorFreq= 43200.,
0081 #- short test:
0082 #dumpFreq =1.,
0083 monitorFreq=1.,
0084 &
0085
0086 # Gridding parameters
0087 &PARM04
0088 usingCurvilinearGrid=.TRUE.,
0089 horizGridFile='dxC1_dXYa',
0090 radius_fromHorizGrid=6370.E3,
0091 delR= 1500., 2122., 3000., 4242., 6000., 7800., 9100., 9400., 9280., 8400.,
0092 6980., 5800., 4820., 4004., 3328., 2766., 2298., 1910., 1586., 1318.,
0093 1096., 910., 756., 628., 522., 434.,
0094 &
0095
0096 # Input datasets
0097 &PARM05
0098 hydrogThetaFile='ini_theta_26l.bin',
0099 hydrogSaltFile ='ini_specQ_26l.bin',
0100 &