Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct the tables definitions of two local variables #620

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-16
key: data-17

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-16
key: data-17

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-16
key: data-17

- name: build-bufr
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-16
key: data-17

- name: spack-build-and-test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-16
key: data-17

- name: build-docs
run: |
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option(BUILD_TESTING "Enable automated testing" ON)
# Developers can use this option to specify a local directory which
# holds the test files. They will be copied instead of fetching the
# files via FTP.
SET(TEST_FILE_DIR "." CACHE STRING "Check this directory for test files before using FTP.")
set(TEST_FILE_DIR "." CACHE STRING "Check this directory for test files before using FTP.")
message(STATUS "Finding test data files in directory ${TEST_FILE_DIR}.")

set(MASTER_TABLE_DIR "${CMAKE_INSTALL_PREFIX}/tables" CACHE STRING "Installation location of Master BUFR Tables")
Expand Down Expand Up @@ -125,8 +125,8 @@ endif()

add_subdirectory(tables)

# Turn on unit testing.
if(BUILD_TESTING)
# Turn on unit testing.
include(CTest)
add_subdirectory(test)
endif()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ must be installed and available on the system.

When building the library, automated CI testing is included by default.
If this is not desired, then it can be disabled by adding `-DBUILD_TESTING=OFF`
to the above cmake command.
to the above cmake command and omitting the subsequent `ctest` step.

When building the library, associated utilities are included by default.
If these are not desired, then they can be disabled by adding `-DBUILD_UTILS=OFF`
Expand Down
28 changes: 12 additions & 16 deletions tables/bufrtab.CodeFlag_LOC_0_7_1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Table F LOC | 0 | 7 | 1
#
# Local BUFR Table CODE/FLAG, Master Table 0, Originating Center 7, Version 1
# This file was generated: 2024/07/05 17:36:49
# This file was generated: 2024/09/16 19:31:11
#
#========================================================================================================
# F-XX-YYY | MNEMONIC ; CODE <-- code table definition
Expand Down Expand Up @@ -2854,21 +2854,16 @@ Table F LOC | 0 | 7 | 1
| 12 > | Dew point sensor invalidated
| 16 | Operator manual data entry

0-33-241 | QHDOP ; CODE
| 0 > | All parameters of nominal accuracy
| 1 > | Latitude or longitude questionable
| 2 > | Geopotential altitude or static pressure questionable
| 3 | Both latitude or longitude, and geopotential altitude or static pressure questionable

0-33-242 | QHDOM ; CODE
| 0 > | All parameters of nominal accuracy
| 1 > | Temperature or dewpoint temperature questionable
| 2 > | Flight-level winds questionable
| 3 > | SFMR parameter(s) questionable
| 4 > | Temperature or dewpoint temperature, and flight-level winds questionable
| 5 > | Temperature or dewpoint temperature, and SFMR parameter(s) questionable
| 6 > | Flight-level winds and SFMR parameter(s) questionable
| 9 | Temperature or dewpoint temperature, flight-level winds, and SFMR parameter(s) questionable
0-33-241 | QHDOP ; FLAG
| 1 > | All parameters of nominal accuracy
| 2 > | Latitude or longitude questionable
| 3 | Geopotential altitude or static pressure questionable

0-33-242 | QHDOM ; FLAG
| 1 > | All parameters of nominal accuracy
| 2 > | Temperature or dewpoint temperature questionable
| 3 > | Flight-level winds questionable
| 4 | SFMR parameter(s) questionable

0-33-254 | TPQC2 ; CODE
| 0 > | Good
Expand Down Expand Up @@ -4762,6 +4757,7 @@ Table F LOC | 0 | 7 | 1
| 14 > | France ASDAR/ACARS
| 15 > | Flight level reconnaisance (High Density Observations)
| 16 > | Mode-S ASDAR/ACARS
| 17 > | AMDAR-over-AFIRS
| 30 > | Long-duration balloon
| 103 > | ASDAR/ACARS (BUFR)
| 0-55-020=5
Expand Down
6 changes: 3 additions & 3 deletions tables/bufrtab.TableB_LOC_0_7_1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Table B LOC | 0 | 7 | 1
#
# Local BUFR Table B, Master Table 0, Originating Center 7, Version 1
# This file was generated: 2024/07/05 17:36:49
# This file was generated: 2024/09/16 19:31:11
#
#========================================================================================================
# F-XX-YYY |SCALE| REFERENCE | BIT | UNIT | MNEMONIC ;DESC ; ELEMENT NAME
Expand Down Expand Up @@ -427,8 +427,8 @@ Table B LOC | 0 | 7 | 1
0-33-238 | 0 | 0 | 6 | Code table | QCCHEK ; ; Data quality check indicator
0-33-239 | 0 | 0 | 3 | Code table | QCTSP ; ; Quality control indicator for temperature/salinity profile
0-33-240 | 0 | 0 | 3 | Code table | QCCUR ; ; Quality control indicator for current profile
0-33-241 | 0 | 0 | 3 | Code table | QHDOP ; ; Quality for observed position
0-33-242 | 0 | 0 | 4 | Code table | QHDOM ; ; Quality for observed meteorological parameters
0-33-241 | 0 | 0 | 7 | Flag table | QHDOP ; ; Quality for observed position
0-33-242 | 0 | 0 | 15 | Flag table | QHDOM ; ; Quality for observed meteorological parameters
0-33-245 | 2 | 0 | 16 | K | SSTE ; ; Estimated error covariance for sea surface temperature retrieval
0-33-246 | 2 | 0 | 15 | m s**-1 | SPDE ; ; Estimated error covariance for wind speed retrieval
0-33-247 | 2 | 0 | 14 | kg m**-2 | VPRE ; ; Estimated error covariance for total water vapor retrieval
Expand Down
Loading