/[MITgcm]/MITgcm/eesupp/src/exch_uv_xy_rx.template
ViewVC logotype

Diff of /MITgcm/eesupp/src/exch_uv_xy_rx.template

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

revision 1.4 by edhill, Sat Apr 3 04:46:34 2004 UTC revision 1.5 by jmc, Tue Nov 16 17:21:40 2004 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "PACKAGES_CONFIG.h"
5  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
6    
7  CBOP  CBOP
# Line 8  C     !ROUTINE: EXCH_UV_XY_RX Line 9  C     !ROUTINE: EXCH_UV_XY_RX
9    
10  C     !INTERFACE:  C     !INTERFACE:
11        SUBROUTINE EXCH_UV_XY_RX(        SUBROUTINE EXCH_UV_XY_RX(
12       U                       Uphi, Vphi, withSigns,       U                       Uphi, Vphi,
13       I                       myThid )       I                       withSigns, myThid )
14        IMPLICIT NONE        IMPLICIT NONE
15  C     !DESCRIPTION:  C     !DESCRIPTION:
16  C     *==========================================================*  C     *==========================================================*
# Line 50  C     exchWidth[XY]  :: Extent of region Line 51  C     exchWidth[XY]  :: Extent of region
51        INTEGER OLw, OLe, OLn, OLs, exchWidthX, exchWidthY, myNz        INTEGER OLw, OLe, OLn, OLs, exchWidthX, exchWidthY, myNz
52  CEOP  CEOP
53    
54    #ifdef ALLOW_EXCH2
55          CALL EXCH2_UV_XY_RX(
56         U                       Uphi, Vphi,
57         I                       withSigns, myThid )
58          RETURN
59    #endif
60    
61        OLw        = OLx        OLw        = OLx
62        OLe        = OLx        OLe        = OLx
63        OLn        = OLy        OLn        = OLy
# Line 84  c_jmc: for JAM compatibility, replace th Line 92  c_jmc: for JAM compatibility, replace th
92    
93        RETURN        RETURN
94        END        END
95    
96    C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
97    
98    CEH3 ;;; Local Variables: ***
99    CEH3 ;;; mode:fortran ***
100    CEH3 ;;; End: ***

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22