File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
- # tocgri2
1
+ # tocgrib2
2
2
3
3
# Introduction
4
4
@@ -15,6 +15,26 @@ they want the entire GRIB2 message containing the requested field
15
15
field (extract=.true.). Both options return the same message if the
16
16
requested field is the only field in the GRIB2 message.
17
17
18
+ This program is used by a number of operational applications,
19
+ including:
20
+ - ECMWF
21
+ - [ Extra-Tropical Storm Surge (ETSS)] ( https://slosh.nws.noaa.gov/etsurge/ )
22
+ - [ Global Ensemble Forecast System (GEFS)] ( https://www.ncei.noaa.gov/products/weather-climate-models/global-ensemble-forecast )
23
+ - [ Global Forecast System (GFS)] ( https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast )
24
+ - [ Gridded LAMP (GLMP)] ( https://vlab.noaa.gov/web/mdl/gridded-lamp )
25
+ - [ Great Lakes Wave model (GLWU)] ( https://polar.ncep.noaa.gov/waves/index.php )
26
+ - [ High-Resolution Window Forecast System (HiResW)] ( https://www.nco.ncep.noaa.gov/pmb/products/hiresw/ )
27
+ - [ High Resolution Ensemble Forecast (HREF)] ( https://mag.ncep.noaa.gov/model-guidance-model-parameter.php?group=Model%20Guidance&model=HREF&area=CONUS&ps=area )
28
+ - [ High-Resolution Rapid Refresh (HRRR)] ( https://rapidrefresh.noaa.gov/hrrr/ )
29
+ - [ Localized Aviation MOS Program (LMP)] ( https://vlab.noaa.gov/web/mdl/lamp )
30
+ - [ Nearshore Wave Prediction System (NWPS)] ( https://polar.ncep.noaa.gov/nwps/ )
31
+ - [ Rapid Refresh (RAP)] ( https://rapidrefresh.noaa.gov/ )
32
+ - [ Real-Time & Unrestricted Mesoscale Analysis (RTMA/URMA)] ( https://www.nco.ncep.noaa.gov/pmb/products/rtma/ )
33
+ - [ Real-Time Ocean Forecast System (RTOFS)] ( https://polar.ncep.noaa.gov/global/ )
34
+ - seaice_analysis
35
+ - [ Short-Range Ensemble Forecast (SREF)] ( https://www.nco.ncep.noaa.gov/pmb/products/sref/ )
36
+ - [ Wind Speed Probabilities (WSP)] ( https://www.nhc.noaa.gov/gis/ )
37
+
18
38
### Input Files
19
39
- 5 namelist of grib fields and associated wmo headers.
20
40
- 11 input grib2 file.
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ requested field (extract=.true.). Both options return the same
18
18
message if the requested field is the only field in the GRIB2
19
19
message.
20
20
21
+ This program is used by operational applications including:
22
+ - [ Air Quality Model (AQM)] ( https://www.nco.ncep.noaa.gov/pmb/products/aqm/ )
23
+ - [ Gridded LAMP (GLMP)] ( https://vlab.noaa.gov/web/mdl/gridded-lamp )
24
+ - [ Rapid Refresh (RAP)] ( https://rapidrefresh.noaa.gov/ )
25
+
21
26
### Input Files
22
27
23
28
- 5 Namelist of grib fields and associated wmo headers.
You can’t perform that action at this time.
0 commit comments