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

Diff of /MITgcm/verification/OpenAD/input_ad/data

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

revision 1.2 by heimbach, Tue Aug 23 15:48:57 2005 UTC revision 1.3 by heimbach, Thu Jul 13 19:53:01 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 15  Line 15 
15   rhonil=1035.,   rhonil=1035.,
16   gravity=9.81,   gravity=9.81,
17   eosType = 'JMD95Z',   eosType = 'JMD95Z',
18   ivdc_kappa=100.,   ivdc_kappa=0.,
19   implicitDiffusion=.TRUE.,   implicitDiffusion=.FALSE.,
20   allowFreezing=.TRUE.,   allowFreezing=.FALSE.,
21   useRealFreshWaterFlux=.TRUE.,   useRealFreshWaterFlux=.FALSE.,
22   useCDscheme=.TRUE.,   useCDscheme=.FALSE.,
23     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 39 
39  # Time stepping parameters  # Time stepping parameters
40   &PARM03   &PARM03
41   nIter0 =       0,   nIter0 =       0,
42   nTimeSteps = 120,   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 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',
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.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22