isVarOnDualGrid Module Function

pure module function isVarOnDualGrid(this, name) result(dual)

Check whether variable with given name is on dual grid

Arguments

Type IntentOptional Attributes Name
class(VariableContainer), intent(in) :: this
character(len=*), intent(in) :: name

Return Value logical