ESMF_FieldPrMod Module


Uses

Used by

  • module~~esmf_fieldprmod~~UsedByGraph module~esmf_fieldprmod ESMF_FieldPrMod module~esmf ESMF module~esmf->module~esmf_fieldprmod module~esmf_fileregridmod ESMF_FileRegridMod module~esmf_fileregridmod->module~esmf_fieldprmod proc~f_esmf_fieldcast f_esmf_fieldcast proc~f_esmf_fieldcast->module~esmf_fieldprmod proc~f_esmf_fieldprint f_esmf_fieldprint proc~f_esmf_fieldprint->module~esmf_fieldprmod proc~f_esmf_fieldread f_esmf_fieldread proc~f_esmf_fieldread->module~esmf_fieldprmod

Subroutines

public subroutine ESMF_FieldPrint(field, keywordEnforcer, rc)

Arguments

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

public subroutine ESMF_FieldRead(field, fileName, keywordEnforcer, variableName, timeslice, iofmt, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field
character(len=*), intent(in) :: fileName
type(ESMF_KeywordEnforcer), optional :: keywordEnforcer
character(len=*), intent(in), optional :: variableName
integer, intent(in), optional :: timeslice
type(ESMF_IOFmt_Flag), intent(in), optional :: iofmt
integer, intent(out), optional :: rc