initHDF5ContFromJSON Interface

interface
public module subroutine initHDF5ContFromJSON(hdf5Cont, varCont, jsonCont, mpiCont)

Arguments

Type IntentOptional Attributes Name
type(HDF5Controller), intent(inout) :: hdf5Cont
type(VariableContainer), intent(in) :: varCont
type(JSONController), intent(inout) :: jsonCont

JSONController used to get parameters from ./config.json

type(MPIController), intent(inout) :: mpiCont

MPIController used with JSONController and to initialize HDF5

Description

Initialize HDF5 controller object based on data from a JSON file and variable container object