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

Diff of /MITgcm/verification/lab_sea/input_ad/data

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

revision 1.5 by heimbach, Fri Oct 19 19:38:26 2007 UTC revision 1.14 by heimbach, Fri Mar 23 15:03:42 2012 UTC
# Line 12  Line 12 
12  #   diffKzT         - Vertical temperature diffusivity                  (m^2/s)  #   diffKzT         - Vertical temperature diffusivity                  (m^2/s)
13  #   diffKhS         - Horizontal salt diffusivity                       (m^2/s)  #   diffKhS         - Horizontal salt diffusivity                       (m^2/s)
14  #   diffKzS         - Vertical salt diffusivity                         (m^2/s)  #   diffKzS         - Vertical salt diffusivity                         (m^2/s)
 #   f0              - Reference coriolis parameter,  
 #                     south edge of f on beta plane                       (1/s)  
 #   beta            - df/dy                                         (s^-1.m^-1)  
 #   tAlpha          - Linear EOS thermal expansion coefficient           (1/oC)  
 #   sBeta           - Linear EOS haline contraction coefficient         (1/ppt)  
15  #   gravity         - Acceleration due to gravity                       (m/s^2)  #   gravity         - Acceleration due to gravity                       (m/s^2)
 #   gBaro           - Accel. due to gravity used in barotropic equation (m/s^2)  
16  #   rigidLid        - Set to true to use rigid lid  #   rigidLid        - Set to true to use rigid lid
17  #   implicitFreeSurface - Set to true to use implicit free surface  #   implicitFreeSurface - Set to true to use implicit free surface
18  #   eosType         - Flag for linear or polynomial equation of state  #   eosType         - Flag for linear or polynomial equation of state
# Line 44  Line 38 
38   diffKzT=1.46e-5,   diffKzT=1.46e-5,
39   diffKhS=0.0,   diffKhS=0.0,
40   diffKzS=1.46e-5,   diffKzS=1.46e-5,
  beta=1.E-11,  
  tAlpha=2.E-4,  
  sBeta =7.4E-4,  
41   rigidLid=.FALSE.,   rigidLid=.FALSE.,
42   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
43   eosType='JMD95Z',   eosType='JMD95Z',
  readBinaryPrec=32,  
  writeBinaryPrec=32,  
44   saltStepping=.TRUE.,   saltStepping=.TRUE.,
45   tempStepping=.TRUE.,   tempStepping=.TRUE.,
46   momStepping=.TRUE.,   momStepping=.TRUE.,
47   implicitDiffusion=.TRUE.,   implicitDiffusion=.TRUE.,
48   implicitViscosity=.TRUE.,   implicitViscosity=.TRUE.,
 #globalFiles=.TRUE.,  
 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO  
  useSingleCpuIO=.FALSE.,  
49   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
50   HeatCapacity_Cp = 3986.D0  #- set wrong celsius2K to reproduce old results:
51     celsius2K=273.16,
52     HeatCapacity_Cp = 3986.D0,
53   gravity         = 9.8156,   gravity         = 9.8156,
54   rhoNil          = 1027.D0   rhoConst        = 1027.D0,
55     rhoConstFresh   = 999.8,
56   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
57   inAdExact=.TRUE.,   inAdExact=.TRUE.,
58  #ph(  #ph(
59     staggerTimeStep=.TRUE.,
60   multiDimAdvection=.TRUE.,   multiDimAdvection=.TRUE.,
61   tempAdvScheme=30,   tempAdvScheme=30,
62   saltAdvScheme=30,   saltAdvScheme=30,
63  #ph)  #ph)
64    #globalFiles=.TRUE.,
65    #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
66     useSingleCpuIO=.FALSE.,
67     readBinaryPrec=32,
68     writeBinaryPrec=32,
69   &   &
70    
71  # Elliptic solver parameters  # Elliptic solver parameters
# Line 80  Line 75 
75  #  #
76   &PARM02   &PARM02
77   cg2dMaxIters=1000,   cg2dMaxIters=1000,
78   cg2dTargetResidual=1.D-13,   cg2dTargetResidual=1.E-13,
79   &   &
80    
81  # Time stepping parameters  # Time stepping parameters
# Line 101  Line 96 
96   &PARM03   &PARM03
97   tauCD=172800.,   tauCD=172800.,
98   startTime=0.0,   startTime=0.0,
99   nTimeSteps=10,   nTimeSteps=4,
100   deltaTmom=3600.0,   deltaTmom=3600.0,
101   deltaTtracer=3600.0,   deltaTtracer=3600.0,
102   deltaTClock =3600.0,   deltaTClock =3600.0,
103   cAdjFreq=0.,   cAdjFreq=0.,
104   abEps=0.1,   abEps=0.1,
105     forcing_In_AB = .FALSE.,
106   pChkptFreq=36000.,   pChkptFreq=36000.,
107   chkptFreq= 0.,   chkptFreq= 0.,
108   dumpFreq = 0.,   dumpFreq = 0.,
109   tavefreq = 36000.,   taveFreq = 36000.,
  tauSaltClimRelax = 4142330.,  
  tauThetaClimRelax = 0.,  
110   monitorFreq=1.,   monitorFreq=1.,
111   adjMonitorFreq=1.,   adjMonitorFreq=1.,
112   adjDumpFreq=1.,   adjDumpFreq=1.,
 #forcing_In_AB = .FALSE.  
  tracForcingOutAB=1,  
113   &   &
114    
115  # Gridding parameters  # Gridding parameters
116  #  #
117  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
 #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates  
118  #   delX                    - Zonal grid spacing         (degrees)  #   delX                    - Zonal grid spacing         (degrees)
119  #   delY                    - Meridional grid spacing    (degrees)  #   delY                    - Meridional grid spacing    (degrees)
120  #   delZ                    - Vertical grid spacing      (m)  #   delZ                    - Vertical grid spacing      (m)
121  #   phiMin                  - Southern boundary latitude (degrees)  #   ygOrigin                - Southern boundary latitude (degrees)
122  #  #
123   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
124   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
125   delX=20*2.E0,   delX=20*2.E0,
126   delY=16*2.E0,   delY=16*2.E0,
127   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
128         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
129         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
130   phimin=46.,   ygOrigin=46.,
131   thetamin=280.,   xgOrigin=280.,
132   rSphere         = 6371.D3   rSphere = 6371.D3,
133   &   &
134    
135  # Input datasets  # Input datasets

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22