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

Diff of /MITgcm/verification/OpenAD/input/data

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

revision 1.1 by heimbach, Mon Aug 22 20:21:02 2005 UTC revision 1.2 by heimbach, Thu Jul 13 19:52:13 2006 UTC
# Line 4  Line 4 
4  #  #
5  # Continuous equation parameters  # Continuous equation parameters
6   &PARM01   &PARM01
7   tRef = 15*20.,   tRef = 1*20.,
8   sRef = 15*35.,   sRef = 1*35.,
9   viscAr=1.E-3,   viscAr=1.E-3,
10   viscAh=5.E5,   viscAh=5.E5,
11   diffKhT=0.0,   diffKhT=0.0,
# Line 14  Line 14 
14   diffKrS=3.E-5,   diffKrS=3.E-5,
15   rhonil=1035.,   rhonil=1035.,
16   gravity=9.81,   gravity=9.81,
17   eosType = 'POLY3',   eosType = 'JMD95Z',
18   ivdc_kappa=100.,   ivdc_kappa=0.,
19   implicitDiffusion=.TRUE.,   implicitDiffusion=.FALSE.,
20   useOldFreezing=.TRUE.,   allowFreezing=.FALSE.,
21   useRealFreshWaterFlux=.TRUE.,   useRealFreshWaterFlux=.FALSE.,
22   useCDscheme=.TRUE.,   useCDscheme=.FALSE.,
23   useNHMTerms=.TRUE.,   tempStepping=.FALSE.,
24     saltStepping=.FALSE.,
25  # turn on looped cells  # turn on looped cells
26   hFacMin=.05,   hFacMin=.1,
27   hFacMindr=50.,   hFacMindr=50.,
28  # set precision of data files  # set precision of data files
29   readBinaryPrec=32,   readBinaryPrec=32,
30     debugmode=.true.,
31   &   &
32    
33  # Elliptic solver parameters  # Elliptic solver parameters
# Line 36  Line 38 
38    
39  # Time stepping parameters  # Time stepping parameters
40   &PARM03   &PARM03
41   nIter0 =      0,   nIter0 =       0,
42   nTimeSteps = 20,   nTimeSteps = 10,
43  # 100 years of integration will yield a reasonable flow field  # 100 years of integration will yield a reasonable flow field
44  # startTime  =          0.,  # startTime  =          0.,
45  # endTime    = 3110400000.,  # endTime    = 3110400000.,
46   deltaTmom = 1200.0,   deltaTmom = 1200.0,
47   tauCD =     321428.,  # tauCD =     321428.,
48   deltaTtracer= 43200.0,   deltaTtracer= 43200.0,
49   deltaTClock = 43200.0,   deltaTClock = 43200.0,
50  # if you are using a version later than checkpoint45d on the main branch  # if you are using a version later than checkpoint45d on the main branch
# Line 54  Line 56 
56   pChkptFreq= 311040000.,   pChkptFreq= 311040000.,
57   dumpFreq=   311040000.,   dumpFreq=   311040000.,
58   dumpFreq=   864000.,   dumpFreq=   864000.,
59   taveFreq=   311040000.,   adjDumpFreq= 432000.,
60   taveFreq=   864000.,  # taveFreq=   311040000.,
61    # taveFreq=   864000.,
62  #monitorFreq=31104000.,  #monitorFreq=31104000.,
63   monitorFreq=1.,   monitorFreq=1.,
64  # 2 months restoring timescale for temperature  # 2 months restoring timescale for temperature
# Line 71  Line 74 
74   &PARM04   &PARM04
75   usingCartesianGrid=.FALSE.,   usingCartesianGrid=.FALSE.,
76   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
77   delR= 50., 70., 100., 140., 190.,   delR= 4000.,
        240., 290., 340., 390., 440.,  
        490., 540., 590., 640., 690.,  
78   phiMin=-80.,   phiMin=-80.,
79   dySpacing=4.,   dySpacing=4.,
80   dxSpacing=4.,   dxSpacing=4.,
# Line 84  Line 85 
85   bathyFile=      'bathymetry.bin',   bathyFile=      'bathymetry.bin',
86   hydrogThetaFile='lev_t.bin',   hydrogThetaFile='lev_t.bin',
87   hydrogSaltFile= 'lev_s.bin',   hydrogSaltFile= 'lev_s.bin',
88   zonalWindFile=  'trenberth_taux.bin',  # zonalWindFile=  'trenberth_taux.bin',
89   meridWindFile=  'trenberth_tauy.bin',  # meridWindFile=  'trenberth_tauy.bin',
90   thetaClimFile=  'lev_sst.bin',  # thetaClimFile=  'lev_sst.bin',
91   saltClimFile=   'lev_sss.bin',  # saltClimFile=   'lev_sss.bin',
92   surfQFile=      'ncep_qnet.bin',  # surfQFile=      'ncep_qnet.bin',
  the_run_name=   'global_ocean.90x40x15',  
93  # fresh water flux is turned off, uncomment next line to turn on  # fresh water flux is turned off, uncomment next line to turn on
94  # (not recommened together with surface salinity restoring)  # (not recommened together with surface salinity restoring)
95  # EmPmRFile=      'ncep_emp.bin',  # EmPmRFile=      'ncep_emp.bin',

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

  ViewVC Help
Powered by ViewVC 1.1.22