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"); |