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

List applications using tocgrib2/super #343

Merged
merged 4 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion src/tocgrib2/docs/user_guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tocgri2
# tocgrib2

# Introduction

Expand All @@ -15,6 +15,26 @@ they want the entire GRIB2 message containing the requested field
field (extract=.true.). Both options return the same message if the
requested field is the only field in the GRIB2 message.

This program is used by a number of operational applications,
including:
- ECMWF
- [Extra-Tropical Storm Surge (ETSS)](https://slosh.nws.noaa.gov/etsurge/)
- [Global Ensemble Forecast System (GEFS)](https://www.ncei.noaa.gov/products/weather-climate-models/global-ensemble-forecast)
- [Global Forecast System (GFS)](https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast)
- [Gridded LAMP (GLMP)](https://vlab.noaa.gov/web/mdl/gridded-lamp)
- [Great Lakes Wave model (GLWU)](https://polar.ncep.noaa.gov/waves/index.php)
- [High-Resolution Window Forecast System (HiResW)](https://www.nco.ncep.noaa.gov/pmb/products/hiresw/)
- [High Resolution Ensemble Forecast (HREF)](https://mag.ncep.noaa.gov/model-guidance-model-parameter.php?group=Model%20Guidance&model=HREF&area=CONUS&ps=area)
- [High-Resolution Rapid Refresh (HRRR)](https://rapidrefresh.noaa.gov/hrrr/)
- [Localized Aviation MOS Program (LMP)](https://vlab.noaa.gov/web/mdl/lamp)
- [Nearshore Wave Prediction System (NWPS)](https://polar.ncep.noaa.gov/nwps/)
- [Rapid Refresh (RAP)](https://rapidrefresh.noaa.gov/)
- [Real-Time & Unrestricted Mesoscale Analysis (RTMA/URMA)](https://www.nco.ncep.noaa.gov/pmb/products/rtma/)
- [Real-Time Ocean Forecast System (RTOFS)](https://polar.ncep.noaa.gov/global/)
- seaice_analysis
- [Short-Range Ensemble Forecast (SREF)](https://www.nco.ncep.noaa.gov/pmb/products/sref/)
- [Wind Speed Probabilities (WSP)](https://www.nhc.noaa.gov/gis/)

### Input Files
- 5 namelist of grib fields and associated wmo headers.
- 11 input grib2 file.
Expand Down
5 changes: 5 additions & 0 deletions src/tocgrib2super/docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ requested field (extract=.true.). Both options return the same
message if the requested field is the only field in the GRIB2
message.

This program is used by operational applications including:
- [Air Quality Model (AQM)](https://www.nco.ncep.noaa.gov/pmb/products/aqm/)
- [Gridded LAMP (GLMP)](https://vlab.noaa.gov/web/mdl/gridded-lamp)
- [Rapid Refresh (RAP)](https://rapidrefresh.noaa.gov/)

### Input Files

- 5 Namelist of grib fields and associated wmo headers.
Expand Down
Loading