Back to home page

MITgcm

 
 

    


Warning, /verification/obcs_ctrl/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
bce9e67dfb Matt*0001 # Model parameters
                0002 # Continuous equation parameters
                0003  &PARM01
                0004  tRef=20.,16.,12.,10., 9., 8., 7., 6.,
                0005  sRef=35.,35.,35.,35.,35.,35.,35.,35.,
                0006  viscAz=1.E-4,
                0007  viscAh=1.E1,
                0008  no_slip_sides=.FALSE.,
                0009  no_slip_bottom=.TRUE.,
                0010  diffKhT=0.E0,
                0011  diffKzT=0.E-5,
                0012  rotationPeriod=86400.,
                0013  beta=1.E-11,
3f72e40a3e Jean*0014  eosType='LINEAR',
bce9e67dfb Matt*0015  tAlpha=2.E-4,
                0016  sBeta =0.,
                0017  gravity=9.81,
                0018  rigidLid=.FALSE.,
                0019  implicitFreeSurface=.TRUE.,
                0020  readBinaryPrec=32,
                0021 # extras...
                0022  implicitDiffusion=.true.,
                0023  implicitViscosity=.true.,
                0024  vectorInvariantMomentum=.TRUE.,
                0025  staggerTimeStep=.TRUE.,
                0026  multiDimAdvection=.FALSE.,
                0027  tempAdvScheme=30,
                0028  saltAdvScheme=30,
                0029  writeBinaryPrec=32,
8821fbf9cc Jean*0030  &
bce9e67dfb Matt*0031 # Elliptic solver parameters
                0032  &PARM02
                0033  cg2dMaxIters=500,
                0034  cg2dTargetResidual=1.E-8,
8821fbf9cc Jean*0035  &
bce9e67dfb Matt*0036 # Time stepping parameters
                0037  &PARM03
                0038  startTime=0.,
c1e3551f45 Patr*0039  endTime=4800.,
bce9e67dfb Matt*0040  deltaTmom=1200.0,
                0041  deltaTtracer=1200.0,
                0042  abEps=0.1,
d81415648f Jean*0043  dumpInitAndLast=.TRUE.,
bce9e67dfb Matt*0044  pChkptFreq=0.0,
                0045  chkptFreq=0.0,
                0046  dumpFreq=2628000.0,
d81415648f Jean*0047  monitorSelect= 1,
                0048  monitorFreq = 4800.,
                0049  adjMonitorFreq=3600.,
8821fbf9cc Jean*0050  &
bce9e67dfb Matt*0051 # Gridding parameters
                0052  &PARM04
                0053  usingSphericalPolarGrid=.TRUE.,
                0054  ygOrigin=25.,
                0055  delX=64*0.25,
                0056  delY=64*0.25,
                0057  delZ=500.,500.,500.,500.,500.,500.,500.,500.,
8821fbf9cc Jean*0058  &
bce9e67dfb Matt*0059  &PARM05
                0060  bathyFile='topog.box',
                0061  uVelInitFile=   'Uini.bin',
                0062  vVelInitFile=   'Vini.bin',
8821fbf9cc Jean*0063 #hydrogThetaFile=,
                0064 #hydrogSaltFile=,
                0065 #zonalWindFile=,
                0066 #meridWindFile=,
                0067  &