uaf-arctic-eco-modeling / dvm-dos-tem

A process based Dynamic Vegetation, Dynamic Organic Soil, Terrestrial Ecosystem Model.
MIT License
22 stars 24 forks source link

Burn-related code for severity < 0 #706

Closed rarutter closed 7 months ago

rarutter commented 7 months ago

WildFire.cpp getBurnAbgVegetation() has two sections of code that will set burn-related parameters if fire severity is below 0. This should never occur - a severity below 0 has no meaning. Determine whether those sections should be used under other conditions or if they are remnants that should be removed.