/[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.69 by adcroft, Mon Mar 4 17:26:40 2002 UTC revision 1.70 by jmc, Thu Mar 7 14:05:05 2002 UTC
# Line 199  C     usingPCoords     :: Set to indicat Line 199  C     usingPCoords     :: Set to indicat
199  C                        coords.  C                        coords.
200  C     usingZCoords     :: Set to indicate that we are working in height  C     usingZCoords     :: Set to indicate that we are working in height
201  C                        coords.  C                        coords.
202    C     setCenterDr    :: set cell Center depth and put Interface at the middle
203  C     nonHydrostatic :: Using non-hydrostatic terms  C     nonHydrostatic :: Using non-hydrostatic terms
204  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
205  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
# Line 219  C     useJamartWetPoints :: Use wet-poin Line 220  C     useJamartWetPoints :: Use wet-poin
220       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
221       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
222       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
223       & periodicExternalForcing, usingPCoords, usingZCoords,       & periodicExternalForcing,
224         & usingPCoords, usingZCoords, setCenterDr,
225       & nonHydrostatic, globalFiles,       & nonHydrostatic, globalFiles,
226       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
227       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
# Line 266  C     useJamartWetPoints :: Use wet-poin Line 268  C     useJamartWetPoints :: Use wet-poin
268        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing
269        LOGICAL usingPCoords        LOGICAL usingPCoords
270        LOGICAL usingZCoords        LOGICAL usingZCoords
271          LOGICAL setCenterDr
272        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
273        LOGICAL globalFiles        LOGICAL globalFiles
274        LOGICAL allowFreezing        LOGICAL allowFreezing
# Line 302  C           defaults to 0.51 but can be Line 305  C           defaults to 0.51 but can be
305  C     delP      :: Vertical grid spacing ( Pa ).  C     delP      :: Vertical grid spacing ( Pa ).
306  C     delZ      :: Vertical grid spacing ( m  ).  C     delZ      :: Vertical grid spacing ( m  ).
307  C     delR      :: Vertical grid spacing ( units of r ).  C     delR      :: Vertical grid spacing ( units of r ).
308    C     delRc     :: Vertical grid spacing between cell centers (r unit).
309  C     delX      :: Separation between cell faces (m) or (deg), depending  C     delX      :: Separation between cell faces (m) or (deg), depending
310  C     delY        on input flags.  C     delY        on input flags.
311  C     gravity   :: Accel. due to gravity ( m/s^2 )  C     gravity   :: Accel. due to gravity ( m/s^2 )
# Line 418  C     bottomDragLinear   :: Drag coeffic Line 422  C     bottomDragLinear   :: Drag coeffic
422  C      --"-"--  Quadratic  ( linear: 1/s, quadratic: 1/m )  C      --"-"--  Quadratic  ( linear: 1/s, quadratic: 1/m )
423        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
424       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
425       & delP, delZ, delR, delX, delY,       & delP, delZ, delR, delRc, delX, delY,
426       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,
427       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
428       & fCori, fCoriG,       & fCori, fCoriG,
# Line 450  C      --"-"--  Quadratic  ( linear: 1/s Line 454  C      --"-"--  Quadratic  ( linear: 1/s
454        _RL delZ(Nr)        _RL delZ(Nr)
455        _RL delP(Nr)        _RL delP(Nr)
456        _RL delR(Nr)        _RL delR(Nr)
457          _RL delRc(Nr+1)
458        _RL delX(Nx)        _RL delX(Nx)
459        _RL delY(Ny)        _RL delY(Ny)
460        _RL deltaT        _RL deltaT

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

  ViewVC Help
Powered by ViewVC 1.1.22