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

Update main_v10.0-ref after #2103 #2111

Merged
merged 40 commits into from
Mar 30, 2022
Merged

Update main_v10.0-ref after #2103 #2111

merged 40 commits into from
Mar 30, 2022

Conversation

JohnHalleyGotway
Copy link
Collaborator

Expected Differences

PR #2103 for issue #2102 updates ioda2nc to correctly initialize the modified_hdr_typ variable. The NB for main_v10.0 failed on seneca on 20220330 because of this fix.

cat /d1/projects/MET/MET_regression/main_v10.0/NB20220330/test_regression_20220330.log 
COMPARING ioda2nc/odb_sonde_16019_all.nc
file1: MET-main_v10.0-ref/test_output/ioda2nc/odb_sonde_16019_all.nc
file2: MET-main_v10.0/test_output/ioda2nc/odb_sonde_16019_all.nc 
ERROR: 1 string difference(s) found in var hdr_typ_table 

Here's the OLD data:

ncdump -v hdr_typ_table MET-main_v10.0-ref/test_output/ioda2nc/odb_sonde_16019_all.nc
 hdr_typ_table = "09\320\203\375\177" ;

Here's the NEW corrected data:

ncdump -v hdr_typ_table MET-main_v10.0/test_output/ioda2nc/odb_sonde_16019_all.nc
 hdr_typ_table = "" ;

Updating main_v10.0-ref to get past this fix.

JohnHalleyGotway and others added 30 commits May 12, 2021 11:28
…pport extra-tropical cyclone tracks not verified against BEST tracks.
* Updating compile script and associated config files for met-10.0.0

* Removing old config files

* install_met_env.het

* Updated orion file

* Added stampede2 config file

* Adding modulefiles for various machines
* Recommended updates to clarify the use of projects and milestones for bugfixes.

* Making details consistent across all issue templates.
Adding text for GitHub Discussions
…id_latlon_to_laton

Bugfix 1817 met v10.0 point2grid latlon to laton
…ile_list_parsing

Bugfix 1508 met_v10.0 tc_gen file list parsing
* Per #1879, in Ensemble-Stat, only call add_grib_code() when point verification data is provided.

* Per #1879, in the VarInfoGrib::add_grib_code() try doing a table lookup using the user-specified GRIB1 values first and then the default values second. Also, make the error message about no matches much more verbose.
Updated all template to include the addition of new alert labels
…tead of only the filename so that the function can tell whether or not the file exists. (#1953)

Co-authored-by: Julie Prestopnik <[email protected]>
@JohnHalleyGotway JohnHalleyGotway added this to the MET 10.0.2 (bugfix) milestone Mar 30, 2022
@JohnHalleyGotway JohnHalleyGotway linked an issue Mar 30, 2022 that may be closed by this pull request
22 tasks
@JohnHalleyGotway JohnHalleyGotway merged commit 5c77822 into main_v10.0-ref Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix regression test differences in pb2nc and ioda2nc output
5 participants