-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Biomass_core.Rmd -> module manual. #58
Biomass_core.Rmd -> module manual. #58
Conversation
This reverts commit 34b0f39.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Amazing job.
* re-knit, TEST OK
Biomass_core.R
Outdated
@@ -873,8 +896,8 @@ Init <- function(sim, verbose = getOption("LandR.verbose", TRUE)) { | |||
maxBiomass <- maxValue(sim$biomassMap) | |||
if (maxBiomass < 1e3) { | |||
if (verbose > 0) { | |||
message(crayon::green(" Because biomassMap values are all below 1000, assuming that these should be\n", | |||
" converted to tonnes/ha by multiplying by 100")) | |||
message(crayon::green(" Because biomassMap values are all below 1000, assuming that these are on ton/ha.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change ton/ha to Mg/ha (or at least tonne/ha)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually we use tonnes/ha below this, so if we use Mg we should update both instances.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tonnes/ha now
Biomass_core.R
Outdated
expectsInput("species", "data.table", | ||
desc = paste("a table that has species traits such as longevity, shade tolerance, etc.", | ||
"Default is partially based on Dominic Cir and Yan's project"), | ||
"Default is partially based on Dominic Cir and Yan Boulanger's project"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it's Dominic Cyr, not Cir
*TO DO: