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

Diff of /MITgcm/verification/lab_sea/input/data

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

revision 1.14 by jmc, Sun May 22 02:09:46 2005 UTC revision 1.26 by jmc, Mon Jan 16 19:37:02 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='POLY3',   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.,  
49   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
50   HeatCapacity_Cp = 3986.D0   HeatCapacity_Cp = 3986.D0,
51   gravity         = 9.8156,   gravity         = 9.8156,
52   gBaro           = 9.8156,   rhoConst        = 1027.D0,
53   rhoNil          = 1027.D0   rhoConstFresh   = 999.8,
54   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
55   useNHMTerms=.TRUE.,   useSingleCpuIO=.TRUE.,
56     readBinaryPrec=32,
57     writeBinaryPrec=32,
58   &   &
59    
60  # Elliptic solver parameters  # Elliptic solver parameters
# Line 74  Line 64 
64  #  #
65   &PARM02   &PARM02
66   cg2dMaxIters=500,   cg2dMaxIters=500,
67   cg2dTargetResidual=1.D-8   cg2dTargetResidual=1.E-12,
68   &   &
69    
70  # Time stepping parameters  # Time stepping parameters
# Line 94  Line 84 
84  #  #
85   &PARM03   &PARM03
86   tauCD=172800.,   tauCD=172800.,
87   startTime=0.0,   startTime=3600.0,
88   endTime=36000.,   endTime=36000.,
89   deltaTmom=3600.0,   deltaTmom=3600.0,
90   deltaTtracer=3600.0,   deltaTtracer=3600.0,
91   deltaTClock =3600.0,   deltaTClock =3600.0,
92   cAdjFreq=0.,   cAdjFreq=0.,
93   abEps=0.1,   abEps=0.1,
94     forcing_In_AB = .FALSE.,
95   pChkptFreq=36000.,   pChkptFreq=36000.,
96   chkptFreq= 0.,   chkptFreq= 0.,
97   dumpFreq = 0.,   dumpFreq = 0.,
98   tavefreq = 36000.,   taveFreq = 36000.,
  tauSaltClimRelax = 4142330.,  
  tauThetaClimRelax = 0.,  
99   monitorFreq=1.,   monitorFreq=1.,
100   forcing_In_AB = .FALSE.   pickupStrictlyMatch=.FALSE.,
101   &   &
102    
103  # Gridding parameters  # Gridding parameters
104  #  #
105  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
 #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates  
106  #   delX                    - Zonal grid spacing         (degrees)  #   delX                    - Zonal grid spacing         (degrees)
107  #   delY                    - Meridional grid spacing    (degrees)  #   delY                    - Meridional grid spacing    (degrees)
108  #   delZ                    - Vertical grid spacing      (m)  #   delZ                    - Vertical grid spacing      (m)
109  #   phiMin                  - Southern boundary latitude (degrees)  #   ygOrigin                - Southern boundary latitude (degrees)
110  #  #
111   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
112   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
113   delX=20*2.E0,   delX=20*2.E0,
114   delY=16*2.E0,   delY=16*2.E0,
115   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
116         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
117         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
118   phimin=46.,   ygOrigin=46.,
119   thetamin=280.,   xgOrigin=280.,
120   rSphere         = 6371.D3   rSphere = 6371.D3,
121   &   &
122    
123  # Input datasets  # Input datasets
# Line 144  Line 131 
131  #   saltClimFile    - File containing salt climatology used for relaxation  #   saltClimFile    - File containing salt climatology used for relaxation
132  #  #
133   &PARM05   &PARM05
134   bathyFile       = 'bathy.labsea',   bathyFile       = 'bathy.labsea1979',
135   hydrogThetaFile = 'LevCli_temp.labsea',   hydrogThetaFile = 'LevCli_temp.labsea1979',
136   hydrogSaltFile  = 'LevCli_salt.labsea',   hydrogSaltFile  = 'LevCli_salt.labsea1979',
137   &   &
   

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

  ViewVC Help
Powered by ViewVC 1.1.22