Skip to content

Commit

Permalink
Merge pull request #210 from NOAA-EMC/v38tables
Browse files Browse the repository at this point in the history
update tables with version 38 of WMO master table
  • Loading branch information
jbathegit authored May 12, 2022
2 parents 8ceea36 + 16a2c61 commit 6ac3903
Show file tree
Hide file tree
Showing 5 changed files with 19,438 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/dfbfmstab.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ the tables subdirectory:
- [Standard Table B for Master Table 0 (WMO), Version 33](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_33)
- [Standard Table B for Master Table 0 (WMO), Version 34](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_34)
- [Standard Table B for Master Table 0 (WMO), Version 35](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_35)
- [Standard Table B for Master Table 0 (WMO), Version 36](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_36)
- [Standard Table B for Master Table 0 (WMO), Version 37](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_37)
- [Standard Table B for Master Table 0 (WMO), Version 38](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_STD_0_38)
- [Local Table B for Master Table 0 (WMO), Originating Center 7 (NCEP), Version 1](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableB_LOC_0_7_1)

<div id="TableD"/>
Expand Down Expand Up @@ -263,6 +266,9 @@ distribution package for the software, within the tables subdirectory:
- [Standard Table D for Master Table 0 (WMO), Version 33](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_33)
- [Standard Table D for Master Table 0 (WMO), Version 34](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_34)
- [Standard Table D for Master Table 0 (WMO), Version 35](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_35)
- [Standard Table D for Master Table 0 (WMO), Version 36](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_36)
- [Standard Table D for Master Table 0 (WMO), Version 37](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_37)
- [Standard Table D for Master Table 0 (WMO), Version 38](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_STD_0_38)
- [Local Table D for Master Table 0 (WMO), Originating Center 7 (NCEP), Version 1](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.TableD_LOC_0_7_1)


Expand Down Expand Up @@ -473,4 +479,7 @@ distribution package for the software, within the tables subdirectory:
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 33](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_33)
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 34](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_34)
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 35](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_35)
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 36](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_36)
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 37](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_37)
- [Standard Code/Flag Tables for Master Table 0 (WMO), Version 38](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_STD_0_38)
- [Local Code/Flag Tables for Master Table 0 (WMO), Originating Center 7 (NCEP), Version 1](https://github.com/NOAA-EMC/NCEPLIBS-bufr/tree/develop/tables/bufrtab.CodeFlag_LOC_0_7_1)
3 changes: 3 additions & 0 deletions tables/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ list(APPEND bufr_tables
bufrtab.CodeFlag_STD_0_35
bufrtab.CodeFlag_STD_0_36
bufrtab.CodeFlag_STD_0_37
bufrtab.CodeFlag_STD_0_38
bufrtab.TableB_LOC_0_7_1
bufrtab.TableB_STD_0_13
bufrtab.TableB_STD_0_14
Expand All @@ -51,6 +52,7 @@ list(APPEND bufr_tables
bufrtab.TableB_STD_0_35
bufrtab.TableB_STD_0_36
bufrtab.TableB_STD_0_37
bufrtab.TableB_STD_0_38
bufrtab.TableD_LOC_0_7_1
bufrtab.TableD_STD_0_13
bufrtab.TableD_STD_0_14
Expand All @@ -77,6 +79,7 @@ list(APPEND bufr_tables
bufrtab.TableD_STD_0_35
bufrtab.TableD_STD_0_36
bufrtab.TableD_STD_0_37
bufrtab.TableD_STD_0_38
)

# Link BUFR tables in the build area
Expand Down
Loading

0 comments on commit 6ac3903

Please sign in to comment.