Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blaylockbk/57af6bae72b3f41199f2ad3583bd37a4 to your computer and use it in GitHub Desktop.
Save blaylockbk/57af6bae72b3f41199f2ad3583bd37a4 to your computer and use it in GitHub Desktop.
# Download single variable from single day
DATE = date(2017, 3, 10) # Model run date
variable = 'TMP:2 m' # 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',
outdir='./')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment