MAPL_NewArthParserMod Module


Uses

  • module~~mapl_newarthparsermod~~UsesGraph module~mapl_newarthparsermod MAPL_NewArthParserMod ESMF ESMF module~mapl_newarthparsermod->ESMF gFTL2_StringVector gFTL2_StringVector module~mapl_newarthparsermod->gFTL2_StringVector module~mapl_basemod MAPL_BaseMod module~mapl_newarthparsermod->module~mapl_basemod module~mapl_commsmod MAPL_CommsMod module~mapl_newarthparsermod->module~mapl_commsmod module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_newarthparsermod->module~mapl_exceptionhandling module~mapl_fieldutils MAPL_FieldUtils module~mapl_newarthparsermod->module~mapl_fieldutils module~mapl_base MAPL_Base module~mapl_basemod->module~mapl_base module~mapl_constants MAPL_Constants module~mapl_basemod->module~mapl_constants module~mapl_maplgrid mapl_MaplGrid module~mapl_basemod->module~mapl_maplgrid module~mapl_rangemod MAPL_RangeMod module~mapl_basemod->module~mapl_rangemod module~mapl_commsmod->ESMF module~mapl_commsmod->module~mapl_basemod module~mapl_commsmod->module~mapl_exceptionhandling module~mapl_commsmod->module~mapl_constants module~mapl_shmemmod MAPL_ShmemMod module~mapl_commsmod->module~mapl_shmemmod mpi mpi module~mapl_commsmod->mpi module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations module~mapl_fieldutils->module~mapl_fieldbinaryoperations module~mapl_fieldblas mapl_FieldBLAS module~mapl_fieldutils->module~mapl_fieldblas module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldutils->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions MAPL_FieldUnaryFunctions module~mapl_fieldutils->module~mapl_fieldunaryfunctions module~mapl_fieldutilities MAPL_FieldUtilities module~mapl_fieldutils->module~mapl_fieldutilities module~mapl_base->ESMF iso_fortran_env iso_fortran_env module~mapl_base->iso_fortran_env module~mapl_constants->iso_fortran_env module~mapl_internalconstantsmod MAPL_InternalConstantsMod module~mapl_constants->module~mapl_internalconstantsmod module~mapl_mathconstantsmod MAPL_MathConstantsMod module~mapl_constants->module~mapl_mathconstantsmod module~mapl_physicalconstantsmod MAPL_PhysicalConstantsMod module~mapl_constants->module~mapl_physicalconstantsmod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_fieldbinaryoperations->ESMF module~mapl_fieldbinaryoperations->module~mapl_exceptionhandling module~mapl_fieldbinaryoperations->module~mapl_fieldpointerutilities module~mapl_fieldblas->ESMF module~mapl_fieldblas->module~mapl_exceptionhandling module~mapl_fieldblas->module~mapl_fieldpointerutilities module~mapl_fieldpointerutilities->ESMF module~mapl_fieldpointerutilities->module~mapl_exceptionhandling iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_fieldunaryfunctions->ESMF module~mapl_fieldunaryfunctions->module~mapl_exceptionhandling module~mapl_fieldunaryfunctions->module~mapl_fieldpointerutilities module~mapl_fieldutilities->ESMF module~mapl_fieldutilities->module~mapl_errorhandlingmod module~mapl_fieldutilities->module~mapl_fieldpointerutilities module~mapl_maplgrid->ESMF module~mapl_maplgrid->module~mapl_errorhandlingmod module~mapl_constantsmod MAPL_ConstantsMod module~mapl_maplgrid->module~mapl_constantsmod module~mapl_keywordenforcermod mapl_KeywordEnforcerMod module~mapl_maplgrid->module~mapl_keywordenforcermod module~pflogger pflogger module~mapl_maplgrid->module~pflogger module~mapl_rangemod->module~mapl_exceptionhandling module~mapl_rangemod->iso_fortran_env module~mapl_shmem MAPL_Shmem module~mapl_shmemmod->module~mapl_shmem

Used by

  • module~~mapl_newarthparsermod~~UsedByGraph module~mapl_newarthparsermod MAPL_NewArthParserMod module~mapl3g_historycollectiongridcomp_private mapl3g_HistoryCollectionGridComp_private module~mapl3g_historycollectiongridcomp_private->module~mapl_newarthparsermod module~mapl_extdataderived MAPL_ExtDataDerived module~mapl_extdataderived->module~mapl_newarthparsermod module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_newarthparsermod module~mapl_extdatagridcompmod MAPL_ExtDataGridCompMod module~mapl_extdatagridcompmod->module~mapl_newarthparsermod module~mapl_extdatamask MAPL_ExtDataMask module~mapl_extdatamask->module~mapl_newarthparsermod module~mapl_extdatatypedef MAPL_ExtDataTypeDef module~mapl_extdatatypedef->module~mapl_newarthparsermod module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~mapl_newarthparsermod module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_newarthparsermod

Functions

public function RealNum(str, ibegin, inext, error) result(res)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str
integer, intent(out), optional :: ibegin
integer, intent(out), optional :: inext
logical, intent(out), optional :: error

Return Value real

public function parser_variables_in_expression(FuncStr, rc) result(variables_in_expression)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: FuncStr
integer, optional :: rc

Return Value type(StringVector)


Subroutines

public subroutine CheckSyntax(FuncStr, Var, needed, ExtVar, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: FuncStr
character(len=*), intent(in), DIMENSION(:) :: Var
logical, optional :: needed(:)
character(len=*), intent(inout), optional :: ExtVar
integer, optional :: rc

public subroutine LowCase(str1, str2)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str1
character(len=*), intent(out) :: str2

public subroutine MAPL_StateEval(state, expression, field, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_State), intent(in) :: state
character(len=*), intent(in) :: expression
type(ESMF_Field), intent(inout) :: field
integer, intent(out), optional :: rc