loadParams Module Subroutine

module subroutine loadParams(this, jsonCont, mpiCont)

Load parameters from "./config.json"

Arguments

Type IntentOptional Attributes Name
class(ModelBuilder), intent(inout) :: this
type(JSONController), intent(inout) :: jsonCont

JSONController object responsible for reading the config file

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

MPIController object to be used with JSON IO