Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit af2bca47 on 2013-01-06 20:23:26 UTC
ef264d3837 Mart*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.,
af2bca4750 Jean*0023 #tempAdvection=.FALSE.,
ef264d3837 Mart*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,
                0034 #globalFiles=.TRUE.,
                0035  useSingleCpuIO=.TRUE.,
                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=432000.,
                0049  deltaT=1800.0,
                0050  abEps=0.1,
                0051  forcing_In_AB = .FALSE.,
                0052  pChkptFreq=3600000.,
                0053  dumpFreq  = 432000.,
                0054  monitorFreq=864000.,
                0055  monitorSelect=2,
                0056  nTimeSteps=12,
                0057  &
                0058 
                0059 # Gridding parameters
                0060  &PARM04
                0061  usingCartesianGrid=.TRUE.,
                0062  delX=80*5.E3,
                0063  delY=42*5.E3,
                0064  ygOrigin=-110.E3,
                0065 #delR= 20., 30., 50.,
                0066  delR= 10.,
                0067  &
                0068 
                0069 # Input datasets
                0070  &PARM05
                0071  bathyFile       = 'bathy_3c.bin',
                0072  uVelInitFile    = 'uVel_3c0.bin',
                0073  vVelInitFile    = 'vVel_3c0.bin',
                0074  pSurfInitFile   = 'eta_3c0.bin',
                0075 #uVelInitFile    = 'uVel_3c1.bin',
                0076 #vVelInitFile    = 'vVel_3c1.bin',
                0077 #pSurfInitFile   = 'eta_3c1.bin',
                0078 #bathyFile       = 'channel.bin',
                0079 #uVelInitFile    = 'const+40.bin',
                0080 #vVelInitFile    = 'const-10.bin',
                0081  &