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

Add additional call to scale_phenology in Main.R #228

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

Two calls to scale_phenology are now needed in Main.R.

  1. scale phenological activity values based on default temperature and actual temperature, pass in x_asif = NULL.

  2. scale litter, biomass, and % live fractions based on default phenological activity, pass in x_asif = default phenological activity.

kpalmqui commented 4 years ago

Resolved by 4cfcc95