initSpeciesList Interface

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

Arguments

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

JSONController used to get parameters from ./config.json

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

MPIController used with JSONController

Description

SpeciesList initialization from config.json.