/[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.7 by dimitri, Fri May 23 21:58:05 2003 UTC revision 1.27 by jmc, Sat Jan 21 18:57:01 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  #- set wrong celsius2K to reproduce old results:
51     celsius2K=273.16,
52     HeatCapacity_Cp = 3986.D0,
53   gravity         = 9.8156,   gravity         = 9.8156,
54   gBaro           = 9.8156,   rhoConst        = 1027.D0,
55   rhoNil          = 1027.D0   rhoConstFresh   = 999.8,
56   useCDscheme=.TRUE.   useCDscheme=.TRUE.,
57     useSingleCpuIO=.TRUE.,
58     readBinaryPrec=32,
59     writeBinaryPrec=32,
60   &   &
61    
62  # Elliptic solver parameters  # Elliptic solver parameters
# Line 73  Line 66 
66  #  #
67   &PARM02   &PARM02
68   cg2dMaxIters=500,   cg2dMaxIters=500,
69   cg2dTargetResidual=1.D-8   cg2dTargetResidual=1.E-12,
70   &   &
71    
72  # Time stepping parameters  # Time stepping parameters
# Line 93  Line 86 
86  #  #
87   &PARM03   &PARM03
88   tauCD=172800.,   tauCD=172800.,
89   startTime=0.0,   startTime=3600.0,
90   endTime=39600.,   endTime=36000.,
91   deltaTmom=3600.0,   deltaTmom=3600.0,
92   deltaTtracer=3600.0,   deltaTtracer=3600.0,
93   deltaTClock =3600.0,   deltaTClock =3600.0,
94   cAdjFreq=0.,   cAdjFreq=0.,
95   abEps=0.1,   abEps=0.1,
96     forcing_In_AB = .FALSE.,
97   pChkptFreq=36000.,   pChkptFreq=36000.,
98   chkptFreq= 0.,   chkptFreq= 0.,
99   dumpFreq = 0.,   dumpFreq = 0.,
100   tavefreq = 36000.,   taveFreq = 36000.,
  tauSaltClimRelax = 4142330.,  
  tauThetaClimRelax = 0.,  
101   monitorFreq=1.,   monitorFreq=1.,
102     pickupStrictlyMatch=.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 142  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',
  &  
   
 # Open-boundaries  
  &PARM06  
139   &   &

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.22