c_info_set_array_R4 Interface

interface


Called by

interface~~c_info_set_array_r4~~CalledByGraph interface~c_info_set_array_r4 c_info_set_array_R4 proc~esmf_infosetarrayr4 ESMF_InfoSetArrayR4 proc~esmf_infosetarrayr4->interface~c_info_set_array_r4 interface~esmf_infoset ESMF_InfoSet interface~esmf_infoset->proc~esmf_infosetarrayr4

public subroutine c_info_set_array_R4(info, key, value, itemcount, force, rc, pkey) bind(C, name="ESMC_InfoSetArrayR4")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), value :: info
character(kind=C_CHAR, len=1), intent(in) :: key(*)
real(kind=C_FLOAT), intent(in), dimension(*) :: value
integer(kind=C_INT), intent(in) :: itemcount
logical(kind=C_BOOL), intent(in) :: force
integer(kind=C_INT), intent(inout) :: rc
character(kind=C_CHAR, len=1), intent(in) :: pkey(*)