SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
read_and_send_mpi.F90 File Reference

Go to the source code of this file.

Data Types

module  modi_read_and_send_mpi
 
interface  modi_read_and_send_mpi::read_and_send_mpi
 

Functions/Subroutines

subroutine read_and_send_mpi_n1d (KWORK, KWORK2, KMASK)
 
subroutine read_and_send_mpi_n2d (KWORK, KWORK2, KMASK)
 
subroutine read_and_send_mpi_x1d (PWORK, PWORK2, KMASK)
 
subroutine read_and_send_mpi_x2d (PWORK, PWORK2, KMASK)
 
subroutine read_and_send_mpi_x3d (PWORK, PWORK2, KMASK)
 

Function/Subroutine Documentation

subroutine read_and_send_mpi_n1d ( integer, dimension(:), intent(in)  KWORK,
integer, dimension(:), intent(out)  KWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 65 of file read_and_send_mpi.F90.

Here is the call graph for this function:

subroutine read_and_send_mpi_n2d ( integer, dimension(:,:), intent(in)  KWORK,
integer, dimension(:,:), intent(out)  KWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 171 of file read_and_send_mpi.F90.

Here is the call graph for this function:

subroutine read_and_send_mpi_x1d ( real, dimension(:), intent(in)  PWORK,
real, dimension(:), intent(out)  PWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 288 of file read_and_send_mpi.F90.

Here is the call graph for this function:

subroutine read_and_send_mpi_x2d ( real, dimension(:,:), intent(in)  PWORK,
real, dimension(:,:), intent(out)  PWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 393 of file read_and_send_mpi.F90.

Here is the call graph for this function:

subroutine read_and_send_mpi_x3d ( real, dimension(:,:,:), intent(in)  PWORK,
real, dimension(:,:,:), intent(out)  PWORK2,
integer, dimension(:), intent(in), optional  KMASK 
)

Definition at line 508 of file read_and_send_mpi.F90.

Here is the call graph for this function: