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

Diff of /MITgcm/verification/natl_box/input/data

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

revision 1.11 by jmc, Wed Oct 25 16:03:55 2006 UTC revision 1.13 by jmc, Sun Oct 26 23:30:41 2008 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)  
15  #   tAlpha          - Linear EOS thermal expansion coefficient           (1/oC)  #   tAlpha          - Linear EOS thermal expansion coefficient           (1/oC)
16  #   sBeta           - Linear EOS haline contraction coefficient         (1/ppt)  #   sBeta           - Linear EOS haline contraction coefficient         (1/ppt)
17  #   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)  
18  #   rigidLid        - Set to true to use rigid lid  #   rigidLid        - Set to true to use rigid lid
19  #   implicitFreeSurface - Set to true to use implicit free surface  #   implicitFreeSurface - Set to true to use implicit free surface
20  #   eosType         - Flag for linear or polynomial equation of state  #   eosType         - Flag for linear or polynomial equation of state
# Line 35  Line 31 
31   diffKhT            = 1.0E3,   diffKhT            = 1.0E3,
32   diffKhS            = 1.0E3,   diffKhS            = 1.0E3,
33   rotationPeriod     = 86400.,   rotationPeriod     = 86400.,
  f0                 = 1.e-4,  
  beta               = 1.E-11,  
34   tAlpha             = 2.E-4,   tAlpha             = 2.E-4,
35   sBeta              = 7.4E-4,   sBeta              = 7.4E-4,
36   gravity            = 9.81,   gravity            = 9.81,
  gBaro              = 9.81,  
37   rigidLid           = .FALSE.,   rigidLid           = .FALSE.,
38   implicitFreeSurface= .TRUE.,   implicitFreeSurface= .TRUE.,
39   implicitDiffusion  = .TRUE.,   implicitDiffusion  = .TRUE.,
# Line 84  Line 77 
77  #   tauSaltClimRelax  - Relaxation to climatology time scale     (s)  #   tauSaltClimRelax  - Relaxation to climatology time scale     (s)
78  #  #
79   &PARM03   &PARM03
80   startTime  = 0.0,   baseTime   = 21600.,
81   endTime    = 72000.0,   startTime  = 21600.,
82     endTime    = 93600.,
83   deltaTmom  = 3600.0,   deltaTmom  = 3600.0,
84   TauCD      = 172800.   TauCD      = 172800.,
85   cAdjFreq   = 0.,   cAdjFreq   = 0.,
86   abEps      = 0.1,   abEps      = 0.1,
87   pChkptFreq = 0.0,   pChkptFreq = 0.0,
88   chkptFreq  = 0.0,   chkptFreq  = 0.0,
89   dumpFreq   = 39600.0,   dumpFreq   = 86400.,
90   tauSaltClimRelax = 2592000.0,   tauSaltClimRelax = 2592000.0,
91   tauThetaClimRelax = 2592000.0,   tauThetaClimRelax = 2592000.0,
92   periodicExternalForcing = .TRUE.,   periodicExternalForcing = .TRUE.,
# Line 104  Line 98 
98  # Gridding parameters  # Gridding parameters
99  #  #
100  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
 #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates  
101  #   delX                    - Zonal grid spacing         (degrees)  #   delX                    - Zonal grid spacing         (degrees)
102  #   delY                    - Meridional grid spacing    (degrees)  #   delY                    - Meridional grid spacing    (degrees)
103  #   delZ                    - Vertical grid spacing      (m)  #   delZ                    - Vertical grid spacing      (m)
104  #   phiMin                  - Southern boundary latitude (degrees)  #   phiMin                  - Southern boundary latitude (degrees)
105  #  #
106   &PARM04   &PARM04
  usingCartesianGrid      = .FALSE.,  
107   usingSphericalPolarGrid = .TRUE.,   usingSphericalPolarGrid = .TRUE.,
108   delX   = 20*2.,   delX   = 20*2.,
109   delY   = 16*2.,   delY   = 16*2.,
110   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
111         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
112         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
113   phiMin = 10.,   phiMin = 10.,
114   thetaMin= -42.   thetaMin= -42.,
115   &   &
116    
117  # Input datasets  # Input datasets

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22