/[MITgcm]/MITgcm/verification/tutorial_global_oce_latlon/input/data
ViewVC logotype

Diff of /MITgcm/verification/tutorial_global_oce_latlon/input/data

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

revision 1.1 by jmc, Fri Jul 14 20:36:46 2006 UTC revision 1.2 by dfer, Mon May 14 19:42:17 2007 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   rotationPeriod=86400.,   rhoConstFresh=1000.,
17   gravity=9.81,   eosType = 'JMD95Z',
  eosType = 'POLY3',  
18   ivdc_kappa=100.,   ivdc_kappa=100.,
19   implicitDiffusion=.TRUE.,   implicitDiffusion=.TRUE.,
20   useOldFreezing=.TRUE.,   allowFreezing=.TRUE.,
21     exactConserv=.TRUE.,
22   useRealFreshWaterFlux=.TRUE.,   useRealFreshWaterFlux=.TRUE.,
23   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
  useNHMTerms=.TRUE.,  
24  # turn on looped cells  # turn on looped cells
25   hFacMin=.05,   hFacMin=.05,
26   hFacMindr=50.,   hFacMindr=50.,
# Line 37  Line 36 
36    
37  # Time stepping parameters  # Time stepping parameters
38   &PARM03   &PARM03
39   nIter0 =      0,   nIter0=       0,
40   nTimeSteps = 20,   nTimeSteps = 20,
41  # 100 years of integration will yield a reasonable flow field  # 100 years of integration will yield a reasonable flow field
42  # startTime  =          0.,  # startTime =          0.,
43  # endTime    = 3110400000.,  # endTime   = 3110400000.,
44   deltaTmom = 1200.0,   deltaTmom = 1800.,
45   tauCD =     321428.,   tauCD =     321428.,
46   deltaTtracer= 43200.0,   deltaTtracer= 86400.,
47   deltaTClock = 43200.0,   deltaTClock = 86400.,
48  # 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,  
49   abEps = 0.1,   abEps = 0.1,
50   pChkptFreq= 311040000.,   pChkptFreq= 1728000.,
  dumpFreq=   311040000.,  
51   dumpFreq=   864000.,   dumpFreq=   864000.,
  taveFreq=   311040000.,  
52   taveFreq=   864000.,   taveFreq=   864000.,
 #monitorFreq=31104000.,  
53   monitorFreq=1.,   monitorFreq=1.,
54  # 2 months restoring timescale for temperature  # 2 months restoring timescale for temperature
55   tauThetaClimRelax =  5184000.0,   tauThetaClimRelax=  5184000.,
56  # 6 months restoring timescale for salinity  # 6 months restoring timescale for salinity
57   tauSaltClimRelax = 15552000.0,   tauSaltClimRelax = 15552000.,
58   periodicExternalForcing=.TRUE.,   periodicExternalForcing=.TRUE.,
59   externForcingPeriod=2592000.,   externForcingPeriod=2592000.,
60   externForcingCycle=31104000.,   externForcingCycle=31104000.,
# Line 70  Line 62 
62    
63  # Gridding parameters  # Gridding parameters
64   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
65   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
66   delR= 50., 70., 100., 140., 190.,   delR= 50.,  70., 100., 140., 190.,
67         240., 290., 340., 390., 440.,        240., 290., 340., 390., 440.,
68         490., 540., 590., 640., 690.,        490., 540., 590., 640., 690.,
69   phiMin=-80.,   phiMin=-80.,
70   dySpacing=4.,   dySpacing=4.,
71   dxSpacing=4.,   dxSpacing=4.,
# Line 90  Line 81 
81   thetaClimFile=  'lev_sst.bin',   thetaClimFile=  'lev_sst.bin',
82   saltClimFile=   'lev_sss.bin',   saltClimFile=   'lev_sss.bin',
83   surfQFile=      'ncep_qnet.bin',   surfQFile=      'ncep_qnet.bin',
84   the_run_name=   'global_ocean.90x40x15',   the_run_name=   'global_oce_latlon',
85  # fresh water flux is turned off, uncomment next line to turn on  # fresh water flux is turned on, comment next line to it turn off
86  # (not recommened together with surface salinity restoring)  # (maybe better with surface salinity restoring)
87  # EmPmRFile=      'ncep_emp.bin',   EmPmRFile=      'ncep_emp.bin',
88   &   &

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

  ViewVC Help
Powered by ViewVC 1.1.22