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

Error in scale_phenology(values_to_scale, sw_weatherList, monthly.temperature, : object 'n_sites' not found #187

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

feature_phenology_biomass_scaling fails using master branch of STEPWAT2 and latest commit on rSOILWAT2 due to above error.

chaukap commented 4 years ago

I'll get on this right away.

chaukap commented 4 years ago

@kpalmqui The bug is resolved. This was a small disordering of commands that caused n_sites to be used before it was declared. Sorry about this!

kpalmqui commented 4 years ago

@chaukap no biggie. I'll start my test runs again!

kpalmqui commented 4 years ago

@chaukap this bug has been resolved on my end by the above commit, so I am closing this issue.