/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_ad/data
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.90x40x15/input_ad/data

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

revision 1.2 by heimbach, Sat Jul 13 03:50:50 2002 UTC revision 1.3 by heimbach, Thu Nov 28 17:30:34 2002 UTC
# Line 4  Line 4 
4  #  #
5  # Continuous equation parameters  # Continuous equation parameters
6   &PARM01   &PARM01
7   tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,   tRef = 15*20.,
8         12.4 , 11.3 ,  9.9 ,  8.4 ,  6.7 ,   sRef = 15*35.,
9          5.2 ,  3.8 ,  2.9 ,  2.3 ,  1.8 ,   viscAr=1.E-3,
  sRef= 34.65, 34.75, 34.82, 34.87, 34.90,  
        34.90, 34.86, 34.78, 34.69, 34.60,  
        34.58, 34.62, 34.68, 34.72, 34.73,  
  viscAz=1.E-3,  
10   viscAh=5.E5,   viscAh=5.E5,
11   no_slip_sides=.FALSE.,   diffKhT=0.0,
12   no_slip_bottom=.TRUE.,   diffKrT=3.E-5,
13   diffKhT=1.E3,   diffKhS=0.0,  
14   diffKzT=3.E-5,   diffKrS=3.E-5,
  diffKhS=1.E3,  
  diffKzS=3.E-5,  
  beta=1.E-11,  
  f0=1.e-4,  
  tAlpha=2.E-4,  
  sBeta =7.4E-4,  
  gravity=9.81,  
  gBaro=9.81,  
15   rhonil=1035.,   rhonil=1035.,
16   rigidLid=.FALSE.,   gravity=9.81,
17   implicitFreeSurface=.TRUE.,   eosType = 'POLY3',
  eosType='LINEAR',  
18   ivdc_kappa=100.,   ivdc_kappa=100.,
19   implicitDiffusion=.true.,   implicitDiffusion=.TRUE.,
20   allowFreezing=.TRUE.,   allowFreezing=.TRUE.,
21     useRealFreshWaterFlux=.TRUE.,
22    # turn on looped cells
23     hFacMin=.05,
24     hFacMindr=50.,
25    # set precision of data files
26   readBinaryPrec=32,   readBinaryPrec=32,
 # readPickupWithTracer  = .FALSE.,  
 # writePickupWithTracer = .FALSE.,  
27   &   &
28    
29  # Elliptic solver parameters  # Elliptic solver parameters
30   &PARM02   &PARM02
31   cg2dMaxIters=1000,   cg2dMaxIters=500,
32   cg2dTargetResidual=1.E-17,   cg2dTargetResidual=1.E-13,
33   &   &
34    
35  # Time stepping parameters  # Time stepping parameters
36   &PARM03   &PARM03
37  # startTime         = 49766400000.,   nIter0 =      0,
38   startTime         = 0.,   nTimeSteps = 60,
39  # endTime           = 49767264000.,  #ph should perform at least 60 timesteps (30 days) for gradient
40   endTime           = 259200.,  #ph checks to allow signal to propagate away from cost function.
  deltaTmom         = 2400.0,  
  tauCD=321428.,  
  deltaTtracer      = 86400.0,  
  deltaTClock       = 86400.0,  
 # cAdjFreq=-1.,  
  abEps=0.1,  
  pChkptFreq        = 86400000.,  
  chkptFreq         = 86400000.,  
  dumpFreq          = 86400.,  
41  #  #
42   tauThetaClimRelax = 2592000.0,  # 100 years of integration will yield a reasonable flow field
43   tauSaltClimRelax  = 2592000.0,  # startTime  =          0.,
44   tauTr1ClimRelax   = 31104000.0,  # endTime    = 3110400000.,
45     deltaTmom = 1200.0,
46     tauCD =     321428.,
47     deltaTtracer= 43200.0,
48     deltaTClock = 43200.0,
49    # if you are using a version later than checkpoint45d on the main branch
50    # you can uncomment the following line and increase the time step
51    # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52    # asynchronous time stepping
53    # deltaTfreesurf = 172800.0,
54     abEps = 0.1,
55     pChkptFreq= 311040000.,
56     dumpFreq=   311040000.,
57     dumpFreq=   864000.,
58     taveFreq=   311040000.,
59     taveFreq=   864000.,
60    #monitorFreq=31104000.,
61     monitorFreq=1.,
62    # 2 months restoring timescale for temperature
63     tauThetaClimRelax =  5184000.0,
64    # 6 months restoring timescale for salinity
65     tauSaltClimRelax = 15552000.0,
66     periodicExternalForcing=.TRUE.,
67     externForcingPeriod=2592000.,
68     externForcingCycle=31104000.,
69   &   &
70    
71  # Gridding parameters  # Gridding parameters
72   &PARM04   &PARM04
73   usingCartesianGrid=.FALSE.,   usingCartesianGrid=.FALSE.,
74   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
75   delZ=  50.,  70., 100., 140., 190.,   delR= 50., 70., 100., 140., 190.,
76         240., 290., 340., 390., 440.,         240., 290., 340., 390., 440.,
77         490., 540., 590., 640., 690.,           490., 540., 590., 640., 690.,
78   phiMin=-78.,   phiMin=-80.,
79   delY=40*4,   dySpacing=4.,
80   delX=90*4,   dxSpacing=4.,
81   &   &
82    
83  # Input datasets  # Input datasets
84   &PARM05   &PARM05
85   bathyFile=      'bathy.bin',   bathyFile=      'bathymetry.bin',
86   hydrogThetaFile='theta.bin',   hydrogThetaFile='lev_t.bin',
87   hydrogSaltFile= 'sal.bin',   hydrogSaltFile= 'lev_s.bin',
88   zonalWindFile=  'tren_taux.bin',   zonalWindFile=  'trenberth_taux.bin',
89   meridWindFile=  'tren_tauy.bin',   meridWindFile=  'trenberth_tauy.bin',
90   thetaClimFile=  'theta_surf.bin',   thetaClimFile=  'lev_sst.bin',
91   saltClimFile=   'sal_surf.bin',   saltClimFile=   'lev_sss.bin',
92   surfQFile=      'shi_qnet.bin',   surfQFile=      'ncep_qnet.bin',
93   EmPmRFile=      'shi_empr.bin',  # fresh water flux is turned off, uncomment next line to turn on
94    # (not recommened together with surface salinity restoring)
95    # EmPmRFile=      'ncep_emp.bin',
96   &   &

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

  ViewVC Help
Powered by ViewVC 1.1.22