/[MITgcm]/MITgcm/model/inc/PARAMS.h
ViewVC logotype

Diff of /MITgcm/model/inc/PARAMS.h

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

revision 1.39 by adcroft, Tue Jun 29 18:33:21 1999 UTC revision 1.40 by adcroft, Wed Jul 28 16:32:03 1999 UTC
# Line 160  C     useConstantF  - Coriolis parameter Line 160  C     useConstantF  - Coriolis parameter
160  C     useBetaPlaneF - Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF - Coriolis parameter set to f0 + beta.y
161  C     useSphereF    - Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    - Coriolis parameter set to 2.omega.sin(phi)
162  C     implicitDiffusion - Turns implicit vertical diffusion on  C     implicitDiffusion - Turns implicit vertical diffusion on
163    C     implicitViscosity - Turns implicit vertical viscosity on
164  C     doThetaClimRelax - Set true if relaxation to temperature  C     doThetaClimRelax - Set true if relaxation to temperature
165  C                        climatology is required.  C                        climatology is required.
166  C     doSaltClimRelax  - Set true if relaxation to salinity  C     doSaltClimRelax  - Set true if relaxation to salinity
# Line 182  C     allowFreezing  - Allows water to f Line 183  C     allowFreezing  - Allows water to f
183       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
184       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms,
185       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
186       & implicitDiffusion, doThetaClimRelax, doSaltClimRelax,       & implicitDiffusion, implicitViscosity,
187         & doThetaClimRelax, doSaltClimRelax,
188       & periodicExternalForcing, usingPCoords, usingZCoords,       & periodicExternalForcing, usingPCoords, usingZCoords,
189       & openBoundaries, nonHydrostatic, globalFiles,       & openBoundaries, nonHydrostatic, globalFiles,
190       & allowFreezing       & allowFreezing
# Line 212  C     allowFreezing  - Allows water to f Line 214  C     allowFreezing  - Allows water to f
214        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
215        LOGICAL useSphereF        LOGICAL useSphereF
216        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
217          LOGICAL implicitViscosity
218        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
219        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
220        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

  ViewVC Help
Powered by ViewVC 1.1.22