run_scm_collect.Rd
Run the SCM model, given a Parameters and CohortSchedule
run_scm_collect(p, include_competition_effect = FALSE)
p | A |
---|---|
include_competition_effect | Include total leaf area (will change; see issue #138) |
This is mostly a simple wrapper around some of the SCM functions. Not sure if this is how we will generally want to do this. Consider this function liable to change.
Rich FitzJohn