From 9177aea065306036a36e43c1c45d189474103159 Mon Sep 17 00:00:00 2001 From: "Julie.Prestopnik" Date: Fri, 9 Jul 2021 10:00:05 -0600 Subject: [PATCH] Per #1834, modified formatting --- met/docs/Users_Guide/appendixA.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/met/docs/Users_Guide/appendixA.rst b/met/docs/Users_Guide/appendixA.rst index 9a4e987f29..41f3bfbac5 100644 --- a/met/docs/Users_Guide/appendixA.rst +++ b/met/docs/Users_Guide/appendixA.rst @@ -1275,7 +1275,7 @@ contingency table statistics (CTS) would be done using the "-out_fcst_thresh" option. STAT-Analysis does have the ability to filter MPR lat/lon locations -using... - the "-mask_poly" option for a lat/lon polyline - the "-mask_grid" +using the "-mask_poly" option for a lat/lon polyline and the "-mask_grid" option to define a retention grid. However, there is currently no "-mask_sid" option. @@ -2016,7 +2016,7 @@ Below are examples of too many MET_NETCDF options: MET_NETCDFLIB='/home/username/local/lib' -**Either MET_NETCDF or MET_NETCDFINC and MET_NETCDFLIB need to be set.** +Either MET_NETCDF **OR** MET_NETCDFINC **AND** MET_NETCDFLIB need to be set. If the NetCDF include files are in /home/username/local/include and the NetCDF library files are in /home/username/local/lib, unset the MET_NETCDF environment variable, then run "make clean", reconfigure,