Skip to content

Commit

Permalink
Per #2631, fix typo and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 23, 2024
1 parent 4ed09f4 commit 380ae53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/Contributors_Guide/dev_details/static_data_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <met_airnow_stations>`,
Expand All @@ -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 <https://github.com/NOAA-EMC/wgrib2>`_.

- :code:`tc_data/wwpts_us.txt` is read by TC-Pairs, contains hurricane
watch/warning information, and is referenced in the TC-Pairs
Expand Down
8 changes: 4 additions & 4 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.airnow.gov>`_. 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 <https://test.airnowtech.org/>`_ 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 <https://files.airnowtech.org>`_ 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:

Expand Down

0 comments on commit 380ae53

Please sign in to comment.