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_v11.0-ref after #2443, #2454, and #2455 #2456

Merged
merged 47 commits into from
Feb 22, 2023

Conversation

JohnHalleyGotway
Copy link
Collaborator

@JohnHalleyGotway JohnHalleyGotway commented Feb 21, 2023

Expected Differences

This PR explains the differences flagged by the nightly build in seneca:/d1/projects/MET/MET_regression/main_v11.0/NB20230222.

  1. PR Bugfix 2428 python from env main v11.0 #2443 for issue Bugfix: Fix the MET vx_pointdata_python library to handle MET_PYTHON_EXE for python embedding of point observations #2428 adds new output pb2nc_TMP_user_python.nc for a new python unit test.
ERROR: folder MET-main_v11.0-ref/test_output missing 1 files
    python/pb2nc_TMP_user_python.nc 
  1. PR Bugfix #2452 main_v11.0 airnow #2453 for issue Bugfix: Fix inconsistent ASCII2NC AIRNOW location lookup logic #2452 fixes ascii2nc's handling of AIRNOW data and modifies an existing ascii2nc unit test output file.
file1: MET-main_v11.0-ref/test_output/ascii2nc/airnow/HourlyData_20220312.nc
ERROR: NetCDF headers differ:
  1. PR Feature #2442 v11.0.1-rc1 #2455 for issue Create the MET-11.0.1-rc1 release #2442 changes the version number from 11.0.0 to 11.0.1. This affects MODE, MTD, and SEEPS output files.
file1: MET-main_v11.0-ref/test_output/grid_stat/grid_stat_SEEPS_000000L_20211202_000000V_seeps.txt
file1: MET-main_v11.0-ref/test_output/grid_stat/grid_stat_SEEPS_000000L_20211202_000000V.stat
file1: MET-main_v11.0-ref/test_output/mtd/mtd_BASIC_20100517_010000V_2d.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_BASIC_20100517_010000V_3d_pair_cluster.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_BASIC_20100517_010000V_3d_pair_simple.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_BASIC_20100517_010000V_3d_single_cluster.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_BASIC_20100517_010000V_3d_single_simple.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_CONV_TIME_20100517_010000V_2d.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_CONV_TIME_20100517_010000V_3d_pair_cluster.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_CONV_TIME_20100517_010000V_3d_pair_simple.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_CONV_TIME_20100517_010000V_3d_single_cluster.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_CONV_TIME_20100517_010000V_3d_single_simple.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_SINGLE_20100517_010000V_2d.txt
file1: MET-main_v11.0-ref/test_output/mtd/mtd_SINGLE_20100517_010000V_3d_single_simple.txt
file1: MET-main_v11.0-ref/test_output/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_seeps_mpr.txt
file1: MET-main_v11.0-ref/test_output/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_seeps.txt
file1: MET-main_v11.0-ref/test_output/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V.stat
file1: MET-main_v11.0-ref/test_output/python/mtd_PYTHON_20050807_120000V_2d.txt
file1: MET-main_v11.0-ref/test_output/python/mtd_PYTHON_20050807_120000V_3d_pair_cluster.txt
file1: MET-main_v11.0-ref/test_output/python/mtd_PYTHON_20050807_120000V_3d_pair_simple.txt
file1: MET-main_v11.0-ref/test_output/python/mtd_PYTHON_20050807_120000V_3d_single_cluster.txt
file1: MET-main_v11.0-ref/test_output/python/mtd_PYTHON_20050807_120000V_3d_single_simple.txt
file1: MET-main_v11.0-ref/test_output/stat_analysis_ps/CONFIG_POINT_STAT_filter_seeps.stat

I used the following commands to verify that the version number is the only diff:

cd /d1/projects/MET/MET_regression/main_v11.0/NB20230222
egrep -i "ERROR:|file1:" test_regression_20230222.log  | egrep -B 1 ERROR: | grep file1 | egrep -v "*.nc" | awk '{print $2}' > diff_files
for file in `cat diff_files`; do
  cat $file | sed 's/11\.0\.0/11.0.1/g' > tmp;
  short=`echo $file | cut -d'/' -f2-10`;
  echo $file;
  diff tmp MET-main_v11.0/${short};
done

Updating main_v11.0-ref to get past these expected differences.

JohnHalleyGotway and others added 30 commits December 12, 2022 15:13
* Updating compile_MET_all.sh for a newer version of NetCDF (4.7.4)

* Updating config files

* Updating modulefiles
…in_v11.0

#2387 Do not increase n_file_obs when n_derived_obs is increased
* Update modulefiles

* Updating modulefiles
Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
…ic_main_v11.0

Feature #2218 main_v11.0 polar stereographic
Howard Soh and others added 17 commits February 2, 2023 13:14
…ic_main_v11.0

#2218 Initialize polar stereographics parameters for ellipsoidal earth
Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
…T_PYTHON_BIN_EXE from 2 Makefile.in files that were inadvertently added.
Updating Python version to be 3.8 for Read the Docs
Remove pdf from builds
Switch back to Python 3.7 to see if that resolves failed check.
Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
@JohnHalleyGotway JohnHalleyGotway added this to the MET 11.0.1 (bugfix) milestone Feb 21, 2023
@JohnHalleyGotway JohnHalleyGotway merged commit 5cd254e into main_v11.0-ref Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants