Forecast Content
Below is a summarization of the flight planning data content:
Parameters and Levels
SFC | 850 | 700 | 600 | 500 | 450 | 400 | 350 | 300 | 250 | 200 | 150 | 100 | Max | Trop | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
U Wind |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
V Wind |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
Temp |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
DTN GFS 1.0 Also Contains
SFC | 850 | 700 | 600 | 500 | 450 | 400 | 350 | 300 | 250 | 200 | 150 | 100 | Max | Trop | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Pressure |
X |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Heights |
|
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
Grid Resolution | MOne degree global Latitude / Longitude (NCEP Grid 3) |
---|---|
Forecast Interval |
3 hours |
Forecast Length |
36 hours (0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36 hour forecasts) |
File Counts |
1 file for each Level Total 195 GR2 files for each forecast update |
Update Period |
Every 6 hours |
File Packaging and Bundling
The flight planning data is packaged as a series of concatenated GRIB2 files. Individual GRIB2 files are concatenated such that one file contains GRIB2 sections for all of the parameters (wind U, wind V, and temperature) for a particular forecast period and atmospheric level.
The GRIB2 compression is defined in the header information included in the data files. For further information, review Section 4 Binary Data Section (BDS) found in the link below.
https://www.nco.ncep.noaa.gov/pmb/docs/on388/section4.html
Individual GRIB File Naming Convention
The flight planning files use the following file naming convention:
Filename definition: <M><RT><LL><FF>.GR2
Where:
M= Model Code
RT= Model Run-time Code
LL= Level Code
FF= Forecast Code
Model Code | Model Run-time Code | Level Code | Valid Forecast Hours |
---|---|---|---|
G=GFS H=DTN |
00z ( Filename Code= 00 ) 06z ( Filename Code= 06 ) 12z ( Filename Code= 12 ) 18z ( Filename Code= 18 ) |
SFC ( Filename Code= 98 ) |
0 ( Filename Code= IE) |
File structure
As mentioned above, each flight planning file contains a concatenation of the GRIB2 files for all of the parameters (wind U, wind V, and temperature) for a particular forecast period and atmospheric level.
The structure of each flight planning file is very simple: the GRIB2 sections for each parameter are appended one after another to the file. The resulting file is a series of GRIB2s, with a marker at the head of each GRIB2 and a marker at the end of each GRIB2. These markers can be used to locate and extract the GRIB2s from the concatenated file. The head marker is the ASCII text “GRIB”; the tail marker is a sequence of four ASCII 7’s, as in “7777”.
See Figure 4-1 below:
[start of file]
…..
“GRIB” … [GRIB2 content] … “7777”
…
“GRIB” … [GRIB2 content] … “7777”
…
[end of file]
Figure 4-1 Structure of concatenated file.
Please take note of the following:
No assumptions should be made regarding the position of the GRIB2 file within the concatenated file. The first GRIB2 may or may not begin at the start of the file. There may be non-GRIB2 data (headers, etc) leading or trailing the GRIB2 sections.