UPP  001
 All Data Structures Files Functions Pages
EXCH.f File Reference

Subroutines that exchange one halo row. More...

Go to the source code of this file.

Functions/Subroutines

subroutine EXCH (A)
 
subroutine exch_f (a)
 

Detailed Description

Subroutines that exchange one halo row.

These routines are to exchange one halo row.

Parameters
[in]AArray to have halos exchanged.
[out]AArray with halos exchanged.

Program history log:

Date Programmer Comments
2000-01-06 Jim Tuccillo Initial
Note
The 1st line is an inlined compiler directive that turns off -qcheck during compilation, even if it's specified as a compiler option in the makefile (Tuccillo, personal communication; Ferrier, Feb '02).
Author
Jim Tuccillo IBM
Date
2000-01-06

Definition in file EXCH.f.

Function/Subroutine Documentation

subroutine exch_f ( real, dimension ( im,jsta_2l:jend_2u ), intent(inout)  a)
Note
The 1st line is an inlined compiler directive that turns off -qcheck during compilation, even if it's specified as a compiler option in the makefile (Tuccillo, personal communication; Ferrier, Feb '02).
Author
Jim Tuccillo IBM
Date
2000-01-06

Definition at line 65 of file EXCH.f.

Referenced by CALCAT(), CALDIV(), and CALGRADPS().