Back to home page

MITgcm

 
 

    


Warning, /verification/cfc_example/input/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
32e49a2f46 Mart*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,
efe2ba66a0 Jean*0016  ivdc_kappa=10.,
32e49a2f46 Mart*0017  implicitDiffusion=.TRUE.,
                0018  implicitViscosity=.TRUE.,
                0019  allowFreezing=.TRUE.,
                0020  useCDscheme=.TRUE.,
efe2ba66a0 Jean*0021  gravity=9.81,
                0022  rhoConst=1035.,
                0023  eosType='POLY3',
                0024  rigidLid=.FALSE.,
                0025  implicitFreeSurface=.TRUE.,
                0026  exactConserv=.TRUE.,
32e49a2f46 Mart*0027  &
                0028 
                0029 # Elliptic solver parameters
                0030  &PARM02
                0031  cg2dMaxIters=1000,
                0032  cg2dTargetResidual=1.E-13,
                0033  &
                0034 
                0035 # Time stepping parameters
                0036  &PARM03
efe2ba66a0 Jean*0037  nIter0 = 4269600,
32e49a2f46 Mart*0038  nTimeSteps = 4,
                0039 # 100 years starting from a spinup of 5900 years:
                0040 #startTime = 1.835136E+11,
                0041 #endTime   = 1.866240E+11,
efe2ba66a0 Jean*0042  deltaTMom = 900.,
                0043  deltaTFreeSurf= 43200.,
                0044  deltaTtracer=   43200.,
                0045  deltaTClock =   43200.,
32e49a2f46 Mart*0046  tauCD =     321428.,
                0047  abEps = 0.1,
                0048 #cAdjFreq = -1,
                0049  pChkptFreq=3110400000.,
                0050  chkptFreq= 3110400000.,
                0051  dumpFreq=  31104000.,
                0052  taveFreq=  31104000.,
                0053  monitorFreq= 1.,
efe2ba66a0 Jean*0054  tauThetaClimRelax = 5184000.,
                0055  tauSaltClimRelax =  7776000.,
32e49a2f46 Mart*0056  periodicExternalForcing=.TRUE.,
                0057  externForcingPeriod=2592000.,
                0058  externForcingCycle=31104000.,
                0059  &
                0060 
                0061 # Gridding parameters
                0062  &PARM04
                0063  usingSphericalPolarGrid=.TRUE.,
efe2ba66a0 Jean*0064  delR=  50.,  70., 100., 140., 190.,
                0065        240., 290., 340., 390., 440.,
32e49a2f46 Mart*0066        490., 540., 590., 640., 690.,
fdb16198f0 Jean*0067  ygOrigin=-90.,
32e49a2f46 Mart*0068  dxSpacing=2.8125,
                0069  dySpacing=2.8125,
                0070  &
                0071 
                0072 # Input datasets
                0073  &PARM05
                0074  bathyFile=      'depth_g77.bin',
                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',
7130bed1c3 Jean*0081  surfQnetFile=   'shi_qnet.bin',
32e49a2f46 Mart*0082  EmPmRFile=      'shi_empmr_year.bin',
bc0708bd7f Step*0083  the_run_name=   'Testing CFC code',
32e49a2f46 Mart*0084  &