Michael Dietze
Michael Dietze
Very few ED2 parameters are actually *calculated* based on other parameters. Most "calculations" are actually empirical correlations among traits that are hard coded into ED2 and in general those equations...
If you want to PEcAn to use a specific non-default value for an ED2 parameter, rather than sample it from a distribution, then you put them in the `` section...
First, by "book" I assume we mean major subsections of the documentation, not distinct documents, as cross-referencing and maintaining the documentation is easier in the former Second, I don't see...
A while back Ben Bond-Lamberty did a lot of PRs where he did this sort of code cleaning package-by-package. While most of the automated checking was useful, some of it...
@JoshuaPloshay this PR is failing because of a conflict between the updated Roxygen and the not-yet-updated man page. Could you pull the changes I've made into your local branch, then...
@JoshuaPloshay I believe you have code that loads up existing PEcAn output, calls your downscale function, and does some analyses and visualizations of the outputs (including quantile checks). It would...
Yeah, it's probably safe to say that ( model_name, revision ) should be unique. I am nervous, however, that the rush to add a ton of constraints is going to...
There are two issues when it comes to syncs. The short term issue is the addition of constraints breaking the sync due to legacy database errors -- this could be...
Yes, we should have that conversation On advanced warning, we've been discussing the PEcAn development in out weekly Skype telecon which you are always encouraged to attend so you know...
Storage costs are determined by the schema, not the number (e.g. if it's a double, then 0 takes up just as much storage as any other number). The origin of...