Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 7422f31e on 2018-08-24 20:38:37 UTC
47c68d6cfc 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.,
                0012  diffKrT=3.E-5,
                0013  diffKhS=0.,
                0014  diffKrS=3.E-5,
7422f31e4b Jean*0015  rhoConst=1035.,
47c68d6cfc Patr*0016  rhoConstFresh=1000.,
                0017  eosType = 'JMD95Z',
                0018  ivdc_kappa=100.,
                0019  implicitDiffusion=.TRUE.,
                0020  allowFreezing=.TRUE.,
                0021  exactConserv=.TRUE.,
                0022  useRealFreshWaterFlux=.TRUE.,
                0023  useCDscheme=.TRUE.,
                0024 # turn on looped cells
                0025  hFacMin=.05,
                0026  hFacMindr=50.,
                0027 # set precision of data files
                0028  readBinaryPrec=32,
                0029  &
                0030 
                0031 # Elliptic solver parameters
                0032  &PARM02
                0033  cg2dMaxIters=500,
                0034  cg2dTargetResidual=1.E-19,
                0035  &
                0036 
                0037 # Time stepping parameters
                0038  &PARM03
                0039  nIter0=       0,
                0040 #nTimeSteps = 360,
                0041  nTimeSteps = 10,
                0042  deltaTmom = 1800.,
                0043  tauCD =     321428.,
                0044  deltaTtracer= 86400.,
                0045  deltaTClock = 86400.,
                0046  deltaTfreesurf= 86400.,
                0047  abEps = 0.1,
                0048  pChkptFreq= 2592000.,
                0049  dumpFreq=   2592000.,
                0050 # taveFreq=   2592000.,
                0051  monitorFreq=0.,
                0052 # 2 months restoring timescale for temperature
                0053 #tauThetaClimRelax=  5184000.,
                0054 # 6 months restoring timescale for salinity
                0055  tauSaltClimRelax = 15552000.,
                0056  periodicExternalForcing=.TRUE.,
                0057  externForcingPeriod=2592000.,
                0058  externForcingCycle=31104000.,
                0059  &
                0060 
                0061 # Gridding parameters
                0062  &PARM04
                0063  usingSphericalPolarGrid=.TRUE.,
                0064  delR= 50.,  70., 100., 140., 190.,
                0065       240., 290., 340., 390., 440.,
                0066       490., 540., 590., 640., 690.,
                0067  ygOrigin=-80.,
                0068  dySpacing=4.,
                0069  dxSpacing=4.,
                0070  &
                0071 
                0072 # Input datasets
                0073  &PARM05
                0074  bathyFile=      'bathymetry.bin',
                0075  hydrogThetaFile='lev_t.bin',
                0076  hydrogSaltFile= 'lev_s.bin',
                0077  zonalWindFile=  'trenberth_taux.bin',
                0078  meridWindFile=  'trenberth_tauy.bin',
                0079  thetaClimFile=  'lev_sst.bin',
                0080  saltClimFile=   'lev_sss.bin',
7422f31e4b Jean*0081  surfQnetFile=   'ncep_qnet.bin',
47c68d6cfc Patr*0082 # fresh water flux is turned off, uncomment next line to turn on
                0083 # (not recommened together with surface salinity restoring)
                0084 # EmPmRFile=      'ncep_emp.bin',
                0085  &