Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 7422f31e on 2018-08-24 20:38:37 UTC
c8b8f3eb49 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  viscAh=5.E5,
                0011  diffKhT=0.0,
                0012  diffKrT=3.E-5,
                0013  diffKhS=0.0,
                0014  diffKrS=3.E-5,
7422f31e4b Jean*0015  rhoConst=1035.,
c8b8f3eb49 Mart*0016  rotationPeriod=86400.,
                0017  gravity=9.81,
                0018  eosType = 'POLY3',
                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  useSRCGSolver = .TRUE.,
                0040  &
                0041 
                0042 # Time stepping parameters
                0043  &PARM03
                0044  nIter0 =      0,
                0045  nTimeSteps = 20,
                0046 # 100 years of integration will yield a reasonable flow field
                0047 # startTime  =          0.,
                0048 # endTime    = 3110400000.,
                0049  deltaTmom = 1200.0,
                0050  tauCD =     321428.,
                0051  deltaTtracer= 43200.0,
                0052  deltaTClock = 43200.0,
                0053 # if you are using a version later than checkpoint45d on the main branch
                0054 # you can uncomment the following line and increase the time step
                0055 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
                0056 # asynchronous time stepping
                0057 # deltaTfreesurf = 172800.0,
                0058  abEps = 0.1,
                0059  pChkptFreq= 311040000.,
                0060  dumpFreq=   311040000.,
                0061  dumpFreq=   864000.,
                0062  taveFreq=   311040000.,
                0063  taveFreq=   864000.,
                0064  monitorFreq=1.,
                0065  &
                0066 
                0067 # Gridding parameters
                0068  &PARM04
                0069  usingSphericalPolarGrid=.TRUE.,
                0070  delR= 50., 70., 100., 140., 190.,
                0071        240., 290., 340., 390., 440.,
                0072        490., 540., 590., 640., 690.,
                0073  ygOrigin=-80.,
                0074  dySpacing=4.,
                0075  dxSpacing=4.,
                0076  &
                0077 
                0078 # Input datasets
                0079  &PARM05
                0080  bathyFile=      'bathymetry.bin',
                0081  hydrogThetaFile='lev_t.bin',
                0082  hydrogSaltFile= 'lev_s.bin',
                0083  &