initExtractor Interface

interface
private pure module subroutine initExtractor(this, resultVarIndex, modelIndex, modelboundDataName)

Arguments

Type IntentOptional Attributes Name
class(ModelboundDataExtractor), intent(inout) :: this
integer(kind=ik), intent(in) :: resultVarIndex

Index of variable to write the result in

integer(kind=ik), intent(in) :: modelIndex

Index of model housing required modelbound data

character(len=*), intent(in) :: modelboundDataName

Name of data to extract

Description

ModelboundDataExtractor initialization routine