Giter VIP home page Giter VIP logo

Comments (2)

blaylockbk avatar blaylockbk commented on August 21, 2024

It appears that for older HRRR versions, the filenames for subh files are a little different.

Current naming method:

hrrr.t00z.wrfsubhf00.grib2.idx   # the analysis, F00
hrrr.t00z.wrfsubhf01.grib2.idx   # contains the 15, 30, 45, and 60 min forecasts (relative to F00)
hrrr.t00z.wrfsubhf02.grib2.idx   # contains the 75, 90, 105, and 120 min forecasts (relative to F00)

**etc.**

Old naming method:

hrrr.t00z.wrfsubhf0000.grib2.idx  # the analysis, F00
hrrr.t00z.wrfsubhf0015.grib2.idx  # the 15 min forecast
hrrr.t00z.wrfsubhf0030.grib2.idx  # the 30 min forecast
hrrr.t00z.wrfsubhf0045.grib2.idx  # the 45 min forecast
hrrr.t00z.wrfsubhf0100.grib2.idx  # the 60 min forecast
hrrr.t00z.wrfsubhf0115.grib2.idx  # the 75 min forecast
hrrr.t00z.wrfsubhf0130.grib2.idx  # the 90 min forecast
hrrr.t00z.wrfsubhf0145.grib2.idx  # the 105 min forecast
hrrr.t00z.wrfsubhf0200.grib2.idx  # the 120 min forecast

**etc.**

It appears this change happened on or around datetime(2018, 9, 16)

Herbie isn't currently configured for this.

from herbie.

blaylockbk avatar blaylockbk commented on August 21, 2024

I made a quick and ugly fix in the branch above.

It requires an additional parameter, fxx_subh

H = Herbie(
    '2016-10-09 00:00',
    model='hrrr',
    product='subh', #subh
    fxx=1,
    fxx_subh=15
)

Here's a screenshot of my playing around
image

from herbie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.