DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

Include BVT values (biomass & transpiration) for each RGroup within InputData_Rgroup.csv #191

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

Within the fg_specificity_sxw branch of STEPWAT2, we now provide specific values of BVT (biomass/transpiration) for each functional type (rgroup) within rgroup.in. We need to add biomass & transpiration as new columns in InputData_Rgroup.csv.

See: https://github.com/DrylandEcology/STEPWAT2/issues/347

chaukap commented 4 years ago

@kpalmqui This milestone is going to conflict heavily with feature_phenology_biomass_scaling, so I was hoping we could hold off until we can that branch merged into master. Alternatively, if it is going to take a while to merge into master we could first merge it into this branch then start development.

kpalmqui commented 4 years ago

@chaukap well, here we are a month later and feature_phenology_biomass_scaling is still not resolved. I am wondering if it might be wise to implement the latter and fold feature_phenology_biomass_scaling into this branch. It would also be really nice to be able to work on the litter issues and provide functional type specific litter values to the scale_phenology function.

Thoughts?