Skip to content

Commit

Permalink
feature_2054_helpEmailChanges (#2064)
Browse files Browse the repository at this point in the history
* found and made three changes replacing met_help@ucar.edu with the MetPlus gitub discussions page

* Update met/docs/Users_Guide/appendixA.rst

Thanks, a typo plus I am completely neutral as to the exact wording.

Co-authored-by: jprestop <jpresto@ucar.edu>

* Update met/src/libcode/vx_data2d_grib2/data2d_grib2.cc

Co-authored-by: jprestop <jpresto@ucar.edu>

* Update met/README

Co-authored-by: jprestop <jpresto@ucar.edu>

Co-authored-by: jprestop <jpresto@ucar.edu>
  • Loading branch information
davidalbo and jprestop committed Feb 23, 2022
1 parent f74ac2a commit 2c4e4af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion met/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
5 changes: 2 additions & 3 deletions met/docs/Users_Guide/appendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/dtcenter/METplus/discussions>`_.


Command line double quotes
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion met/src/libcode/vx_data2d_grib2/data2d_grib2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2c4e4af

Please sign in to comment.