Skip to content

Confusing warning message when tree calculated values has neg/gross primary biomass of 0 #52

@BenCamps

Description

@BenCamps

When summing up gross and net primary biomass when UOM is 05 there is a warning check to see if the values are 0. If they are it adds the following warning on Tree Calculated Values "BIOMASS FLAG NOT CHECKED -- NO WEIGHT CALCULATED"

This error can be confusing on for two reasons: It doesn't identify what tree the warning is originating from, and it isn't saying what it actually is checking and assuming that calcBiomass wasn't checked.

see:

dataLayer.LogError("TreeCalculatedValues", (int)tcv.Tree_CN, "W", "21");

dataLayer.LogError("TreeCalculatedValues", (int)pt.Tree_CN, "W", "21");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions