Created
November 3, 2017 21:54
-
-
Save blaylockbk/9ef5f3da833ce6fbf5be9334c3cf6b3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download single variable from single day | |
DATE = date(2017, 3, 10) # Model run date | |
variable = 'HGT:500 mb' # Must be part of a line in the .idx file | |
download_HRRR_variable_from_pando(DATE, variable, | |
hours=range(0, 24), fxx=[0], | |
model='hrrr', field='sfc', | |
more_vars=4, | |
outdir='./') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment