Back to home page

MITgcm

 
 

    


Warning, /verification/global_oce_latlon/input_oad.ggl90/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 5bc99689 on 2023-08-01 13:40:46 UTC
85e0ffe540 Patr*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef = 15*20.,
                0008  sRef = 15*35.,
                0009  viscAr=1.E-3,
                0010  viscAh=5.E5,
                0011  diffKhT=0.0,
                0012  diffKrT=3.E-5,
                0013  diffKhS=0.0,
                0014  diffKrS=3.E-5,
                0015  rhoConst=1035.,
                0016  rotationPeriod=86400.,
                0017  gravity=9.81,
                0018  eosType = 'JMD95Z',
                0019  ivdc_kappa=100.,
                0020  implicitDiffusion=.TRUE.,
                0021  implicitViscosity=.TRUE.,
                0022  allowFreezing=.TRUE.,
                0023  useRealFreshWaterFlux=.TRUE.,
                0024  useCDscheme=.TRUE.,
                0025 # turn on looped cells
                0026  hFacMin=.05,
                0027  hFacMindr=50.,
                0028 # set precision of data files
                0029  readBinaryPrec=32,
                0030  &
                0031 
                0032 # Elliptic solver parameters
                0033  &PARM02
                0034  cg2dMaxIters=1000,
                0035  cg2dTargetResidual=1.E-19,
                0036  &
                0037 
                0038 # Time stepping parameters
                0039  &PARM03
                0040  nIter0 =     0,
                0041  nTimeSteps = 4,
                0042 # 100 years of integration will yield a reasonable flow field
                0043 # startTime  =          0.,
                0044 # endTime    = 3110400000.,
                0045  deltaTMom = 1200.0,
                0046  tauCD =     321428.,
                0047  deltaTtracer= 43200.0,
                0048  deltaTClock = 43200.0,
                0049 # if you are using a version later than checkpoint45d on the main branch
                0050 # you can uncomment the following line and increase the time step
                0051 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
                0052 # asynchronous time stepping
                0053 # deltaTfreesurf = 172800.0,
                0054  abEps = 0.1,
                0055  pChkptFreq= 311040000.,
                0056  dumpFreq       = 2592000.,
                0057  adjDumpFreq    = 2592000.,
                0058  monitorFreq    = 0.,
                0059  adjMonitorFreq = 0.,
                0060 # 2 months restoring timescale for temperature
                0061  tauThetaClimRelax =  5184000.0,
                0062 # 6 months restoring timescale for salinity
                0063  tauSaltClimRelax = 15552000.0,
                0064  periodicExternalForcing=.TRUE.,
                0065  externForcingPeriod=2592000.,
                0066  externForcingCycle=31104000.,
                0067  &
                0068 
                0069 # Gridding parameters
                0070  &PARM04
                0071  usingSphericalPolarGrid=.TRUE.,
                0072  delR= 50.,  70., 100., 140., 190.,
                0073       240., 290., 340., 390., 440.,
                0074       490., 540., 590., 640., 690.,
                0075  ygOrigin=-80.,
                0076  dySpacing=4.,
                0077  dxSpacing=4.,
                0078  &
                0079 
                0080 # Input datasets
                0081  &PARM05
                0082  bathyFile=      'bathymetry.bin',
                0083  hydrogThetaFile='lev_t.bin',
                0084  hydrogSaltFile= 'lev_s.bin',
                0085  zonalWindFile=  'trenberth_taux.bin',
                0086  meridWindFile=  'trenberth_tauy.bin',
                0087  thetaClimFile=  'lev_sst.bin',
                0088  saltClimFile=   'lev_sss.bin',
7130bed1c3 Jean*0089  surfQnetFile=   'ncep_qnet.bin',
85e0ffe540 Patr*0090 # fresh water flux is turned off, uncomment next line to turn on
                0091 # (not recommened together with surface salinity restoring)
                0092 # EmPmRFile=      'ncep_emp.bin',
                0093  &