colinsheppard / insalmo-instream-gui

GUI for both the inSALMO and inSTREAM models
GNU General Public License v2.0
1 stars 0 forks source link

expSetup.txt: What is "firstShuffleYearSeed" vs. shuffleYearSeed", and should there be an entry for shuffle with replacement? #49

Closed SFRailsback closed 10 years ago

colinsheppard commented 11 years ago

We configured things so that the user inside of the GUI would just see firstShuffleYearSeed and then the GUI would deal with making the shuffle happen (using the actual parameter shuffleYearSeed) in Experiment.Setup during the save process.

On top of this, we dealt with this business differently in inSALMO vs inSTREAM, right now inSTREAM-SD is behaving like inSTREAM. Right now inSALMOS automatically adds shuffleYearReplace to the saved file (with a value of 1) but inSTREAM* does not.