initHDF5Controller Interface

interface
public module subroutine initHDF5Controller(this, varCont, varNames, filepath)

Arguments

Type IntentOptional Attributes Name
class(HDF5Controller), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont

Reference variable container

type(StringArray), intent(in), dimension(:) :: varNames

Names of variables this controller is responsible for

character(len=*), intent(in), optional :: filepath

Filepath this controller will use

Description

HDF5 controller initialization routine - determines variables this controller is responsible for and the output path. The default path is "./", corresponding to the executable location in the build tree.