-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add vic_sample_data submodule #387
Conversation
…few other merge bugs
@jhamman : Is this a test or do you want me to review and merge this? |
I have a bit more work to do before I merge. I need to add the classic driver equivalent and want to tie the 10-day tests in with Travis. I'll ping you when it's ready. |
@jhamman : Just seeing if this is still open |
Still open. I'll check in with @yixinmao today to see how/if this has been working for her. I know @wietsefranssen had some issues using the image driver setup out of the box so I think I need to refine a few of the pieces. |
|
||
# save a few directory names | ||
CWD=$PWD | ||
SAMPLES="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does ${BASH_SOURCE[0]}
get set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the full path of this file. (e.g. /home/VIC/samples/get_sample_data.bash
)
okay, this is ready to go. will merge on green. |
2. More will be added soon! | ||
|
||
## Getting the Datasets: | ||
The VIC sample datasets are in a "git submodule", to download the datasets to this directory, simply run the following command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first comma -> period (right?)
This submodule currently points to https://github.com/jhamman/VIC_sample_data. If we go this route, we'll transfer ownership to UW-Hydro.