[x] Project Area: Right now we are only tracking total Area.
[x] Use m^2 instead of hectares
[x] Add Area_Infill
[x] Add Area_Veg
[x] Add Area_UnVeg
[x] Refactor model_params: Right now sediment params are per Area (g/m^2), but we need them as density (g/m^3)
[x] Add a column in model_params for the depth of the computed estimates for the listed mean and standard deviation
[x] Use the depth to transform the mean and standard deviation to be densities. That means taking the per-area parameter value and divide by the depth
[x] Add R_remineralization which defines the proportion of carbon in infill sediment that is remineralized when it is applied to a restoration project.
TO DO
Area
: Right now we are only tracking total Area.m^2
instead ofhectares
model_params
: Right nowsediment
params are per Area (g/m^2
), but we need them as density (g/m^3
)model_params
for the depth of the computed estimates for the listed mean and standard deviationper-area
parameter value anddivide
by thedepth
R_remineralization
which defines the proportion of carbon in infill sediment that is remineralized when it is applied to a restoration project.