c_info_create_by_key Interface

interface


Called by

interface~~c_info_create_by_key~~CalledByGraph interface~c_info_create_by_key c_info_create_by_key proc~esmf_infocreatebykey ESMF_InfoCreateByKey proc~esmf_infocreatebykey->interface~c_info_create_by_key interface~esmf_infocreate ESMF_InfoCreate interface~esmf_infocreate->proc~esmf_infocreatebykey proc~esmf_attributeaddattpackstdinfo ESMF_AttributeAddAttPackStdInfo proc~esmf_attributeaddattpackstdinfo->interface~esmf_infocreate proc~esmf_attributewritearray ESMF_AttributeWriteArray proc~esmf_attributewritearray->interface~esmf_infocreate proc~esmf_attributewritearraybundle ESMF_AttributeWriteArrayBundle proc~esmf_attributewritearraybundle->interface~esmf_infocreate proc~esmf_attributewritecplcomp ESMF_AttributeWriteCplComp proc~esmf_attributewritecplcomp->interface~esmf_infocreate proc~esmf_attributewritedistgrid ESMF_AttributeWriteDistGrid proc~esmf_attributewritedistgrid->interface~esmf_infocreate proc~esmf_attributewritefield ESMF_AttributeWriteField proc~esmf_attributewritefield->interface~esmf_infocreate proc~esmf_attributewritefieldbundle ESMF_AttributeWriteFieldBundle proc~esmf_attributewritefieldbundle->interface~esmf_infocreate proc~esmf_attributewritegrid ESMF_AttributeWriteGrid proc~esmf_attributewritegrid->interface~esmf_infocreate proc~esmf_attributewritegridcomp ESMF_AttributeWriteGridComp proc~esmf_attributewritegridcomp->interface~esmf_infocreate proc~esmf_attributewritelocstream ESMF_AttributeWriteLocStream proc~esmf_attributewritelocstream->interface~esmf_infocreate proc~esmf_attributewritemesh ESMF_AttributeWriteMesh proc~esmf_attributewritemesh->interface~esmf_infocreate proc~esmf_attributewritescicomp ESMF_AttributeWriteSciComp proc~esmf_attributewritescicomp->interface~esmf_infocreate proc~esmf_attributewritestate ESMF_AttributeWriteState proc~esmf_attributewritestate->interface~esmf_infocreate proc~esmf_infodescribeinitialize ESMF_InfoDescribe%ESMF_InfoDescribeInitialize proc~esmf_infodescribeinitialize->interface~esmf_infocreate proc~esmf_infoinquire ESMF_InfoInquire proc~esmf_infoinquire->interface~esmf_infocreate proc~esmf_inforeadjson ESMF_InfoReadJSON proc~esmf_inforeadjson->interface~esmf_infocreate proc~esmf_infosethconfig ESMF_InfoSetHConfig proc~esmf_infosethconfig->interface~esmf_infocreate program~esmf_infoarrayutest ESMF_InfoArrayUTest program~esmf_infoarrayutest->interface~esmf_infocreate program~esmf_infosyncutest ESMF_InfoSyncUTest program~esmf_infosyncutest->interface~esmf_infocreate program~esmf_infotutorial ESMF_InfoTutorial program~esmf_infotutorial->interface~esmf_infocreate program~esmf_infoutest ESMF_InfoUTest program~esmf_infoutest->interface~esmf_infocreate

public function c_info_create_by_key(srcInfo, key, rc) bind(C, name="ESMC_InfoCreateByKey")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in), value :: srcInfo
character(len=C_CHAR), intent(in) :: key(*)
integer(kind=C_INT), intent(out) :: rc

Return Value type(C_PTR)