--- MITgcm/eesupp/src/exch_z_3d_rx.template 2006/11/17 22:35:03 1.2 +++ MITgcm/eesupp/src/exch_z_3d_rx.template 2007/08/17 18:34:17 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/src/exch_z_3d_rx.template,v 1.2 2006/11/17 22:35:03 heimbach Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/src/exch_z_3d_rx.template,v 1.3 2007/08/17 18:34:17 jmc Exp $ C $Name: $ #include "PACKAGES_CONFIG.h" @@ -25,8 +25,8 @@ C == Global variables == #include "SIZE.h" #include "EEPARAMS.h" -#include "EESUPPORT.h" -#include "EXCH.h" +c#include "EESUPPORT.h" +c#include "EXCH.h" C !INPUT/OUTPUT PARAMETERS: C == Routine arguments == @@ -41,10 +41,12 @@ INTEGER myThid C !LOCAL VARIABLES: +#ifndef ALLOW_EXCH2 C == Local variables == C OL[wens] :: Overlap extents in west, east, north, south. C exchWidth[XY] :: Extent of regions that will be exchanged. INTEGER OLw, OLe, OLn, OLs, exchWidthX, exchWidthY +#endif CEOP #ifdef ALLOW_EXCH2 @@ -52,7 +54,7 @@ U phi, I myNz, myThid ) RETURN -#else +#else /* ALLOW_EXCH2 */ OLw = OLx OLe = OLx @@ -79,5 +81,5 @@ ENDIF RETURN -#endif +#endif /* ALLOW_EXCH2 */ END