copyDataLBC Interface

interface
private module subroutine copyDataLBC(this, name, container)

Arguments

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

Name of data

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

Container to copy into

Description

Copy named modelbound data to passed container.