Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 7f3ef198 on 2019-12-19 23:07:28 UTC
9952f046d7 dngo*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef = 90*-1.9,
                0008  sRef = 90*34.4,
                0009  eosType='JMD95Z',
                0010  HeatCapacity_Cp = 3974.0,
                0011  rhoConst=1030.,
                0012  gravity=9.81,
                0013  viscAr=1.E-3,
                0014  viscAh= 300.,
                0015  no_slip_sides=.FALSE.,
                0016  no_slip_bottom=.FALSE.,
                0017  diffKhT= 10.,
                0018  diffKrT=5.E-5,
                0019  diffKhS= 10.,
                0020  diffKrS=5.E-5,
                0021  bottomDragQuadratic=2.5E-3,
                0022  staggerTimestep = .TRUE.,
                0023  tempAdvScheme=77,
                0024  saltAdvScheme=77,
                0025  vectorInvariantMomentum = .TRUE.,
                0026 # momImplVertAdv=.TRUE.,
                0027 #tempImplVertAdv=.TRUE.,
                0028 #saltImplVertAdv=.TRUE.,
                0029  implicitDiffusion = .TRUE.,
                0030  implicitViscosity = .TRUE.,
7f3ef198a9 Jean*0031  selectImplicitDrag = 2,
9952f046d7 dngo*0032  implicitFreeSurface=.TRUE.,
                0033  useRealFreshWaterFlux = .TRUE.,
                0034  exactConserv=.TRUE.,
                0035 # start NLFS (without rstar)
                0036  nonlinFreeSurf=4,
                0037  hFacInf=0.05,
                0038  hFacSup=2.0,
                0039 # end NLFS
                0040  hFacMin=0.10,
                0041 #integr_GeoPot = 1,
                0042  ivdc_kappa = 1.,
                0043  useJamartWetPoints=.TRUE.,
                0044  selectBotDragQuadr=1,
                0045 #bottomVisc_pCell=.TRUE.,
                0046 #-
                0047  readBinaryPrec=64,
                0048  writeBinaryPrec=64,
                0049  useSingleCpuIO=.TRUE.,
                0050 #globalFiles=.TRUE.,
                0051  debuglevel = 2,
                0052  plotLevel = 0,
                0053  &
                0054 
                0055 # Elliptic solver parameters
                0056  &PARM02
                0057  cg2dMaxIters=300,
                0058  cg2dTargetResidual=1.E-11,
                0059 #printResidualFreq=100,
                0060  &
                0061 
                0062 #Time stepping parameters
                0063  &PARM03
                0064 #nIter0=2880,
                0065 #nTimeSteps=288,
                0066 #startTime=0.,
                0067 #endTime=2592000.,
                0068  deltaT=300.0,
                0069  forcing_In_AB  = .FALSE.,
                0070  abEps=0.1,
                0071  pChkptFreq= 2592000.,
                0072  chkptFreq = 2592000.,
                0073  dumpFreq =  86400.,
                0074  monitorFreq= 7200.,
                0075  monitorSelect=1,
                0076  monitorFreq=1800.,
                0077  dumpFreq = 10800.,
                0078 #- for testing purpose:
                0079  nIter0=2898,
                0080  nTimeSteps=20,
                0081 #dumpFreq = 1200.,
                0082  monitorFreq=1.,
                0083  &
                0084 
                0085 # Gridding parameters
                0086  &PARM04
                0087  usingCartesianGrid=.FALSE.,
                0088  usingSphericalPolarGrid=.TRUE.,
                0089  delR=90*10.,
                0090  delX=1*.125,
                0091  delY=200*.0078125,
                0092  xgOrigin = 0.,
                0093  ygOrigin = -75.5,
                0094  pCellMix_select=20,
                0095  pcellMix_delR = 10.,
                0096 #interViscAr_pCell = .TRUE.,
                0097 #interDiffKr_pCell = .TRUE.,
                0098  pCellMix_viscAr = 90*1.E-3,
                0099  pCellMix_diffKr = 90*1.E-4,
                0100 # current default: diffKzT=5.E-5, viscAz=1.E-3,
                0101  &
                0102 
                0103 # Input datasets
                0104  &PARM05
                0105  bathyFile='bathy_flat.bin',
                0106  hydrogThetaFile='temp_ini.bin',        
                0107  hydrogSaltFile ='salt_ini.bin',
                0108 # pSurfInitFile ='etai_ini.bin'
                0109  &