/[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.18 by jmc, Tue Mar 7 15:40:45 2006 UTC revision 1.19 by jmc, Tue Dec 19 00:24:06 2006 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,
  rotationPeriod=86400.,  
  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',
# Line 62  Line 52 
52  #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO  #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
53   useSingleCpuIO=.TRUE.,   useSingleCpuIO=.TRUE.,
54   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
55   HeatCapacity_Cp = 3986.D0   HeatCapacity_Cp = 3986.D0,
56   gravity         = 9.8156,   gravity         = 9.8156,
57   gBaro           = 9.8156,   rhoNil          = 1027.D0,
  rhoNil          = 1027.D0  
58   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
  useNHMTerms=.TRUE.,  
59   &   &
60    
61  # Elliptic solver parameters  # Elliptic solver parameters
# Line 77  Line 65 
65  #  #
66   &PARM02   &PARM02
67   cg2dMaxIters=500,   cg2dMaxIters=500,
68   cg2dTargetResidual=1.D-8   cg2dTargetResidual=1.E-12,
69   &   &
70    
71  # Time stepping parameters  # Time stepping parameters
# Line 111  Line 99 
99   tauSaltClimRelax = 4142330.,   tauSaltClimRelax = 4142330.,
100   tauThetaClimRelax = 0.,   tauThetaClimRelax = 0.,
101   monitorFreq=1.,   monitorFreq=1.,
102  #forcing_In_AB = .FALSE.   forcing_In_AB = .FALSE.,
  tracForcingOutAB=1,  
103   &   &
104    
105  # Gridding parameters  # Gridding parameters
106  #  #
107  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
 #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates  
108  #   delX                    - Zonal grid spacing         (degrees)  #   delX                    - Zonal grid spacing         (degrees)
109  #   delY                    - Meridional grid spacing    (degrees)  #   delY                    - Meridional grid spacing    (degrees)
110  #   delZ                    - Vertical grid spacing      (m)  #   delZ                    - Vertical grid spacing      (m)
111  #   phiMin                  - Southern boundary latitude (degrees)  #   phiMin                  - Southern boundary latitude (degrees)
112  #  #
113   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
114   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
115   delX=20*2.E0,   delX=20*2.E0,
116   delY=16*2.E0,   delY=16*2.E0,
117   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
118         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
119         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
120   phimin=46.,   phimin=46.,
121   thetamin=280.,   thetamin=280.,
122   rSphere         = 6371.D3   rSphere         = 6371.D3,
123   &   &
124    
125  # Input datasets  # Input datasets

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22