kuadrat / growR

R implementation of the grassland model ModVege.
https://kuadrat.github.io/growR/
Other
2 stars 0 forks source link

ModvegeSite constructor and run() method that accept ModvegeEnvironment #2

Closed kuadrat closed 10 months ago

kuadrat commented 1 year ago

It would be convenient if ModvegeSite could be initialized and run() by passing an ModvegeEnvironment as an alternative to the existing call signatures.

kuadrat commented 10 months ago

On the other hand, having such different call signatures might be more confusing than it is helping. Having to pass the actually needed information, makes the inner workings more transparent and explicit.