Back to home page

MITgcm

 
 

    


Warning, /verification/global_ocean.90x40x15/input.idemix/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 7130bed1 on 2018-08-24 20:42:39 UTC
82f0ab585c Mart*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef = 15*20.,
                0008  sRef = 15*35.,
                0009 # background dissipation will be taken care of by IDEMIX
                0010 # so we turn it off here
                0011 #viscAr=1.E-3,
                0012  viscAh=5.E5,
                0013 #diffKhT=0.,
                0014 #diffKrT=3.E-5,
                0015 #diffKhS=0.,
                0016 #diffKrS=3.E-5,
                0017  no_slip_sides =.FALSE.,
                0018  no_slip_bottom=.FALSE.,
                0019  rhoConst=1035.,
                0020  rhoConstFresh=1000.,
                0021  eosType='JMD95P',
                0022 # should use this with ggl90 for avoiding local instabilities
                0023  ivdc_kappa = 1.,
                0024  implicitViscosity=.TRUE.,
                0025  implicitDiffusion=.TRUE.,
                0026  allowFreezing=.TRUE.,
                0027  exactConserv=.TRUE.,
                0028  useRealFreshWaterFlux=.TRUE.,
                0029  useCDscheme=.TRUE.,
                0030 # turn on looped cells
                0031  hFacMin=.05,
                0032  hFacMindr=50.,
                0033 # set precision of data files
                0034  readBinaryPrec=32,
                0035 #writeBinaryPrec=64,
                0036  &
                0037 
                0038 # Elliptic solver parameters
                0039  &PARM02
                0040  cg2dMaxIters=500,
                0041  cg2dTargetResidual=1.E-13,
                0042  &
                0043 
                0044 # Time stepping parameters
                0045  &PARM03
                0046  nIter0=0,
                0047  nTimeSteps=10,
                0048 # 100 years of integration will yield a reasonable flow field
                0049 # startTime =          0.,
                0050 # endTime   = 3110400000.,
                0051  deltaTmom = 1800.,
                0052  tauCD =     321428.,
                0053  deltaTtracer= 86400.,
                0054  deltaTClock = 86400.,
                0055  deltaTfreesurf= 86400.,
                0056  abEps = 0.1,
                0057  pChkPtFreq= 311040000.,
                0058  dumpFreq=   311040000.,
                0059  dumpFreq=   864000.,
                0060 #monitorFreq=31104000.,
                0061  monitorFreq=1.,
                0062 # 2 months restoring timescale for temperature
                0063  tauThetaClimRelax=  5184000.,
                0064 # 6 months restoring timescale for salinity
                0065  tauSaltClimRelax = 15552000.,
                0066  periodicExternalForcing=.TRUE.,
                0067  externForcingPeriod=2592000.,
                0068  externForcingCycle=31104000.,
                0069  &
                0070 
                0071 # Gridding parameters
                0072  &PARM04
                0073  usingSphericalPolarGrid=.TRUE.,
                0074  delR= 50.,  70., 100., 140., 190.,
                0075       240., 290., 340., 390., 440.,
                0076       490., 540., 590., 640., 690.,
                0077  ygOrigin=-80.,
                0078  dySpacing=4.,
                0079  dxSpacing=4.,
                0080  &
                0081 
                0082 # Input datasets
                0083  &PARM05
                0084  bathyFile=      'bathymetry.bin',
                0085  hydrogThetaFile='lev_t.bin',
                0086  hydrogSaltFile= 'lev_s.bin',
                0087  zonalWindFile=  'trenberth_taux.bin',
                0088  meridWindFile=  'trenberth_tauy.bin',
                0089  thetaClimFile=  'lev_sst.bin',
                0090  saltClimFile=   'lev_sss.bin',
7130bed1c3 Jean*0091  surfQnetFile=   'ncep_qnet.bin',
82f0ab585c Mart*0092  the_run_name=   'idemix_90x40x15',
                0093  &