SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
mpl_send_mod Module Reference

Data Types

interface  mpl_send
 

Functions/Subroutines

subroutine mpl_send_real4 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real8 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_int (KBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_int2 (KBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_int8 (KBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_int_scalar (KINT, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real42 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real43 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real82 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_char_scalar (CDCHAR, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_char (CDCHAR, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real4_scalar (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real8_scalar (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 
subroutine mpl_send_real83 (PBUF, KDEST, KTAG, KCOMM, KMP_TYPE, KERROR, KREQUEST, CDSTRING)
 

Function/Subroutine Documentation

◆ mpl_send_char()

subroutine mpl_send_mod::mpl_send_char ( character*(*), dimension(:)  CDCHAR,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 1039 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_char_scalar()

subroutine mpl_send_mod::mpl_send_char_scalar ( character*(*)  CDCHAR,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 967 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_int()

subroutine mpl_send_mod::mpl_send_int ( integer(kind=jpim), dimension(:)  KBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 299 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_int2()

subroutine mpl_send_mod::mpl_send_int2 ( integer(kind=jpim), dimension(:,:)  KBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 400 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_int8()

subroutine mpl_send_mod::mpl_send_int8 ( integer(kind=jpib), dimension(:)  KBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 502 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_int_scalar()

subroutine mpl_send_mod::mpl_send_int_scalar ( integer(kind=jpim)  KINT,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 603 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real4()

subroutine mpl_send_mod::mpl_send_real4 ( real(kind=jprm), dimension(:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)
private

Definition at line 90 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real42()

subroutine mpl_send_mod::mpl_send_real42 ( real(kind=jprm), dimension(:,:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 675 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real43()

subroutine mpl_send_mod::mpl_send_real43 ( real(kind=jprm), dimension(:,:,:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 779 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real4_scalar()

subroutine mpl_send_mod::mpl_send_real4_scalar ( real(kind=jprm)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 1111 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real8()

subroutine mpl_send_mod::mpl_send_real8 ( real(kind=jprd), dimension(:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 195 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real82()

subroutine mpl_send_mod::mpl_send_real82 ( real(kind=jprd), dimension(:,:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 861 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real83()

subroutine mpl_send_mod::mpl_send_real83 ( real(kind=jprd), dimension(:,:,:)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 1255 of file mpl_send_mod.F90.

Here is the call graph for this function:

◆ mpl_send_real8_scalar()

subroutine mpl_send_mod::mpl_send_real8_scalar ( real(kind=jprd)  PBUF,
integer(kind=jpim), intent(in)  KDEST,
integer(kind=jpim), intent(in)  KTAG,
integer(kind=jpim), intent(in), optional  KCOMM,
integer(kind=jpim), intent(in), optional  KMP_TYPE,
integer(kind=jpim), intent(out), optional  KERROR,
integer(kind=jpim), intent(out), optional  KREQUEST,
character*(*), intent(in), optional  CDSTRING 
)

Definition at line 1183 of file mpl_send_mod.F90.

Here is the call graph for this function: