ESMF_GridIsCreated Function

public function ESMF_GridIsCreated(grid, keywordEnforcer, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Grid), intent(in) :: grid
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
integer, intent(out), optional :: rc

Return Value logical


Calls

proc~~esmf_gridiscreated~~CallsGraph proc~esmf_gridiscreated ESMF_GridIsCreated proc~esmf_gridgetinit ESMF_GridGetInit proc~esmf_gridiscreated->proc~esmf_gridgetinit

Called by

proc~~esmf_gridiscreated~~CalledByGraph proc~esmf_gridiscreated ESMF_GridIsCreated program~esmf_gridcreateutest ESMF_GridCreateUTest program~esmf_gridcreateutest->proc~esmf_gridiscreated