/[MITgcm]/MITgcm/model/src/solve_for_pressure.F
ViewVC logotype

Diff of /MITgcm/model/src/solve_for_pressure.F

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

revision 1.38 by heimbach, Tue Jul 8 15:00:26 2003 UTC revision 1.39 by edhill, Thu Oct 9 04:19:18 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "PACKAGES_CONFIG.h"
5  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
6    
7  CBOP  CBOP
# Line 125  C--   Add source term arising from w=d/d Line 126  C--   Add source term arising from w=d/d
126          ELSEIF ( exactConserv ) THEN          ELSEIF ( exactConserv ) THEN
127  #else  #else
128          IF ( exactConserv ) THEN          IF ( exactConserv ) THEN
129  #endif  #endif /* ALLOW_NONHYDROSTATIC */
130           DO j=1,sNy           DO j=1,sNy
131            DO i=1,sNx            DO i=1,sNx
132             cg2d_b(i,j,bi,bj) = cg2d_b(i,j,bi,bj)             cg2d_b(i,j,bi,bj) = cg2d_b(i,j,bi,bj)

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

  ViewVC Help
Powered by ViewVC 1.1.22