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

Remove file comparisons for all parameters in rgroup.in file except space #176

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

The only rgroup parameter that we scale dynamically based on climate is space. Thus, we do not need comparisons of the default values to current and future values for the other parameters within rgroup.in. All of the associated code that makes these comparsions can be removed from compareFiles.R.

@chaukap