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

feature_2054_helpEmailChanges #2064

Merged
merged 4 commits into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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