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

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

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

revision 1.19 by heimbach, Fri Nov 29 13:38:37 2002 UTC revision 1.20 by jmc, Tue Feb 18 15:12:17 2003 UTC
# Line 93  cph Line 93  cph
93  cph  cph
94  cph)  cph)
95    
96  C     diagnostic variable: holds phiHyd at the rigid surface  C     diagnostic variables:
97  C     (bottom in z-coordinates, top in p-coordinates)  C     phiHydLow  :: Phi-Hydrostatic at r-lower boundary
98        COMMON /DYNVARS_R_DIAG/ phiHydLow      C                  (bottom in z-coordinates, top in p-coordinates)
99    C     totPhiHyd :: total hydrostatic Potential (anomaly, for now),
100    C                  at cell center level ; includes surface contribution.
101    C                 (for diagnostic + used in Z-coord with EOS_funct_P)
102          COMMON /DYNVARS_DIAG/ phiHydLow, totPhiHyd
103        _RL  phiHydLow(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL  phiHydLow(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
104          _RL  totPhiHyd(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22