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 5e44d2ea on 2025-08-09 03:50:44 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  monitorFreq= 1.,
efe2ba66a0 Jean*0053  tauThetaClimRelax = 5184000.,
                0054  tauSaltClimRelax =  7776000.,
32e49a2f46 Mart*0055  periodicExternalForcing=.TRUE.,
                0056  externForcingPeriod=2592000.,
                0057  externForcingCycle=31104000.,
                0058  &
                0059 
                0060 # Gridding parameters
                0061  &PARM04
                0062  usingSphericalPolarGrid=.TRUE.,
efe2ba66a0 Jean*0063  delR=  50.,  70., 100., 140., 190.,
                0064        240., 290., 340., 390., 440.,
32e49a2f46 Mart*0065        490., 540., 590., 640., 690.,
fdb16198f0 Jean*0066  ygOrigin=-90.,
32e49a2f46 Mart*0067  dxSpacing=2.8125,
                0068  dySpacing=2.8125,
                0069  &
                0070 
                0071 # Input datasets
                0072  &PARM05
                0073  bathyFile=      'depth_g77.bin',
                0074  hydrogThetaFile='lev_clim_temp.bin',
                0075  hydrogSaltFile= 'lev_clim_salt.bin',
                0076  zonalWindFile=  'tren_taux.bin',
                0077  meridWindFile=  'tren_tauy.bin',
                0078  thetaClimFile=  'lev_monthly_temp.bin',
                0079  saltClimFile=   'lev_monthly_salt.bin',
7130bed1c3 Jean*0080  surfQnetFile=   'shi_qnet.bin',
32e49a2f46 Mart*0081  EmPmRFile=      'shi_empmr_year.bin',
bc0708bd7f Step*0082  the_run_name=   'Testing CFC code',
32e49a2f46 Mart*0083  &