Warning, /verification/global_ocean.cs32x15/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e3e5446 on 2019-05-08 04:40:42 UTC
a368568840 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=15*20.,
0008 sRef=15*35.,
0009 viscAh =3.E5,
0010 viscAr =1.E-3,
0011 diffKrT=3.E-5,
0012 diffKrS=3.E-5,
0013 ivdc_kappa=10.,
0014 implicitDiffusion=.TRUE.,
0015 gravity=9.81,
05a00b43fa Jean*0016 rhoConst=1035.,
e515ef5b64 Jean*0017 rhoConstFresh=1000.,
a368568840 Jean*0018 eosType='JMD95Z',
e515ef5b64 Jean*0019 staggerTimeStep=.TRUE.,
a368568840 Jean*0020 vectorInvariantMomentum=.TRUE.,
0021 implicitFreeSurface=.TRUE.,
0022 exactConserv=.TRUE.,
0023 select_rStar=2,
0024 nonlinFreeSurf=4,
0025 hFacInf=0.2,
0026 hFacSup=2.0,
0027 useRealFreshWaterFlux=.TRUE.,
0028 allowFreezing=.TRUE.,
0029 hFacMin=.1,
0030 hFacMinDr=20.,
0031 readBinaryPrec=64,
5e3e5446b5 Jean*0032 #useSingleCpuIO=.TRUE.,
246faa4842 Jean*0033 plotLevel=0,
a368568840 Jean*0034 &
0035
0036 # Elliptic solver parameters
0037 &PARM02
0038 cg2dMaxIters=200,
0039 #cg2dTargetResidual=1.E-9,
0040 cg2dTargetResWunit=1.E-14,
0041 &
0042
0043 # Time stepping parameters
0044 &PARM03
0045 nIter0=72000,
0046 nTimeSteps=20,
05a00b43fa Jean*0047 deltaTMom =1200.,
a368568840 Jean*0048 deltaTtracer=86400.,
05a00b43fa Jean*0049 deltaTFreeSurf=86400.,
a368568840 Jean*0050 deltaTClock =86400.,
0051 abEps = 0.1,
990c5e2f61 Jean*0052 #forcing_In_AB=.FALSE.,
0053 tracForcingOutAB=1,
7130bed1c3 Jean*0054 pChkptFreq =1728000.,
0055 #chkptFreq =311040000.,
0056 taveFreq =1244160000.,
6cd8277604 Dimi*0057 dumpFreq =622080000.,
0058 monitorFreq =31104000.,
a368568840 Jean*0059 periodicExternalForcing=.TRUE.,
0060 externForcingPeriod=2592000.,
0061 externForcingCycle=31104000.,
0062 # 2 months restoring timescale for temperature
0063 tauThetaClimRelax = 5184000.,
0064 # 2yrs restoring timescale for salinity
0065 tauSaltClimRelax = 62208000.,
0066 monitorFreq =1.,
0067 &
0068
0069 # Gridding parameters
0070 &PARM04
0071 usingCurvilinearGrid=.TRUE.,
655b35d5dd Jean*0072 horizGridFile='grid_cs32',
05a00b43fa Jean*0073 radius_fromHorizGrid=6370.E3,
a368568840 Jean*0074 delR= 50., 70., 100., 140., 190.,
0075 240., 290., 340., 390., 440.,
0076 490., 540., 590., 640., 690.,
0077 &
0078
0079 # Input datasets
0080 &PARM05
0081 bathyFile ='bathy_Hmin50.bin',
0082 hydrogThetaFile='lev_T_cs_15k.bin',
0083 hydrogSaltFile ='lev_S_cs_15k.bin',
0084 zonalWindFile ='trenberth_taux.bin',
0085 meridWindFile ='trenberth_tauy.bin',
0086 thetaClimFile ='lev_surfT_cs_12m.bin',
0087 saltClimFile ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0088 surfQnetFile ='shiQnet_cs32.bin',
a368568840 Jean*0089 EmPmRFile ='shiEmPR_cs32.bin',
0090 &