neptoon.corrections.theory
above_ground_biomass_corrections¶
Functions:
Functions related neutron corrections for changes to above ground biomass.
Functions in this module:
above_ground_biomass_correction_baatz2015
above_ground_biomass_correction_baatz2015 ¶
Provides the correction value to account for changes in above ground biomass.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
above_ground_biomass
|
float
|
above ground biomass in kilograms per meter squared (kg/m^2) |
required |
Returns:
| Name | Type | Description |
|---|---|---|
c_factor |
float
|
Correction factor to be multiplied with neutron counts. |
above_ground_biomass_correction_morris2024 ¶
Provides the correction value to account for changes in above ground biomass.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
biomass_water_equivalent
|
float
|
biomass_water_equivalent in mm (kg/m^2). To convert above ground biomass to biomass water equivalent you can multiply by the water equivelant of cellulose (0.494) |
required |
Returns:
| Name | Type | Description |
|---|---|---|
c_factor |
float
|
Correction factor to be multiplied with neutron counts. |