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 NOAA GFS NCEP/NCAR Model Support #77

Closed
wants to merge 5 commits into from
Closed

Add NOAA GFS NCEP/NCAR Model Support #77

wants to merge 5 commits into from

Conversation

jacobbieker
Copy link
Member

Pull Request

Description

This adds support for pulling the Global Forecast System forecasts from NCEP (if within the last weekish) or NCAR (for archives back to 2015). NCEP files are hourly up for the first 120 hours, then 3 hourly, while NCAR is only 3 hourly. Otherwise, the parameters and files are identical.

Relates to #12

Fixes #

How Has This Been Tested?

Unit tests

  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@jacobbieker jacobbieker added the enhancement New feature or request label Dec 15, 2023
@jacobbieker jacobbieker self-assigned this Dec 15, 2023
* First pass at CMC (GDPS/GEPS) client

* Fix typo

* Add regex

* Update tests and add examples

* Fix model name

* Fix renaming and order of regex

* Update Readme

* Fix tests

* Fix mapping

* Fix name splitting

* Update for name

* Add integration tests and address comments

* Add basic options

* Add basic options

* Fix which Client is being used

* Readd init file

* Add space
@peterdudfield peterdudfield deleted the jacob/gfs branch October 29, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant