MAPL_FieldUtilities Module


Uses

  • module~~mapl_fieldutilities~~UsesGraph module~mapl_fieldutilities MAPL_FieldUtilities ESMF ESMF module~mapl_fieldutilities->ESMF module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_fieldutilities->module~mapl_errorhandlingmod module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldutilities->module~mapl_fieldpointerutilities module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_fieldpointerutilities->ESMF iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fieldpointerutilities->module~mapl_exceptionhandling module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_exceptionhandling->module~mapl_throwmod

Used by

  • module~~mapl_fieldutilities~~UsedByGraph module~mapl_fieldutilities MAPL_FieldUtilities module~mapl_fieldutils MAPL_FieldUtils module~mapl_fieldutils->module~mapl_fieldutilities module~test_fieldarithmetic Test_FieldArithmetic module~test_fieldarithmetic->module~mapl_fieldutilities module~base_implementation Base_Implementation module~base_implementation->module~mapl_fieldutils module~mapl MAPL module~mapl->module~mapl_fieldutils module~mapl3g_convertunitsaction mapl3g_ConvertUnitsAction module~mapl3g_convertunitsaction->module~mapl_fieldutils module~mapl3g_copyaction mapl3g_CopyAction module~mapl3g_copyaction->module~mapl_fieldutils module~mapl_extdatabracket MAPL_ExtDataBracket module~mapl_extdatabracket->module~mapl_fieldutils module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_fieldutils module~mapl_newarthparsermod MAPL_NewArthParserMod module~mapl_newarthparsermod->module~mapl_fieldutils module~protoextdatagc ProtoExtDataGC module~protoextdatagc->module~mapl_fieldutils

Interfaces

public interface FieldIsConstant

  • private function FieldIsConstantR4(field, constant_val, rc) result(field_is_constant)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(inout) :: field
    real(kind=ESMF_KIND_R4) :: constant_val
    integer, intent(out), optional :: rc

    Return Value logical

public interface FieldSet

  • private subroutine FieldSet_r4(field, constant_val, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(inout) :: field
    real(kind=ESMF_KIND_r4), intent(in) :: constant_val
    integer, intent(out), optional :: rc
  • private subroutine FieldSet_r8(field, constant_val, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(inout) :: field
    real(kind=ESMF_KIND_r8), intent(in) :: constant_val
    integer, intent(out), optional :: rc

Subroutines

public subroutine FieldNegate(field, rc)

Arguments

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

public subroutine FieldPow(field_out, field_in, expo, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_in
real, intent(in) :: expo
integer, intent(out), optional :: rc