Skip to content

Commit 829cad9

Browse files
Merge branch 'develop' into as_wmo_updates
2 parents 22a75e6 + 000cb79 commit 829cad9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ FILTER_SOURCE_PATTERNS =
976976
# (index.html). This can be useful if you have a project on for instance GitHub
977977
# and want to reuse the introduction page also for the doxygen output.
978978

979-
USE_MDFILE_AS_MAINPAGE = @abs_top_srcdir@/docs/sp_user_guide.md
979+
USE_MDFILE_AS_MAINPAGE = @abs_top_srcdir@/docs/user_guide.md
980980

981981
#---------------------------------------------------------------------------
982982
# Configuration options related to source browsing

docs/user_guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@mainpage
22

3-
## Introduction
3+
# Introduction
44

55
This document briefly describes the NCEPLIBS-g2tmpl library.
66

7-
## GRIB2 Tables/Templates
7+
# GRIB2 Tables/Templates
88

99
NCO Provides documentation on WMO GRIB2 at
1010
https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/
@@ -15,9 +15,9 @@ descriptions of each template and code table information. This
1515
document can be found at https://codes.wmo.int/grib2/_codeflag (PDF
1616
and MSWord formats are available).
1717

18-
## Editing Parameters in the GRIB2 Tables
18+
# Editing Parameters in the GRIB2 Tables
1919

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
2121

2222
GRIB2 parameter table for all disciplines and categories and parameter. These fields are
2323
in order as below:
@@ -74,7 +74,7 @@ The procedures are following:
7474
</pre>
7575
4. run the sort_params_grib2_tbl manually to write output file which it will be sorted.
7676

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
7878

7979
The following variables are often requested by developers: parameters, model id or new
8080
grid id to add to NCEPGRIB2 tables. Example:
@@ -159,7 +159,7 @@ Example:
159159
==> The output file is: params_grib2_tbl_new file
160160
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).
161161

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.
163163

164164
(see PDT at https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-0.shtml)
165165
We need to modify the following files in g2tmpl library:
@@ -178,7 +178,7 @@ https://docs.google.com/document/d/1VK3j0K0CXRxaP7ZW-uJuyGKosVVAuIOkBBIafY2tzW0/
178178
Wen Meng)
179179
https://docs.google.com/document/d/1r2BQtAI33S_zCDh6Ko-aFW0kO79MYILspW31Bw4zE60/edit
180180

181-
### Maintaining NCEP WMO GRIB2 DOCUMENTATION and Update GRIB2 library
181+
## Maintaining NCEP WMO GRIB2 DOCUMENTATION and Update GRIB2 library
182182

183183
The NCEP WMO grib2 document is on NCO RZDM web site:
184184
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
225225
This file updates the available parameters in GRIB2 tables.
226226
* New file as needed (e.g., new compression, new feature, …)
227227

228-
### Documentation for Previous Versions of NCEPLIBS-g2tmpl
228+
## Documentation for Previous Versions of NCEPLIBS-g2tmpl
229229

230230
* [NCEPLIBS-g2tmpl Version 1.11.0](ver-1.11.0/index.html)
231231
* [NCEPLIBS-g2tmpl Version 1.10.0](ver-1.10.0/index.html)

0 commit comments

Comments
 (0)