Back to home page

MITgcm

 
 

    


Warning, /verification/global_with_exf/input_ad/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit d8141564 on 2021-04-15 23:54:02 UTC
68b4b6f96f Patr*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.0,
                0012  diffKrT=3.E-5,
                0013  diffKhS=0.0,
                0014  diffKrS=3.E-5,
                0015  rhonil=1035.,
                0016  rotationPeriod=86400.,
                0017  gravity=9.81,
                0018  eosType = 'JMD95Z',
                0019  ivdc_kappa=100.,
                0020  implicitDiffusion=.TRUE.,
                0021  allowFreezing=.TRUE.,
                0022  useRealFreshWaterFlux=.TRUE.,
                0023  useCDscheme=.TRUE.,
                0024  useNHMTerms=.TRUE.,
                0025 # turn on looped cells
                0026  hFacMin=.05,
                0027  hFacMindr=50.,
                0028 # set precision of data files
                0029  readBinaryPrec=32,
                0030 #- not safe to use globalFiles in multi-processors runs
                0031 #globalfiles=.TRUE.
                0032 ## usesinglecpuio=.TRUE.
                0033  &
                0034 
                0035 # Elliptic solver parameters
                0036  &PARM02
                0037  cg2dMaxIters=500,
                0038  cg2dTargetResidual=1.E-13,
                0039  &
                0040 
                0041 # Time stepping parameters
                0042  &PARM03
d81415648f Jean*0043  nIter0 =     0,
                0044  nTimeSteps= 20,
                0045 #- 100 years of integration will yield a reasonable flow field
                0046 # endTime  = 3110400000.,
                0047  deltaTmom = 1200.,
68b4b6f96f Patr*0048  tauCD =     321428.,
d81415648f Jean*0049  deltaTtracer= 43200.,
                0050  deltaTClock = 43200.,
68b4b6f96f Patr*0051  abEps = 0.1,
                0052  pChkptFreq= 311040000.,
d81415648f Jean*0053  dumpFreq =  311040000.,
                0054  monitorSelect= 2,
                0055  monitorFreq =  432000.,
                0056  adjMonitorFreq=259200.,
68b4b6f96f Patr*0057  &
                0058 
                0059 # Gridding parameters
                0060  &PARM04
                0061  usingSphericalPolarGrid=.TRUE.,
                0062  delR= 50., 70., 100., 140., 190.,
                0063        240., 290., 340., 390., 440.,
                0064        490., 540., 590., 640., 690.,
                0065  ygOrigin=-80.,
                0066  dySpacing=4.,
                0067  dxSpacing=4.,
                0068  &
                0069 
                0070 # Input datasets
                0071  &PARM05
                0072  bathyFile=      'bathymetry.bin',
                0073  hydrogThetaFile='lev_t.bin',
                0074  hydrogSaltFile= 'lev_s.bin',
                0075  &