getEvolvedVarInTermGroup Module Function

pure module function getEvolvedVarInTermGroup(this, groupIndex, modelIndex) result(name)

Return variable name for given group index and model index

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(in) :: this
integer(kind=ik), intent(in) :: groupIndex
integer(kind=ik), intent(in) :: modelIndex

Return Value character(len=:), allocatable