/[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.23 by gforget, Thu Oct 7 21:24:13 2010 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.,   useSingleCpuIO=.TRUE.,
52   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
53   HeatCapacity_Cp = 3986.D0   HeatCapacity_Cp = 3986.D0,
54   gravity         = 9.8156,   gravity         = 9.8156,
55   gBaro           = 9.8156,   rhoNil          = 1027.D0,
56   rhoNil          = 1027.D0   useCDscheme=.TRUE.,
57   &   &
58    
59  # Elliptic solver parameters  # Elliptic solver parameters
# Line 72  Line 63 
63  #  #
64   &PARM02   &PARM02
65   cg2dMaxIters=500,   cg2dMaxIters=500,
66   cg2dTargetResidual=1.D-8   cg2dTargetResidual=1.E-12,
67   &   &
68    
69  # Time stepping parameters  # Time stepping parameters
# Line 92  Line 83 
83  #  #
84   &PARM03   &PARM03
85   tauCD=172800.,   tauCD=172800.,
86   startTime=0.0,   startTime=3600.0,
87   endTime=39600.,   endTime=36000.,
88   deltaTmom=3600.0,   deltaTmom=3600.0,
89   deltaTtracer=3600.0,   deltaTtracer=3600.0,
90   deltaTClock =3600.0,   deltaTClock =3600.0,
# Line 101  Line 92 
92   abEps=0.1,   abEps=0.1,
93   pChkptFreq=36000.,   pChkptFreq=36000.,
94   chkptFreq= 0.,   chkptFreq= 0.,
95   dumpFreq = 3600.,   dumpFreq = 0.,
96   tavefreq = 36000.,   tavefreq = 36000.,
  tauSaltClimRelax = 4142330.,  
  tauThetaClimRelax = 0.,  
97   monitorFreq=1.,   monitorFreq=1.,
98     forcing_In_AB = .FALSE.,
99   &   &
100    
101  # Gridding parameters  # Gridding parameters
102  #  #
103  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates  #   usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
 #   usingCartesianGrid      - On/Off flag for selecting cartesian coordinates  
104  #   delX                    - Zonal grid spacing         (degrees)  #   delX                    - Zonal grid spacing         (degrees)
105  #   delY                    - Meridional grid spacing    (degrees)  #   delY                    - Meridional grid spacing    (degrees)
106  #   delZ                    - Vertical grid spacing      (m)  #   delZ                    - Vertical grid spacing      (m)
107  #   phiMin                  - Southern boundary latitude (degrees)  #   ygOrigin                - Southern boundary latitude (degrees)
108  #  #
109   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
110   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
111   delX=20*2.E0,   delX=20*2.E0,
112   delY=16*2.E0,   delY=16*2.E0,
113   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
114         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
115         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
116   phimin=46.,   ygOrigin=46.,
117   thetamin=280.,   xgOrigin=280.,
118   rSphere         = 6371.D3   rSphere         = 6371.D3,
119   &   &
120    
121  # Input datasets  # Input datasets
# Line 141  Line 129 
129  #   saltClimFile    - File containing salt climatology used for relaxation  #   saltClimFile    - File containing salt climatology used for relaxation
130  #  #
131   &PARM05   &PARM05
132   bathyFile       = 'bathy.labsea',   bathyFile       = 'bathy.labsea1979',
133   hydrogThetaFile = 'LevCli_temp.labsea',   hydrogThetaFile = 'LevCli_temp.labsea1979',
134   hydrogSaltFile  = 'LevCli_salt.labsea',   hydrogSaltFile  = 'LevCli_salt.labsea1979',
  zonalWindFile   = ' ',  
  meridWindFile   = ' ',  
  EmPmRFile       = ' ',  
  surfQFile       = ' ',  
  surfQswFile     = ' ',  
  thetaClimFile   = ' ',  
  saltClimFile    = 'SSS.labsea'  
  &  
   
 # Open-boundaries  
  &PARM06  
135   &   &

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

  ViewVC Help
Powered by ViewVC 1.1.22