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

Update scale_phenology function to expect a new argument: default phenological activity values #227

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

Recent changes to function adj_phenology_by_temp_v2 within rSOILWAT2 include a new argument: x_asif.

Thus, scale_phenology must be updated to include this argument. For this case, x_asif represents the default phenological activity values provided in Input_Phenology.csv. This new version of scale_phenology will scale biomass, litter, and % live fractions according to phenological activity values instead of solely scaling on default and actual temperature values.

kpalmqui commented 4 years ago

Resolved by 4cfcc95