SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Public Member Functions | List of all members
modi_gather_and_write_mpi::gather_and_write_mpi Interface Reference

Public Member Functions

subroutine gather_and_write_mpi_n1d (KWORK, KWORK2, KMASK)
 
subroutine gather_and_write_mpi_n2d (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)
 

Detailed Description

Definition at line 13 of file gather_and_write_mpi.F90.

Member Function/Subroutine Documentation

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::gather_and_write_mpi_n1d ( integer, dimension(:), intent(in)  KWORK,
integer, dimension(:), intent(out)  KWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 15 of file gather_and_write_mpi.F90.

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::gather_and_write_mpi_n2d ( integer, dimension(:,:), intent(in)  KWORK,
integer, dimension(:,:), intent(out)  KWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 24 of file gather_and_write_mpi.F90.

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::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 33 of file gather_and_write_mpi.F90.

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::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 51 of file gather_and_write_mpi.F90.

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::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 42 of file gather_and_write_mpi.F90.

subroutine modi_gather_and_write_mpi::gather_and_write_mpi::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 60 of file gather_and_write_mpi.F90.


The documentation for this interface was generated from the following file: