copyDataVarlike Interface

interface
private module subroutine copyDataVarlike(this, name, 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

Description

Copy named modelbound data to passed container