GEFS | MPAS | WRF
Global Ensemble Forecast System (GEFS)
The Global Ensemble Forecast System (GEFS) is a weather model created by the National Centers for Environmental Prediction (NCEP) that generates
- 30 + 1 separate forecasts (ensemble members)
- 30 perturbed and 1 unperturbed/control
to address underlying uncertainties in the input data such limited coverage, instruments or observing systems biases, and the limitations of the model itself. GEFS quantifies these uncertainties by generating multiple forecasts, which in turn produce a range of potential outcomes based on differences or perturbations applied to the data after it has been incorporated into the model. Each forecast compensates for a different set of uncertainties.
Training on the use of ensemble forecasts
Introduction / History

GEFS in the NOAA Big Data Program
The NOAA Open Data Dissemination Program provides access to data
- for multiple resolutions
- from 1/1/2017–present
- in the AWS Open Data Registry for GEFS
Products Inventory
The "pgrb2ap5," "pgrb2bp5," and
"pgrb2sp25" directories in the Global Ensemble Forecast
System (GEFS) refer to different sets of gridded binary (GRIB2) forecast
product files at different spatial resolutions and with different
contents:
pgrb2ap5andpgrb2bp5contain GEFS forecast products at a 0.5-degree spatial resolution. These two subdirectories combined hold the same content as the older 1-degree products but at higher resolution and with updates in the division of variables between the two directories. The "pgrb2ap5" files include about 43+ variables such as height, temperature, relative humidity at various pressure levels, winds, surface pressure, precipitation types, and others. The "pgrb2bp5" directory contains most of the other variables. The output frequency is typically every three hours for the first eight days of the forecast. These 0.5-degree products replaced the older 2.5-degree GRIB2 datasets.pgrb2sp25contains selected primary forecast fields at a higher 0.25-degree spatial resolution (quarter degree). This directory has fewer (~35+) most common variables but at higher spatial detail. Starting from GEFS version 12.1.2 (2021), new variables such as Mean Sea Level Pressure with Eta reduction (MSLET) were added to the "pgrb2sp25" files.- Jun 21 2021/GEFSv12.1.2 upgrade: https://preview.weather.gov/media/notification/pdf2/scn21-61gefs_upgrade_v12.1.2.pdf


- herbie:
GEFS: The GEFS model product could be any of the following: -
'atmos.5' - Half degree atmos PRIMARY fields (
pgrb2ap5); ~83 most common variables. - 'atmos.5b' - Half degree atmos SECONDARY fields (pgrb2bp5); ~500 least common variables - 'atmos.25' - Quarter degree atmos PRIMARY fields (pgrb2sp25); ~35 most common variables - 'wave' - Global wave products. - 'chem.5' - Chemistry fields on 0.5 degree grid - 'chem.25' - Chemistry fields on 0.25 degree grid.
Label
NNis the number (name) of ensemble members (c00, p01-p30)CCis the current cycle (00, 06, 12, 18)xxxdenotes the forecast hour (i.e. 00, 06, ..., 384)PPrefers to 10, 50 or 90YYYYMMDDrefers to the current Year Month Day
GEFS - Atmos - pgrb2a/pgrb2bp5 (0.5 degree resolution)
GEFS - Atmos - pgrb2sp25 (Select Parms) (0.25 degree resolution)

download: Herbie
- NWP | Herbie | Download NWP model output (grib2) | MPAS | WRF
- https://herbie.readthedocs.io/en/latest/gallery/noaa_models/gefs.html
- You also must specify a
member. For the atmos output, this should be something like0or "c00" for control member,1-30or "p01"-"p30" for members1-30, or 'avg' or 'mean' for the ensemble mean, 'spr' for ensemble spread - ValueError: For GEFS product atmos.5, member must be one of
['p01', 'p02', 'p03', 'p04', 'p05', 'p06', 'p07', 'p08', 'p09', 'p10', 'p11', 'p12', 'p13', 'p14', 'p15', 'p16', 'p17', 'p18', 'p19', 'p20', 'p21', 'p22', 'p23', 'p24', 'p25', 'p26', 'p27', 'p28', 'p29', 'p30', 'c00', 'spr', 'avg']
1 | |
1 | |
1 | |

ungrib
GEFS sep2020 landmask fix (May 5, 2021)
Update rrpr.F to correctly process the land
surface fields in the September 2020 GEFS files. The GEFS
changes were similar to the GFS changes in July 2017 which includes a
new missing value for soil fields. The landmask in the grib file does
not match the soil fields, so a landmask is created from the soil
temperature field. Without this fix the soil temperature and moisture
can be zero which causes wrf to blow up. If NCEP eventually fixes this
problem we may need to revisit this processing.
- gep01.t00z.pgrb2a.0p50.f000
- gep01.t00z.pgrb2b.0p50.f000
- ungrib.exe
- link_grib.csh
$ link_grib.csh gep01.*
Vtable.GFSENSVtable -> Vtable.GFSENS- namelist.wps
1 | |