copyModelboundDataEntry Module Subroutine

module subroutine copyModelboundDataEntry(this, varName, container)

Copy modelbound variable data with given name. Will throw error if no modelbound data is found

Arguments

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

Name of data

real(kind=rk), intent(inout), allocatable, dimension(..) :: container

Container to copy into