/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input/data
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.90x40x15/input/data

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by mlosch, Tue Oct 22 13:30:41 2002 UTC revision 1.12 by jmc, Sun Jul 16 00:10:37 2006 UTC
# Line 8  Line 8 
8   sRef = 15*35.,   sRef = 15*35.,
9   viscAr=1.E-3,   viscAr=1.E-3,
10   viscAh=5.E5,   viscAh=5.E5,
11   diffKhT=0.0,   diffKhT=0.,
12   diffKrT=3.E-5,   diffKrT=3.E-5,
13   diffKhS=0.0,     diffKhS=0.,
14   diffKrS=3.E-5,   diffKrS=3.E-5,
15   rhonil=1035.,   rhonil=1035.,
16     rhoConstFresh=1000.,
17   gravity=9.81,   gravity=9.81,
18   eosType = 'POLY3',   eosType = 'POLY3',
19   ivdc_kappa=100.,   ivdc_kappa=100.,
20   implicitDiffusion=.TRUE.,   implicitDiffusion=.TRUE.,
21   allowFreezing=.TRUE.,   allowFreezing=.TRUE.,
22     exactConserv=.TRUE.,
23   useRealFreshWaterFlux=.TRUE.,   useRealFreshWaterFlux=.TRUE.,
24     useCDscheme=.TRUE.,
25     quasiHydrostatic=.TRUE.,
26     useNHMTerms=.TRUE.,
27  # turn on looped cells  # turn on looped cells
28   hFacMin=.05,   hFacMin=.05,
29   hFacMindr=50.,   hFacMindr=50.,
# Line 34  Line 39 
39    
40  # Time stepping parameters  # Time stepping parameters
41   &PARM03   &PARM03
42   nIter0 =      0,   nIter0=36000,
43   nTimeSteps = 20,   nTimeSteps=10,
44  # 100 years of integration will yield a reasonable flow field  # 100 years of integration will yield a reasonable flow field
45  # startTime  =          0.,  # startTime =          0.,
46  # endTime    = 3110400000.,  # endTime   = 3110400000.,
47   deltaTmom = 1200.0,   deltaTmom = 1800.,
48   tauCD =     321428.,   tauCD =     321428.,
49   deltaTtracer= 43200.0,   deltaTtracer= 86400.,
50   deltaTClock = 43200.0,   deltaTClock = 86400.,
51  # if you are using a version later than checkpoint45d on the main branch   deltaTfreesurf= 86400.,
 # you can uncomment the following line and increase the time step  
 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the  
 # asynchronous time stepping  
 # deltaTfreesurf = 172800.0,  
52   abEps = 0.1,   abEps = 0.1,
53   pChkptFreq= 311040000.,   pChkptFreq= 311040000.,
54   dumpFreq=   311040000.,   dumpFreq=   311040000.,
55   dumpFreq=   864000.,   dumpFreq=   864000.,
56   taveFreq=   311040000.,   taveFreq=   311040000.,
57   taveFreq=   864000.,   taveFreq=   864000.,
58   monitorFreq=31104000.,  #monitorFreq=31104000.,
59     monitorFreq=1.,
60  # 2 months restoring timescale for temperature  # 2 months restoring timescale for temperature
61   tauThetaClimRelax =  5184000.0,   tauThetaClimRelax=  5184000.,
62  # 6 months restoring timescale for salinity  # 6 months restoring timescale for salinity
63   tauSaltClimRelax = 15552000.0,   tauSaltClimRelax = 15552000.,
64   periodicExternalForcing=.TRUE.,   periodicExternalForcing=.TRUE.,
65   externForcingPeriod=2592000.,   externForcingPeriod=2592000.,
66   externForcingCycle=31104000.,   externForcingCycle=31104000.,
# Line 66  Line 68 
68    
69  # Gridding parameters  # Gridding parameters
70   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
71   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
72   delR= 50., 70., 100., 140., 190.,   delR= 50.,  70., 100., 140., 190.,
73         240., 290., 340., 390., 440.,        240., 290., 340., 390., 440.,
74         490., 540., 590., 640., 690.,        490., 540., 590., 640., 690.,
75   phiMin=-80.,   phiMin=-80.,
76   dySpacing=4.,   dySpacing=4.,
77   dxSpacing=4.,   dxSpacing=4.,
# Line 86  Line 87 
87   thetaClimFile=  'lev_sst.bin',   thetaClimFile=  'lev_sst.bin',
88   saltClimFile=   'lev_sss.bin',   saltClimFile=   'lev_sss.bin',
89   surfQFile=      'ncep_qnet.bin',   surfQFile=      'ncep_qnet.bin',
90  # fresh water flux is turned off, uncomment next line to turn on   the_run_name=   'global_ocean.90x40x15',
91  # (not recommened together with surface salinity restoring)   EmPmRFile=      'ncep_emp.bin',
 # EmPmRFile=      'ncep_emp.bin',  
92   &   &

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22