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
There are some slightly different definitions in the literature, but the implementation here seems unclear. In some definitions there is essentially no different between NBP and NEP. Other definitions include emissions from abiotic disturbance in NBP, but not in NEP, where NEP is then gross primary production minus respiration (heterotrophic and autotrophic).
My specific questions are:
What does the condition tfi.DistTypeID == 0 imply for NEP. What disturbance types is NEP limited to?
What are bio emissions (tfi.BioCO2Emission + tfi.BioCH4Emission + tfi.BioCOEmission), and how do they differ from DOM emissions? Why are bio emissions included in NEP, but not NBP?
The text was updated successfully, but these errors were encountered:
I am a bit confused by the difference between the implementation of
NBP
andNEP
. Instock_changes_view.py
:There are some slightly different definitions in the literature, but the implementation here seems unclear. In some definitions there is essentially no different between NBP and NEP. Other definitions include emissions from abiotic disturbance in NBP, but not in NEP, where NEP is then gross primary production minus respiration (heterotrophic and autotrophic).
My specific questions are:
tfi.DistTypeID == 0
imply for NEP. What disturbance types is NEP limited to?tfi.BioCO2Emission + tfi.BioCH4Emission + tfi.BioCOEmission
), and how do they differ from DOM emissions? Why are bio emissions included in NEP, but not NBP?The text was updated successfully, but these errors were encountered: