Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_cfc_offline/input/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
355fcf5045 Ed H*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=15*20.,
                0008  sRef=15*35.,
                0009  viscA4=0.,
                0010  viscAh=5.E5,
                0011  diffKhT=0.E3,
                0012  diffKhS=0.E3,
                0013  viscAr=1.E-3,
                0014  diffKrT=5.E-5,
                0015  diffKrS=5.E-5,
                0016  gravity=9.81,
7422f31e4b Jean*0017  rhoConst=1035.,
355fcf5045 Ed H*0018  rigidLid=.FALSE.,
                0019  implicitFreeSurface=.TRUE.,
                0020  eosType='POLY3',
                0021  implicitDiffusion=.TRUE.,
                0022  implicitViscosity=.TRUE.,
                0023  ivdc_kappa=100.,
                0024  multiDimAdvection   = .FALSE.
814b09b022 Jean*0025 #allowFreezing=.TRUE.,
355fcf5045 Ed H*0026  useCDscheme=.FALSE.,
                0027  &
                0028 
                0029 # Elliptic solver parameters
                0030  &PARM02
                0031  cg2dMaxIters=1000,
                0032  cg2dTargetResidual=1.E-13,
                0033  &
                0034 
                0035 # Time stepping parameters
                0036  &PARM03
                0037  nIter0  = 4269600,
                0038  nTimeSteps = 4,
                0039 # 100 years starting from a spinup of 5900 years:
                0040 #startTime = 1.835136E+11,
                0041 #endTime   = 1.866240E+11,
                0042  deltaTmom = 900.0,
                0043 #tauCD =     321428.,
                0044  deltaTtracer= 43200.0,
                0045  deltaTClock = 43200.0,
                0046  abEps = 0.1,
                0047 #cAdjFreq = -1,
                0048  pChkptFreq=3110400000.,
9e10fcf8c0 Jean*0049 #chkptFreq= 3110400000.,
355fcf5045 Ed H*0050  dumpFreq=  31104000.,
                0051  taveFreq=  31104000.,
9e10fcf8c0 Jean*0052 #monitorFreq= 4853865600.,
                0053  monitorFreq= 2592000.,
814b09b022 Jean*0054 #tauThetaClimRelax = 5184000.0,
                0055 #tauSaltClimRelax =  7776000.0,
355fcf5045 Ed H*0056  periodicExternalForcing=.TRUE.,
                0057  externForcingPeriod=2592000.,
                0058  externForcingCycle=31104000.,
                0059  &
                0060 
                0061 # Gridding parameters
                0062  &PARM04
                0063  usingSphericalPolarGrid=.TRUE.,
9e10fcf8c0 Jean*0064  delR=  50.,  70., 100., 140., 190.,
                0065        240., 290., 340., 390., 440.,
355fcf5045 Ed H*0066        490., 540., 590., 640., 690.,
fdb16198f0 Jean*0067  ygOrigin=-90.,
355fcf5045 Ed H*0068  dxSpacing=2.8125,
                0069  dySpacing=2.8125,
                0070  &
                0071 
                0072 # Input datasets
                0073  &PARM05
                0074  bathyFile=      'depth_g77.bin',
814b09b022 Jean*0075 #hydrogThetaFile='lev_clim_temp.bin',
                0076 #hydrogSaltFile= 'lev_clim_salt.bin',
                0077 #zonalWindFile=  'tren_taux.bin',
                0078 #meridWindFile=  'tren_tauy.bin',
                0079 #thetaClimFile=  'lev_monthly_temp.bin',
                0080 #saltClimFile=   'lev_monthly_salt.bin',
7422f31e4b Jean*0081 #surfQnetFile=   'shi_qnet.bin',
814b09b022 Jean*0082 #EmPmRFile=      'shi_empmr_year.bin',
355fcf5045 Ed H*0083  the_run_name=   'Testing CFC and OFFLINE code',
                0084  &