run_stochastic_collect.Rd
Run a stochastic simulation of a patch, given a Parameters
run_stochastic_collect(p, random_schedule = TRUE)
p | A |
---|---|
random_schedule | setting to TRUE causes algorithm to generate a random schedule based on seed rain and area. |
This one might need to be made differently so that different schedules can be added easily. Not sure if this is how we will generally want to do this. Consider this function liable to change.
Rich FitzJohn