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

Change folder name "StepWat.Weather.Markov.Test" to "MarkovWeatherFiles" #139

Closed kpalmqui closed 5 years ago

kpalmqui commented 5 years ago

Currently, folder "StepWat.Weather.Markov.Test" is written on line 487 of Main.R to hold the Markov Weather Files for each site-climate scenario.

#Create a new folder called StepWat.Weather.Markov.Test in which to put the weather files and markov files
dir.create("StepWat.Weather.Markov.Test", showWarnings = FALSE)

I suggest we rename the folder to something more clear like "MarkovWeatherFiles"

@chaukap what do you think?