Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
4307c62f79 Jean*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,
1c84c2859c Davi*0011  diffKhT=0.,
4307c62f79 Jean*0012  diffKrT=3.E-5,
1c84c2859c Davi*0013  diffKhS=0.,
4307c62f79 Jean*0014  diffKrS=3.E-5,
7422f31e4b Jean*0015  rhoConst=1035.,
1c84c2859c Davi*0016  rhoConstFresh=1000.,
                0017  eosType = 'JMD95Z',
4307c62f79 Jean*0018  ivdc_kappa=100.,
                0019  implicitDiffusion=.TRUE.,
1c84c2859c Davi*0020  allowFreezing=.TRUE.,
                0021  exactConserv=.TRUE.,
4307c62f79 Jean*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-13,
                0035  &
                0036 
                0037 # Time stepping parameters
                0038  &PARM03
1c84c2859c Davi*0039  nIter0=       0,
4307c62f79 Jean*0040  nTimeSteps = 20,
                0041 # 100 years of integration will yield a reasonable flow field
1c84c2859c Davi*0042 # startTime =          0.,
                0043 # endTime   = 3110400000.,
                0044  deltaTmom = 1800.,
4307c62f79 Jean*0045  tauCD =     321428.,
1c84c2859c Davi*0046  deltaTtracer= 86400.,
                0047  deltaTClock = 86400.,
                0048  deltaTfreesurf= 86400.,
4307c62f79 Jean*0049  abEps = 0.1,
1c84c2859c Davi*0050  pChkptFreq= 1728000.,
4307c62f79 Jean*0051  dumpFreq=   864000.,
                0052  monitorFreq=1.,
                0053 # 2 months restoring timescale for temperature
1c84c2859c Davi*0054  tauThetaClimRelax=  5184000.,
4307c62f79 Jean*0055 # 6 months restoring timescale for salinity
1c84c2859c Davi*0056  tauSaltClimRelax = 15552000.,
4307c62f79 Jean*0057  periodicExternalForcing=.TRUE.,
                0058  externForcingPeriod=2592000.,
                0059  externForcingCycle=31104000.,
                0060  &
                0061 
                0062 # Gridding parameters
                0063  &PARM04
                0064  usingSphericalPolarGrid=.TRUE.,
1c84c2859c Davi*0065  delR= 50.,  70., 100., 140., 190.,
                0066       240., 290., 340., 390., 440.,
                0067       490., 540., 590., 640., 690.,
fdb16198f0 Jean*0068  ygOrigin=-80.,
4307c62f79 Jean*0069  dySpacing=4.,
                0070  dxSpacing=4.,
                0071  &
                0072 
                0073 # Input datasets
                0074  &PARM05
                0075  bathyFile=      'bathymetry.bin',
                0076  hydrogThetaFile='lev_t.bin',
                0077  hydrogSaltFile= 'lev_s.bin',
                0078  zonalWindFile=  'trenberth_taux.bin',
                0079  meridWindFile=  'trenberth_tauy.bin',
                0080  thetaClimFile=  'lev_sst.bin',
                0081  saltClimFile=   'lev_sss.bin',
7422f31e4b Jean*0082  surfQnetFile=   'ncep_qnet.bin',
1c84c2859c Davi*0083  the_run_name=   'global_oce_latlon',
                0084 # fresh water flux is turned on, comment next line to it turn off
                0085 # (maybe better with surface salinity restoring)
                0086  EmPmRFile=      'ncep_emp.bin',
4307c62f79 Jean*0087  &