loadParams Interface

interface
private module subroutine loadParams(this, jsonCont, mpiCont)

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

Description

Load parameters from "./config.json"