Back to home page

MITgcm

 
 

    


Warning, /verification/offline_exf_seaice/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
770ad27905 Gael*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,
                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=864000.,
d81415648f Jean*0049  nTimeSteps=120,
770ad27905 Gael*0050  deltaT=3600.0,
                0051  abEps=0.1,
                0052  forcing_In_AB = .FALSE.,
d81415648f Jean*0053  pChkptFreq=5184000.,
                0054 #dumpFreq = 864000.,
                0055  monitorSelect = 2,
                0056  monitorFreq =  216000.,
                0057  adjMonitorFreq= 86400.,
770ad27905 Gael*0058  &
                0059 
                0060 # Gridding parameters
                0061  &PARM04
                0062  usingCartesianGrid=.TRUE.,
                0063  delX=80*5.E3,
                0064  delY=42*5.E3,
                0065  ygOrigin=-110.E3,
                0066 #delR= 20., 30., 50.,
                0067  delR= 10.,
                0068  &
                0069 
                0070 # Input datasets
                0071  &PARM05
                0072 #bathyFile       = 'bathy_3c.bin',
                0073 #uVelInitFile    = 'uVel_3c0.bin',
                0074 #vVelInitFile    = 'vVel_3c0.bin',
                0075 #pSurfInitFile   = 'eta_3c0.bin',
                0076 #uVelInitFile    = 'uVel_3c1.bin',
                0077 #vVelInitFile    = 'vVel_3c1.bin',
                0078 #pSurfInitFile   = 'eta_3c1.bin',
                0079  bathyFile       = 'channel.bin',
                0080  uVelInitFile    = 'const+20.bin',
                0081  vVelInitFile    = 'const_00.bin',
                0082  &