/[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.4 by jmc, Wed Mar 7 21:47:56 2007 UTC revision 1.5 by heimbach, Thu May 10 16:34:15 2007 UTC
# Line 4  Line 4 
4  #  #
5  # Continuous equation parameters  # Continuous equation parameters
6   &PARM01   &PARM01
7   tRef = 1*20.,   tRef = 15*20.,
8   sRef = 1*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.0,
12   diffKrT=3.E-5,   diffKrT=3.E-5,
13   diffKhS=0.0,     diffKhS=0.0,
14   diffKrS=3.E-5,   diffKrS=3.E-5,
15   rhonil=1035.,   rhonil=1035.,
16     rotationPeriod=86400.,
17   gravity=9.81,   gravity=9.81,
18   eosType = 'JMD95Z',   eosType = 'JMD95Z',
19   ivdc_kappa=0.,   ivdc_kappa=100.,
20   implicitDiffusion=.FALSE.,   implicitDiffusion=.TRUE.,
21   allowFreezing=.FALSE.,   allowFreezing=.TRUE.,
22   useRealFreshWaterFlux=.FALSE.,   useRealFreshWaterFlux=.TRUE.,
23   useCDscheme=.FALSE.,   useCDscheme=.TRUE.,
  tempStepping=.FALSE.,  
  saltStepping=.FALSE.,  
24  # turn on looped cells  # turn on looped cells
25   hFacMin=.1,   hFacMin=.05,
26   hFacMindr=50.,   hFacMindr=50.,
27  # set precision of data files  # set precision of data files
28   readBinaryPrec=32,   readBinaryPrec=32,
  debugmode=.true.,  
29   &   &
30    
31  # Elliptic solver parameters  # Elliptic solver parameters
# Line 38  Line 36 
36    
37  # Time stepping parameters  # Time stepping parameters
38   &PARM03   &PARM03
39   nIter0 =       0,   nIter0 =      0,
40   nTimeSteps = 10,   nTimeSteps = 60,
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 = 1200.0,
45  # tauCD =     321428.,   tauCD =     321428.,
46   deltaTtracer= 43200.0,   deltaTtracer= 43200.0,
47   deltaTClock = 43200.0,   deltaTClock = 43200.0,
48  # 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
49  # you can uncomment the following line and increase the time step  # you can uncomment the following line and increase the time step
50  # deltaTtracer and deltaTClock to 172800.0 as well to speed up the  # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
51  # asynchronous time stepping  # asynchronous time stepping
52  # deltaTfreesurf = 172800.0,  # deltaTfreesurf = 172800.0,
53   abEps = 0.1,   abEps = 0.1,
# Line 74  Line 72 
72   &PARM04   &PARM04
73   usingCartesianGrid=.FALSE.,   usingCartesianGrid=.FALSE.,
74   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
75   delR= 4000.,   delR= 50., 70., 100., 140., 190.,
76           240., 290., 340., 390., 440.,
77           490., 540., 590., 640., 690.,
78   phiMin=-80.,   phiMin=-80.,
79   dySpacing=4.,   dySpacing=4.,
80   dxSpacing=4.,   dxSpacing=4.,
# Line 85  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.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22