blaylockbk / Herbie

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.
https://herbie.readthedocs.io/
MIT License
424 stars 70 forks source link

Improve Herbie's model templates #287

Open blaylockbk opened 4 months ago

blaylockbk commented 4 months ago

The goal of these changes to the model templates is to help improve maintainability in the model templates.

General rules for Herbie model templates

  1. Each template will represent data from the same NWP model; data sources may be in different locations.
  2. The template will include three sections
    1. Metadata
    2. Validation
    3. Build Source URLs
  3. Somehow need to keep the template simple enough (and predictable) that others can help keep these updated when needed.