Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Canada's HRDPS model #208

Merged
merged 11 commits into from
Aug 12, 2023
Merged

Add Canada's HRDPS model #208

merged 11 commits into from
Aug 12, 2023

Conversation

blaylockbk
Copy link
Owner

@blaylockbk blaylockbk commented Jun 22, 2023

Working on #207

This data isn't as straightforward as others products, so it does take a fair amount of "insider knowledge" to use Herbie to get this data.

Note: HRDPS is only available for the last 24 hours; I don't know if the data is archived anywhere it is accessible.

See the notebook for examples
image

image

@blaylockbk blaylockbk linked an issue Jun 22, 2023 that may be closed by this pull request
@blaylockbk
Copy link
Owner Author

blaylockbk commented Jul 1, 2023

Working on this, I've run into some issues that need to be addressed.

  • Determine list of valid variable and level arguments and tell user what those are if they didn't supply the right data.
  • Metpy can't handle the "rotated_longitude_latitude" grid projection. Maybe open an issue with MetPy. (see metpy/plots/mapping.py >> Unhandled projection: rotated_latitude_longitude Unidata/MetPy#3099)
    crs = ccrs.RotatedPole(
      pole_latitude=ds.gribfile_projection.grid_north_pole_latitude,
      pole_longitude=ds.gribfile_projection.grid_north_pole_longitude,
    )
  • H.inventory() needs to parse the local data correctly.
  • Add the "North" experimental domain.

@blaylockbk blaylockbk mentioned this pull request Jul 1, 2023
@blaylockbk blaylockbk marked this pull request as ready for review August 12, 2023 22:17
@blaylockbk blaylockbk merged commit ea898a9 into main Aug 12, 2023
8 of 9 checks passed
@blaylockbk blaylockbk deleted the 207-Add-Canada's-HRDPS-model branch December 15, 2023 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add HRDPS model
1 participant