CPL_send Interface

public interface CPL_send

Module Procedures

private subroutine CPL_send_3d(temp, icmin_send, icmax_send, jcmin_send, jcmax_send, kcmin_send, kcmax_send, send_flag)

Arguments

Type IntentOptional AttributesName
real(kind=kind(0.d0)), intent(in), dimension(:,:,:):: temp
integer, intent(in), optional :: icmin_send
integer, intent(in), optional :: icmax_send
integer, intent(in), optional :: jcmin_send
integer, intent(in), optional :: jcmax_send
integer, intent(in), optional :: kcmin_send
integer, intent(in), optional :: kcmax_send
logical, intent(out), optional :: send_flag

Description

CPL_send_data wrapper for 3d arrays see CPL_send_xd for input description @see coupler#subroutine_CPL_send_xd

private subroutine CPL_send_4d(asend, icmin_send, icmax_send, jcmin_send, jcmax_send, kcmin_send, kcmax_send, send_flag)

Arguments

Type IntentOptional AttributesName
real(kind=kind(0.d0)), intent(in), dimension(:,:,:,:):: asend
integer, intent(in), optional :: icmin_send
integer, intent(in), optional :: icmax_send
integer, intent(in), optional :: jcmin_send
integer, intent(in), optional :: jcmax_send
integer, intent(in), optional :: kcmin_send
integer, intent(in), optional :: kcmax_send
logical, intent(out), optional :: send_flag

Description

CPL_send_data wrapper for 4d arrays see CPL_send_xd for input description @see coupler#subroutine_CPL_send_xd


© 2015 Fortran Program was written by Edward Smith David Trevelyan.
Documentation generated by FORD.