Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 3a56f3a1 on 2008-01-23 17:13:13 UTC
3a56f3a153 Oliv*0001 # Model parameters
                0002 # Continuous equation parameters
                0003  &PARM01
                0004  tRef=20.,
                0005  sRef=0.,
                0006  viscAz=1.E-2,
                0007  viscAh=4.E2,
                0008  no_slip_sides=.TRUE.,
                0009  no_slip_bottom=.TRUE.,
                0010  diffKhT=4.E2,
                0011  diffKzT=1.E-2,
                0012  beta=1.E-11,
                0013  tAlpha=2.E-4,
                0014  sBeta =0.,
                0015  gravity=9.81,
                0016  gBaro=9.81,
                0017  rigidLid=.FALSE.,
                0018  implicitFreeSurface=.TRUE.,
                0019  eosType='LINEAR',
                0020  readBinaryPrec=64,
                0021  useSingleCPUio=.TRUE.,
                0022  globalFiles=.TRUE.,
                0023  &
                0024 # Elliptic solver parameters
                0025  &PARM02
                0026  cg2dMaxIters=1000,
                0027  cg2dTargetResidual=1.E-10,
                0028  &
                0029 # Time stepping parameters
                0030  &PARM03
                0031 # 10 years
                0032  nIter0=259200,
                0033  nTimeSteps=4,
                0034 # 10+4 years
                0035 #endTime=435456000.,
                0036 # 10+4 years + 1 iter (for writing snapshot diagnostics)
                0037 #endTime=435457200.,
                0038 # 10+10 years + 1 iter
                0039 #endTime=622081200.,
                0040  deltaTmom=1200.0,
                0041  deltaTtracer=1200.0,
                0042  abEps=0.1,
                0043  pChkptFreq=311040000.0,
                0044  chkptFreq=0.0,
                0045  dumpFreq=0.0,
                0046  monitorFreq=1200.,
                0047  &
                0048 # Gridding parameters
                0049  &PARM04
                0050  usingCartesianGrid=.TRUE.,
                0051  usingSphericalPolarGrid=.FALSE.,
                0052  delX=60*20E3,
                0053  delY=60*20E3,
                0054  delZ=5000.,
                0055  &
                0056  &PARM05
                0057  bathyFile='topog.box5000',
                0058  hydrogThetaFile=,
                0059  hydrogSaltFile=,
                0060  zonalWindFile='windx.m01cos2y',
                0061  meridWindFile=,
                0062  &