Ben Bond-Lamberty

Results 152 issues of Ben Bond-Lamberty

Right now, the forcing component has to know about the existence of all the individual halocarbons. It would be a LOT more elegant if it could simply (i) register its...

enhancement

@pralitp implemented this, and provided a demonstration of it (as I remember). We want to extend this to all inputs–units can be (optionally) provided as a check.

enhancement

The Predictive Ecosystem Analyzer (PEcAn) (see pecanproject.org) is an integrated ecological bioinformatics toolbox–it provides a completely kick-ass automated front- and back-end to run multiple ecosystem models at a site, a...

enhancement

It would be cool to have Hector simulate atmospheric δ13CO2 or δ14CO2 or δ18O ratios... This is far off, probably, but would be a cool and unique capability. See e.g....

enhancement

We might consider using the [udunits2](https://github.com/Unidata/UDUNITS-2) library, which provides unit conversion for physical quantities.

question

Minor Interpolator needs to be sort its own points (if anything except tseries using it) N interolator.cpp Ben Open

enhancement

Per discussion with @dawnlwoodard and @kdorheim yesterday — see #638 ## Changes This PR adds a new term to our NPP calculation: vegetation losses (or gains) due to LUC change,...

Our GitHub Actions R workflows make use of [r-lib](https://github.com/r-lib/actions#github-actions-for-the-r-language) where recent changes have broken any references to its `master` branch. This PR follow advice [here](https://github.com/r-lib/actions/issues/639) and changes these references to...

@dawnlwoodard points out — cf. #531 — the problems with how Hector treats LUC emissions and NPP; basically, we currently (implicitly) handle regrowth, but accept net LUC fluxes. And that's...