SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
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_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)
 

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 73 of file gather_and_write_mpi.F90.

Here is the call graph for this function:

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

Definition at line 217 of file gather_and_write_mpi.F90.

Here is the call graph for this function:

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 374 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 446 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 410 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 482 of file gather_and_write_mpi.F90.