copyDataVarlike Module Subroutine

module subroutine copyDataVarlike(this, name, container)

Copy named modelbound data to passed container

Arguments

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

Name of data

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

Container to copy into - must be rank 1