From 380ae532df0aec22e5f8c286a89fa9eaa290f5c3 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 23 Oct 2024 14:35:00 -0600 Subject: [PATCH] Per #2631, fix typo and URL --- .../dev_details/static_data_files.rst | 10 +++++----- docs/Users_Guide/config_options.rst | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/Contributors_Guide/dev_details/static_data_files.rst b/docs/Contributors_Guide/dev_details/static_data_files.rst index 55b73ba3c..e159905dd 100644 --- a/docs/Contributors_Guide/dev_details/static_data_files.rst +++ b/docs/Contributors_Guide/dev_details/static_data_files.rst @@ -28,10 +28,10 @@ recommended update frequency and method. files used by the MET tools. These are updated routinely when adding new features and enhancements to the tools. - - The :code:`python` and :code:`wrappers` directorie contains Python + - The :code:`python` and :code:`wrappers` directories contain Python scripts to support the Python-embedding logic used throughout MET. These are updated routinely when adding new Python-embedding features - or enhancements. + and enhancements. - :code:`table_files/met_header_columns_VX.Y.txt` files define line types and column names for each major **X.Y** released version @@ -48,7 +48,7 @@ recommended update frequency and method. regenerated daily and the :code:`MET_NDBC_STATION` environment variable should define its location. Use the :code:`scripts/python/utility/build_ndbc_stations_from_web.py` - utility to update the contents. + utility to update its contents. - :code:`table_files/airnow_monitoring_site_locations_v2.txt`, described in :numref:`User's Guide Section %s `, @@ -61,8 +61,8 @@ recommended update frequency and method. information. They are read by the MET libraries which read GRIB1 and GRIB2 input data. Additions are made to these tables over time and they should be routinely updated. The GRIB2 tables should be kept - current with those included in the **wgrib2** software, available at - https://github.com/NOAA-EMC/wgrib2. + current with those included in the **wgrib2** software found in the + `wgrib2 code repository `_. - :code:`tc_data/wwpts_us.txt` is read by TC-Pairs, contains hurricane watch/warning information, and is referenced in the TC-Pairs diff --git a/docs/Users_Guide/config_options.rst b/docs/Users_Guide/config_options.rst index 457dd795d..bdb3f201e 100644 --- a/docs/Users_Guide/config_options.rst +++ b/docs/Users_Guide/config_options.rst @@ -280,10 +280,10 @@ AirNow stations based on stationId and/or AqSid. Additional information and updated site locations can be found at the `EPA AirNow website `_. While some monitoring stations are permanent, others are temporary, and theirs locations can change. When running the -ascii2nc tool with the `-format airnowhourly` option, users should -`download `_ the `Monitoring_Site_Locations_V2.dat` data file -data file corresponding to the date being processed and set the MET_AIRNOW_STATIONS -envrionment variable to define its location. +ASCII2NC tool with the :code:`-format airnowhourly` option, users should +`download `_ the **Monitoring_Site_Locations_V2.dat** +data file for the date being processed and set the MET_AIRNOW_STATIONS environment +variable to define its location. .. _met_ndbc_stations: