/[MITgcm]/MITgcm/pkg/exf/exf_filter_rs.F
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_filter_rs.F

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

revision 1.6 by edhill, Thu Oct 9 04:19:19 2003 UTC revision 1.7 by heimbach, Thu May 25 18:32:55 2006 UTC
# Line 76  c         Set land points to zero Line 76  c         Set land points to zero
76    
77              do j = 1,sny              do j = 1,sny
78                do i = 1,snx                do i = 1,snx
79                  if ( _hFacC(i,j,1,bi,bj) .eq. 0. ) then                  if ( maskC(i,j,1,bi,bj) .eq. 0. ) then
80                    arr(i,j,bi,bj) = 0. _d 0                    arr(i,j,bi,bj) = 0. _d 0
81                  endif                  endif
82                enddo                enddo
# Line 86  c         Set land points to zero Line 86  c         Set land points to zero
86    
87              do j = 1,sny              do j = 1,sny
88                do i = 1,snx                do i = 1,snx
89                  if ( maskw(i,j,1,bi,bj) .eq. 0. ) then                  if ( maskW(i,j,1,bi,bj) .eq. 0. ) then
90                    arr(i,j,bi,bj) = 0. _d 0                    arr(i,j,bi,bj) = 0. _d 0
91                  endif                  endif
92                enddo                enddo
# Line 96  c         Set land points to zero Line 96  c         Set land points to zero
96    
97              do j = 1,sny              do j = 1,sny
98                do i = 1,snx                do i = 1,snx
99                  if ( masks(i,j,1,bi,bj) .eq. 0. ) then                  if ( maskS(i,j,1,bi,bj) .eq. 0. ) then
100                    arr(i,j,bi,bj) = 0. _d 0                    arr(i,j,bi,bj) = 0. _d 0
101                  endif                  endif
102                enddo                enddo

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

  ViewVC Help
Powered by ViewVC 1.1.22