Download numerical weather prediction datasets (HRRR, RAP, GFS, IFS, etc.) from NOMADS, NODD partners (Amazon, Google, Microsoft), ECMWF open data, and the University of Utah Pando Archive System.
If I have local grib files (I downloaded some with rclone) I'd like to tell herbie those exist without a custom template. Instead, I'd like to define the path in the "priority" argument.
Herbie(date,
model='hrrr',
priority=[
('local_rclone', "/path/to/{self.model}..."), #<-- provide the template here
'aws',
'nomads'
]
If I have local grib files (I downloaded some with rclone) I'd like to tell herbie those exist without a custom template. Instead, I'd like to define the path in the "priority" argument.