/[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.3 by jmc, Tue Jan 27 15:38:48 2009 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 69  Line 72 
72    
73  # Gridding parameters  # Gridding parameters
74   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
75   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
76   delR= 50., 70., 100., 140., 190.,   delR= 4000.,
77         240., 290., 340., 390., 440.,   ygOrigin=-80.,
        490., 540., 590., 640., 690.,  
  phiMin=-80.,  
78   dySpacing=4.,   dySpacing=4.,
79   dxSpacing=4.,   dxSpacing=4.,
80   &   &
# Line 84  Line 84 
84   bathyFile=      'bathymetry.bin',   bathyFile=      'bathymetry.bin',
85   hydrogThetaFile='lev_t.bin',   hydrogThetaFile='lev_t.bin',
86   hydrogSaltFile= 'lev_s.bin',   hydrogSaltFile= 'lev_s.bin',
87   zonalWindFile=  'trenberth_taux.bin',  # zonalWindFile=  'trenberth_taux.bin',
88   meridWindFile=  'trenberth_tauy.bin',  # meridWindFile=  'trenberth_tauy.bin',
89   thetaClimFile=  'lev_sst.bin',  # thetaClimFile=  'lev_sst.bin',
90   saltClimFile=   'lev_sss.bin',  # saltClimFile=   'lev_sss.bin',
91   surfQFile=      'ncep_qnet.bin',  # surfQFile=      'ncep_qnet.bin',
  the_run_name=   'global_ocean.90x40x15',  
92  # fresh water flux is turned off, uncomment next line to turn on  # fresh water flux is turned off, uncomment next line to turn on
93  # (not recommened together with surface salinity restoring)  # (not recommened together with surface salinity restoring)
94  # EmPmRFile=      'ncep_emp.bin',  # EmPmRFile=      'ncep_emp.bin',

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

  ViewVC Help
Powered by ViewVC 1.1.22