1
1
@mainpage
2
2
3
- ## Introduction
3
+ # Introduction
4
4
5
5
This document briefly describes the NCEPLIBS-g2tmpl library.
6
6
7
- ## GRIB2 Tables/Templates
7
+ # GRIB2 Tables/Templates
8
8
9
9
NCO Provides documentation on WMO GRIB2 at
10
10
https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/
@@ -15,9 +15,9 @@ descriptions of each template and code table information. This
15
15
document can be found at https://codes.wmo.int/grib2/_codeflag (PDF
16
16
and MSWord formats are available).
17
17
18
- ## Editing Parameters in the GRIB2 Tables
18
+ # Editing Parameters in the GRIB2 Tables
19
19
20
- ### GRIB2 - TABLE 4.2-0-0 PARAMETERS FOR DISCIPLINE 0 CATEGORY 0
20
+ ## GRIB2 - TABLE 4.2-0-0 PARAMETERS FOR DISCIPLINE 0 CATEGORY 0
21
21
22
22
GRIB2 parameter table for all disciplines and categories and parameter. These fields are
23
23
in order as below:
@@ -74,7 +74,7 @@ The procedures are following:
74
74
</pre >
75
75
4 . run the sort_params_grib2_tbl manually to write output file which it will be sorted.
76
76
77
- ## Adding New Generating Process ID or Model ID PDT in GRIB2 tables
77
+ # Adding New Generating Process ID or Model ID PDT in GRIB2 tables
78
78
79
79
The following variables are often requested by developers: parameters, model id or new
80
80
grid id to add to NCEPGRIB2 tables. Example:
@@ -159,7 +159,7 @@ Example:
159
159
==> The output file is: params_grib2_tbl_new file
160
160
5 . We will give these two files: params_grib2_tbl_new.text and params_grib2_tbl_new to developer for testing and UPP (code manager is Wen).
161
161
162
- ### New Generating Process ID (see Code ON388 Table A) or Product Definition Template.
162
+ ## New Generating Process ID (see Code ON388 Table A) or Product Definition Template.
163
163
164
164
(see PDT at https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-0.shtml )
165
165
We need to modify the following files in g2tmpl library:
@@ -178,7 +178,7 @@ https://docs.google.com/document/d/1VK3j0K0CXRxaP7ZW-uJuyGKosVVAuIOkBBIafY2tzW0/
178
178
Wen Meng)
179
179
https://docs.google.com/document/d/1r2BQtAI33S_zCDh6Ko-aFW0kO79MYILspW31Bw4zE60/edit
180
180
181
- ### Maintaining NCEP WMO GRIB2 DOCUMENTATION and Update GRIB2 library
181
+ ## Maintaining NCEP WMO GRIB2 DOCUMENTATION and Update GRIB2 library
182
182
183
183
The NCEP WMO grib2 document is on NCO RZDM web site:
184
184
https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/ WMO updates
@@ -225,7 +225,7 @@ This file updates “Product Definition Templates” used in Section 4
225
225
This file updates the available parameters in GRIB2 tables.
226
226
* New file as needed (e.g., new compression, new feature, …)
227
227
228
- ### Documentation for Previous Versions of NCEPLIBS-g2tmpl
228
+ ## Documentation for Previous Versions of NCEPLIBS-g2tmpl
229
229
230
230
* [ NCEPLIBS-g2tmpl Version 1.11.0] ( ver-1.11.0/index.html )
231
231
* [ NCEPLIBS-g2tmpl Version 1.10.0] ( ver-1.10.0/index.html )
0 commit comments