diff --git a/met/README b/met/README index d05da60c0e..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 -- Send mail to met_help@ucar.edu. +- Create a post in the METplus GitHub Discussions forum: 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..9b47a535bd 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" with a new post in the `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..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 email met_help@ucar.edu.\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); }