MAPL_FieldCreateEmpty Interface

interface


Called by

interface~~mapl_fieldcreateempty~~CalledByGraph interface~mapl_fieldcreateempty MAPL_FieldCreateEmpty proc~mapl_statecreatefromspecnew MAPL_StateCreateFromSpecNew proc~mapl_statecreatefromspecnew->interface~mapl_fieldcreateempty proc~mapl_genericinitialize MAPL_GenericInitialize proc~mapl_genericinitialize->proc~mapl_statecreatefromspecnew proc~mapl_statecreatefromspec MAPL_StateCreateFromSpec proc~mapl_statecreatefromspec->proc~mapl_statecreatefromspecnew

public module function MAPL_FieldCreateEmpty(NAME, GRID, RC) result(FIELD)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: NAME
type(ESMF_Grid), intent(inout) :: GRID
integer, intent(out), optional :: RC

Return Value type(ESMF_Field)