JSON_GetID Interface

private interface JSON_GetID

Calls

interface~~json_getid~2~~CallsGraph interface~json_getid~2 JSON_GetID proc~json_fieldgetid~2 JSON_FieldGetID interface~json_getid~2->proc~json_fieldgetid~2 proc~json_gridcompgetid~2 JSON_GridCompGetID interface~json_getid~2->proc~json_gridcompgetid~2 proc~json_stategetid~2 JSON_StateGetID interface~json_getid~2->proc~json_stategetid~2 c_esmci_vmidget c_esmci_vmidget proc~json_fieldgetid~2->c_esmci_vmidget proc~esmf_basegetid ESMF_BaseGetId proc~json_fieldgetid~2->proc~esmf_basegetid proc~esmf_basegetvmid ESMF_BaseGetVMId proc~json_fieldgetid~2->proc~esmf_basegetvmid proc~esmf_logfounderror ESMF_LogFoundError proc~json_fieldgetid~2->proc~esmf_logfounderror proc~json_gridcompgetid~2->c_esmci_vmidget proc~json_gridcompgetid~2->proc~esmf_basegetid proc~json_gridcompgetid~2->proc~esmf_basegetvmid proc~json_gridcompgetid~2->proc~esmf_logfounderror proc~json_stategetid~2->c_esmci_vmidget proc~json_stategetid~2->proc~esmf_basegetid proc~json_stategetid~2->proc~esmf_basegetvmid proc~json_stategetid~2->proc~esmf_logfounderror interface~c_esmc_getid c_ESMC_GetId proc~esmf_basegetid->interface~c_esmc_getid interface~c_esmc_getvmid c_ESMC_GetVMId proc~esmf_basegetvmid->interface~c_esmc_getvmid esmf_breakpoint esmf_breakpoint proc~esmf_logfounderror->esmf_breakpoint proc~esmf_logrc2msg ESMF_LogRc2Msg proc~esmf_logfounderror->proc~esmf_logrc2msg proc~esmf_logwrite ESMF_LogWrite proc~esmf_logfounderror->proc~esmf_logwrite c_esmc_loggeterrormsg c_esmc_loggeterrormsg proc~esmf_logrc2msg->c_esmc_loggeterrormsg c_esmc_vmwtime c_esmc_vmwtime proc~esmf_logwrite->c_esmc_vmwtime proc~esmf_logclose ESMF_LogClose proc~esmf_logwrite->proc~esmf_logclose proc~esmf_logflush ESMF_LogFlush proc~esmf_logwrite->proc~esmf_logflush proc~esmf_logopenfile ESMF_LogOpenFile proc~esmf_logwrite->proc~esmf_logopenfile proc~esmf_utiliounitflush ESMF_UtilIOUnitFlush proc~esmf_logwrite->proc~esmf_utiliounitflush proc~esmf_utilstring2array ESMF_UtilString2Array proc~esmf_logwrite->proc~esmf_utilstring2array

Called by

interface~~json_getid~2~~CalledByGraph interface~json_getid~2 JSON_GetID proc~checkcomponentmetadata checkComponentMetadata proc~checkcomponentmetadata->interface~json_getid~2 proc~checkfieldmetadata checkFieldMetadata proc~checkfieldmetadata->interface~json_getid~2 proc~checkstate checkState proc~checkstate->interface~json_getid~2 proc~checkstate->proc~checkfieldmetadata proc~checkstate->proc~checkstate proc~json_logctrlflow JSON_LogCtrlFlow proc~json_logctrlflow->interface~json_getid~2 proc~ic_final~2 ic_final proc~ic_final~2->proc~checkstate proc~ic_final~2->proc~json_logctrlflow proc~ic_init~2 ic_init proc~ic_init~2->proc~checkcomponentmetadata proc~ic_init~2->proc~checkstate proc~ic_init~2->proc~json_logctrlflow proc~ic_run~2 ic_run proc~ic_run~2->proc~checkstate proc~ic_run~2->proc~json_logctrlflow

Module Procedures

private recursive subroutine JSON_GridCompGetID(comp, id, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_GridComp) :: comp
character(len=*), intent(out) :: id
integer, intent(out) :: rc

private recursive subroutine JSON_StateGetID(state, id, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State) :: state
character(len=*), intent(out) :: id
integer, intent(out) :: rc

private recursive subroutine JSON_FieldGetID(field, id, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field) :: field
character(len=*), intent(out) :: id
integer, intent(out) :: rc