copyModelboundDataEntry Interface

interface
private module subroutine copyModelboundDataEntry(this, varName, container)

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

Description

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