SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Functions/Subroutines
/home/dasprezs/EXPORT_v7_3/src/SURFEX/gather_and_write_mpi.F90 File Reference

Go to the source code of this file.

Data Types

module  MODI_GATHER_AND_WRITE_MPI
interface  MODI_GATHER_AND_WRITE_MPI::GATHER_AND_WRITE_MPI

Functions/Subroutines

subroutine GATHER_AND_WRITE_MPI_N1D (KWORK, KWORK2, KMASK)
subroutine GATHER_AND_WRITE_MPI_X1D (PWORK, PWORK2, KMASK)
subroutine GATHER_AND_WRITE_MPI_X2D (PWORK, PWORK2, KMASK)
subroutine GATHER_AND_WRITE_MPI_X1DK4 (PWORK, PWORK2, KMASK)
subroutine GATHER_AND_WRITE_MPI_X2DK4 (PWORK, PWORK2, KMASK)

Function/Subroutine Documentation

subroutine GATHER_AND_WRITE_MPI_N1D ( INTEGER, dimension(:), intent(in)  KWORK,
INTEGER, dimension(:), intent(out)  KWORK2,
INTEGER, dimension(:), intent(in), optional  KMASK 
)

Definition at line 54 of file gather_and_write_mpi.F90.

subroutine GATHER_AND_WRITE_MPI_X1D ( REAL, dimension(:), intent(in)  PWORK,
REAL(KIND=8), dimension(:), intent(out)  PWORK2,
INTEGER, dimension(:), intent(in), optional  KMASK 
)

Definition at line 184 of file gather_and_write_mpi.F90.

subroutine GATHER_AND_WRITE_MPI_X1DK4 ( REAL, dimension(:), intent(in)  PWORK,
REAL(KIND=4), dimension(:), intent(out)  PWORK2,
INTEGER, dimension(:), intent(in), optional  KMASK 
)

Definition at line 256 of file gather_and_write_mpi.F90.

subroutine GATHER_AND_WRITE_MPI_X2D ( REAL, dimension(:,:), intent(in)  PWORK,
REAL(KIND=8), dimension(:,:), intent(out)  PWORK2,
INTEGER, dimension(:), intent(in), optional  KMASK 
)

Definition at line 220 of file gather_and_write_mpi.F90.

subroutine GATHER_AND_WRITE_MPI_X2DK4 ( REAL, dimension(:,:), intent(in)  PWORK,
REAL(KIND=4), dimension(:,:), intent(out)  PWORK2,
INTEGER, dimension(:), intent(in), optional  KMASK 
)

Definition at line 292 of file gather_and_write_mpi.F90.