Skip to content

Commit

Permalink
adding italics for directories #1834
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich committed Jul 9, 2021
1 parent 9177aea commit 2d72977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions met/docs/Users_Guide/appendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ GFS. In this example, process the 20150220 00Z initialization of GFS.
-pcprx "gfs_4_20150220_00.*grb2" \
-pcpdir /d1/model_data/20150220
pcp_combine is looking in the /d1/SBU/GFS/model_data/20150220 directory
pcp_combine is looking in the */d1/SBU/GFS/model_data/20150220* directory
at files which match this regular expression "gfs_4_20150220_00.*grb2".
That directory contains data for 00, 06, 12, and 18 hour initializations,
but the "-pcprx" option narrows the search down to the 00 hour
Expand Down Expand Up @@ -1788,7 +1788,7 @@ but the data is packed upside down.
Try using the "file_type" entry. The "file_type" entry specifies the
input file type (e.g. GRIB1, GRIB2, NETCDF_MET, NETCDF_PINT, NETCDF_NCCF)
rather than letting the code determine it itself. For valid file_type
values, see "File types" in the data/config/ConfigConstants file. This
values, see "File types" in the *data/config/ConfigConstants* file. This
entry should be defined within the "fcst" or "obs" dictionaries.
Sometimes, directly specifying the type of file will help MET figure
out what to properly do with the data.
Expand Down Expand Up @@ -2017,8 +2017,8 @@ Below are examples of too many MET_NETCDF options:
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
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,
and then run "make install" and "make test" again.

Expand Down

0 comments on commit 2d72977

Please sign in to comment.