Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 484fe009 on 2013-01-09 22:15:35 UTC
961c26b165 Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005  &PARM01
                0006  tRef= -1.62,
                0007  sRef= 30.,
                0008  no_slip_sides=.FALSE.,
                0009  no_slip_bottom=.TRUE.,
                0010 #bottomDragLinear=1.E-3,
                0011  bottomDragQuadratic=5.E-3,
                0012  viscAr=3.E-2,
                0013  viscAh=3.E+2,
                0014  HeatCapacity_Cp = 3986.,
                0015  rhoNil          = 1030.,
                0016  rhoConstFresh   = 1000.,
                0017  eosType='LINEAR',
                0018  tAlpha=2.E-4,
                0019  sBeta= 0.,
                0020  staggerTimeStep=.TRUE.,
                0021  saltStepping=.FALSE.,
                0022 #tempStepping=.FALSE.,
                0023  tempAdvection=.FALSE.,
                0024  momStepping=.FALSE.,
                0025  f0=0.e-4,
                0026  beta=0.,
                0027  useJamartWetPoints=.TRUE.,
                0028  rigidLid=.FALSE.,
                0029  implicitFreeSurface=.TRUE.,
                0030 #exactConserv=.TRUE.,
                0031  convertFW2Salt=-1,
                0032  readBinaryPrec=64,
                0033  writeBinaryPrec=64,
4620a1eed1 Jean*0034 #globalFiles=.TRUE.,
                0035  useSingleCpuIO=.TRUE.,
961c26b165 Jean*0036 #debugLevel=4,
                0037  &
                0038 
                0039 # Elliptic solver parameters
                0040  &PARM02
                0041  cg2dMaxIters=500,
                0042  cg2dTargetResidual=1.E-12,
                0043  &
                0044 
                0045 # Time stepping parameters
                0046  &PARM03
                0047  startTime=0.0,
                0048 #endTime=864000.,
                0049  deltaT=3600.0,
                0050  abEps=0.1,
                0051  forcing_In_AB = .FALSE.,
                0052  pChkptFreq=3600000.,
                0053  monitorFreq=432000.,
                0054  monitorSelect=2,
                0055  dumpFreq = 86400.,
                0056  nTimeSteps=120,
                0057 #monitorFreq=1.,
                0058 #dumpFreq = 1.,
                0059  &
                0060 
                0061 # Gridding parameters
                0062  &PARM04
                0063  usingCartesianGrid=.TRUE.,
                0064  delX=80*5.E3,
                0065  delY=42*5.E3,
bc574258f4 Jean*0066  ygOrigin=-110.E3,
961c26b165 Jean*0067 #delR= 20., 30., 50.,
                0068  delR= 10.,
                0069  &
                0070 
                0071 # Input datasets
                0072  &PARM05
484fe009cf Jean*0073 #bathyFile       = 'bathy_3c.bin',
                0074 #uVelInitFile    = 'uVel_3c0.bin',
                0075 #vVelInitFile    = 'vVel_3c0.bin',
961c26b165 Jean*0076 #pSurfInitFile   = 'eta_3c0.bin',
                0077 #uVelInitFile    = 'uVel_3c1.bin',
                0078 #vVelInitFile    = 'vVel_3c1.bin',
                0079 #pSurfInitFile   = 'eta_3c1.bin',
484fe009cf Jean*0080  bathyFile       = 'channel.bin',
                0081  uVelInitFile    = 'const+20.bin',
                0082  vVelInitFile    = 'const_00.bin',
961c26b165 Jean*0083  &