You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both the fbp and fbpRaster functions, when D0 is requested as an output, it is always returned as 0. This occurs when no D0 is provided by the user. The code appears to work as intended if the user supplies their own D0 value.
Cause
This appears to source back to foliar_moisture_content.r -- FMC is returned but D0 is not. So the value returned to the user is the initial D0 value, which was set to 0 in fire_behaviour_prediction.r.
Solution
Return both FMC and D0 from foliar_moisture_content.r
Assign output from foliar_moisture_content.r to FMC and D0 in fire_behaviour_prediction.r
Relevant log output
No response
Approvals Process
Testing For Issue
Merge
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What happened?
Issue
Cause
Solution
Relevant log output
No response
Approvals Process
The text was updated successfully, but these errors were encountered: