From 10fdcbde424e8f9b24e20dadde1e997626ae2e45 Mon Sep 17 00:00:00 2001 From: David Albo Date: Tue, 22 Feb 2022 12:46:40 -0700 Subject: [PATCH 1/4] found and made three changes replacing met_help@ucar.edu with the MetPlus gitub discussions page --- met/README | 2 +- met/docs/Users_Guide/appendixA.rst | 5 ++--- met/src/libcode/vx_data2d_grib2/data2d_grib2.cc | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/met/README b/met/README index d05da60c0e..77d4044af0 100644 --- a/met/README +++ b/met/README @@ -22,7 +22,7 @@ This is the main directory for the Model Evaluation Tools source code release. For questions, please: - Refer to the MET User's Guide: https://met.readthedocs.io/en/latest - Refer to the MET website: http://dtcenter.org/community-code/model-evaluation-tools-met -- Send mail to met_help@ucar.edu. +- Interact with the METplus GitHub Discussions page: https://github.com/dtcenter/METplus/discussions Dependencies ------------ diff --git a/met/docs/Users_Guide/appendixA.rst b/met/docs/Users_Guide/appendixA.rst index 7bf41e810b..d4c9e00304 100644 --- a/met/docs/Users_Guide/appendixA.rst +++ b/met/docs/Users_Guide/appendixA.rst @@ -1777,9 +1777,8 @@ Try the following 2 things: MET_BUFRLIB=/home/username/BUFRLIB_v10.2.3 -After doing that, please try recompiling MET. If it fails, -please send met_help@ucar.edu the following log files. -"make_install.log" as well as "config.log". +After doing that, please try recompiling MET. If it fails, please submit the following log files: "make_install.log" as well as "config.log".them to `METplus GitHub Discussions Forum `_ + Command line double quotes -------------------------- diff --git a/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc b/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc index 5646a2f13c..228f1cdea2 100644 --- a/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc +++ b/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc @@ -704,7 +704,7 @@ void MetGrib2DataFile::read_grib2_record_list() { mlog << Error << "\nMetGrib2DataFile::data_plane() -> " << "PDS template number (" << gfld->ipdtnum << ") is not supported. " - << "Please email met_help@ucar.edu.\n\n"; + << "Please take this to the METplus GitHub Discussions page: https://github.com/dtcenter/METplus/discussions\n\n"; exit(1); } From 46a2c0067b49bb225302d6b1bf3c53996969cd23 Mon Sep 17 00:00:00 2001 From: davidalbo Date: Tue, 22 Feb 2022 15:15:41 -0700 Subject: [PATCH 2/4] Update met/docs/Users_Guide/appendixA.rst Thanks, a typo plus I am completely neutral as to the exact wording. Co-authored-by: jprestop --- met/docs/Users_Guide/appendixA.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/docs/Users_Guide/appendixA.rst b/met/docs/Users_Guide/appendixA.rst index d4c9e00304..9b47a535bd 100644 --- a/met/docs/Users_Guide/appendixA.rst +++ b/met/docs/Users_Guide/appendixA.rst @@ -1777,7 +1777,7 @@ Try the following 2 things: MET_BUFRLIB=/home/username/BUFRLIB_v10.2.3 -After doing that, please try recompiling MET. If it fails, please submit the following log files: "make_install.log" as well as "config.log".them to `METplus GitHub Discussions Forum `_ +After doing that, please try recompiling MET. If it fails, please submit the following log files: "make_install.log" as well as "config.log" with a new post in the `METplus GitHub Discussions Forum `_. Command line double quotes From 3774f0ae3a8af5146d628ab75141030fc5942665 Mon Sep 17 00:00:00 2001 From: davidalbo Date: Tue, 22 Feb 2022 15:18:20 -0700 Subject: [PATCH 3/4] Update met/src/libcode/vx_data2d_grib2/data2d_grib2.cc Co-authored-by: jprestop --- met/src/libcode/vx_data2d_grib2/data2d_grib2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc b/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc index 228f1cdea2..0061d2fd00 100644 --- a/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc +++ b/met/src/libcode/vx_data2d_grib2/data2d_grib2.cc @@ -704,7 +704,7 @@ void MetGrib2DataFile::read_grib2_record_list() { mlog << Error << "\nMetGrib2DataFile::data_plane() -> " << "PDS template number (" << gfld->ipdtnum << ") is not supported. " - << "Please take this to the METplus GitHub Discussions page: https://github.com/dtcenter/METplus/discussions\n\n"; + << "Please create a new post with this information in the METplus GitHub Discussions forum at https://github.com/dtcenter/METplus/discussions\n\n"; exit(1); } From 0f2d6febbeb1894341f157b054b5904e8255b6cc Mon Sep 17 00:00:00 2001 From: davidalbo Date: Tue, 22 Feb 2022 15:19:36 -0700 Subject: [PATCH 4/4] Update met/README Co-authored-by: jprestop --- met/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/README b/met/README index 77d4044af0..9ea770c2bf 100644 --- a/met/README +++ b/met/README @@ -22,7 +22,7 @@ This is the main directory for the Model Evaluation Tools source code release. For questions, please: - Refer to the MET User's Guide: https://met.readthedocs.io/en/latest - Refer to the MET website: http://dtcenter.org/community-code/model-evaluation-tools-met -- Interact with the METplus GitHub Discussions page: https://github.com/dtcenter/METplus/discussions +- Create a post in the METplus GitHub Discussions forum: https://github.com/dtcenter/METplus/discussions Dependencies ------------