/[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.1.2.6 by dimitri, Fri May 23 08:07:10 2003 UTC revision 1.21 by jmc, Tue Jan 27 15:38:47 2009 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',
44   readBinaryPrec=32,   readBinaryPrec=32,
45   writeBinaryPrec=32,   writeBinaryPrec=32,
46   saltStepping=.TRUE.,   saltStepping=.TRUE.,
# Line 57  Line 48 
48   momStepping=.TRUE.,   momStepping=.TRUE.,
49   implicitDiffusion=.TRUE.,   implicitDiffusion=.TRUE.,
50   implicitViscosity=.TRUE.,   implicitViscosity=.TRUE.,
51   globalFiles=.TRUE.,  #globalFiles=.TRUE.,
52    #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
53     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,
58   rhoNil          = 1027.D0   useCDscheme=.TRUE.,
59   &   &
60    
61  # Elliptic solver parameters  # Elliptic solver parameters
# Line 72  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 93  Line 86 
86   &PARM03   &PARM03
87   tauCD=172800.,   tauCD=172800.,
88   startTime=0.0,   startTime=0.0,
89   endTime=39600.,   endTime=36000.,
90   deltaTmom=3600.0,   deltaTmom=3600.0,
91   deltaTtracer=3600.0,   deltaTtracer=3600.0,
92   deltaTClock =3600.0,   deltaTClock =3600.0,
# Line 101  Line 94 
94   abEps=0.1,   abEps=0.1,
95   pChkptFreq=36000.,   pChkptFreq=36000.,
96   chkptFreq= 0.,   chkptFreq= 0.,
97   dumpFreq = 3600.,   dumpFreq = 0.,
98   tavefreq = 36000.,   tavefreq = 36000.,
99   tauSaltClimRelax = 4142330.,   tauSaltClimRelax = 4142330.,
100   tauThetaClimRelax = 0.,   tauThetaClimRelax = 0.,
101   monitorFreq=1.,   monitorFreq=1.,
102     forcing_In_AB = .FALSE.,
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)  #   ygOrigin                - 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.,   ygOrigin=46.,
121   thetamin=280.,   xgOrigin=280.,
122   rSphere         = 6371.D3   rSphere         = 6371.D3,
123   &   &
124    
125  # Input datasets  # Input datasets
# Line 141  Line 133 
133  #   saltClimFile    - File containing salt climatology used for relaxation  #   saltClimFile    - File containing salt climatology used for relaxation
134  #  #
135   &PARM05   &PARM05
136   bathyFile       = 'bathy.labsea',   bathyFile       = 'bathy.labsea1979',
137   hydrogThetaFile = 'LevCli_temp.labsea',   hydrogThetaFile = 'LevCli_temp.labsea1979',
138   hydrogSaltFile  = 'LevCli_salt.labsea',   hydrogSaltFile  = 'LevCli_salt.labsea1979',
  zonalWindFile   = ' ',  
  meridWindFile   = ' ',  
  EmPmRFile       = ' ',  
  surfQFile       = ' ',  
  surfQswFile     = ' ',  
  thetaClimFile   = ' ',  
  saltClimFile    = 'SSS.labsea'  
  &  
   
 # Open-boundaries  
  &PARM06  
139   &   &

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22