PredictiveEcology / Biomass_borealDataPrep

Module to parameterize the Landis Biomass Succession Model in R, for the Canadian Boreal forest
Other
2 stars 4 forks source link

adapting to when sim$RTMLarge exists but sim$RTM doesn't #87

Closed CeresBarros closed 5 months ago

CeresBarros commented 1 year ago

When sim$RTMLarge has been supplied by another module (but RTM has not), the previous code was stopping even though the object already existed in sim. It was also not using RTML to make rawBiomassMap, which it should as RTMLarge should be the source of information for projection, extent, resolution, etc.

The changes proposed here:

CeresBarros commented 5 months ago

no longer relevant