This PR changes where and how the user-based paths for data is set.
Previously, this was done within the Config object, but with this PR it will be done in a function outside of the Config object. This PR should address #31
There is also a small change to save a file in postprocessing, which was done as part of #34, then merged into this branch
This branch is based off of chilled/input-files, which is associated with the PR #29
This PR changes where and how the user-based paths for data is set.
Previously, this was done within the Config object, but with this PR it will be done in a function outside of the Config object. This PR should address #31
There is also a small change to save a file in postprocessing, which was done as part of #34, then merged into this branch
This branch is based off of
chilled/input-files
, which is associated with the PR #29