Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 718a23d0 on 2011-10-28 19:33:36 UTC
8767174948 Mart*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
                0008  sRef= 8*35.,
                0009  viscAr=1.E-3,
                0010  viscAh=1.E3,
                0011 #- put small value (<< stab.limit ~ 3.e10) only to test biharmonic-viscosity
                0012  viscA4=1.E8,
                0013  no_slip_sides=.FALSE.,
                0014  no_slip_bottom=.TRUE.,
                0015  bottomDragLinear = 1.e-2,
                0016  diffKhT=1.E3,
                0017  diffKrT=1.E-5,
                0018  diffKhS=1.E3,
                0019  diffKrS=1.E-5,
                0020  saltAdvScheme=4,
                0021  eosType='LINEAR',
                0022  tAlpha=2.E-4,
                0023  sBeta =0.E-4,
                0024  gravity=9.81,
                0025  f0=1.e-4,
                0026  beta=0.E-11,
718a23d07a Jean*0027 #nonHydrostatic=.TRUE.,
8767174948 Mart*0028  rigidLid=.FALSE.,
                0029  implicitFreeSurface=.TRUE.,
                0030  exactConserv=.TRUE.,
                0031  hFacMin=0.2,
                0032  readBinaryPrec=64,
                0033 #- not safe to use globalFiles in multi-processors runs
                0034 #globalFiles=.TRUE.,
                0035 #useSingleCpuIO=.TRUE.,
                0036  &
                0037 
                0038 # Elliptic solver parameters
                0039  &PARM02
                0040  cg2dMaxIters=1000,
                0041  cg2dTargetResidual=1.E-13,
                0042  cg3dMaxIters=400,
                0043  cg3dTargetResidual=1.E-13,
                0044  &
                0045 
                0046 # Time stepping parameters
                0047  &PARM03
                0048  nIter0=0,
                0049  nTimeSteps=10,
                0050  baseTime=10800.,
                0051  deltaT=600.0,
                0052  abEps=0.1,
                0053  momDissip_In_AB=.FALSE.,
                0054  pChkptFreq=0.0,
                0055  chkptFreq=0.0,
                0056  dumpFreq=10800.0,
                0057  monitorSelect=2,
                0058  monitorFreq=1.,
                0059 # for time dependent open boundary conditions, activate the following 3 lines:
                0060  periodicExternalForcing=.TRUE.,
                0061  externForcingPeriod=21600.,
                0062  externForcingCycle =43200.,
                0063  &
                0064 
                0065 # Gridding parameters
                0066  &PARM04
                0067  usingCartesianGrid=.TRUE.,
                0068  delX=80*5.e3,
                0069  delY=42*5.e3,
                0070  delR= 8*562.5,
                0071  &
                0072 
                0073 # Input datasets
                0074  &PARM05
                0075  bathyFile='topog.bump',
                0076  &