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 #2142 airnow_take2 #2373

Merged
merged 11 commits into from
Dec 9, 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
13 changes: 12 additions & 1 deletion docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Referencing that environment variable inside a MET configuration file:
In addition to supporting user-specified environment variables within configuration
files, the environment variables listed below have special meaning if set at runtime.

.. _met_airnow_stations:

MET_AIRNOW_STATIONS
^^^^^^^^^^^^^^^^^^^
Expand All @@ -249,7 +250,17 @@ will override the default file. If set, it should be the full path to the file.
The default table can be found in the installed
*share/met/table_files/airnow_monitoring_site_locations_v2.dat*. This file contains
ascii column data that allows lookups of latitude, longitude, and elevation for all
airnow stations based on stationId and/or AqSid.
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.

.. _met_ndbc_stations:

MET_NDBC_STATIONS
^^^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions docs/Users_Guide/reformat_point.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ While initial versions of the ASCII2NC tool only supported a simple 11 column AS

• Western Wind and Solar Integration Study (WWSIS) format. WWSIS data are available by request from National Renewable Energy Laboratory (NREL) in Boulder, CO.

• `AirNow DailyData_v2, AirNow HourlyData, and AirNow HourlyAQObs formats <https://www.epa.gov/outdoor-air-quality-data>`_
• `AirNow DailyData_v2, AirNow HourlyData, and AirNow HourlyAQObs formats <https://www.epa.gov/outdoor-air-quality-data>`_. See the :ref:`MET_AIRNOW_STATIONS` environment variable.

• `National Data Buoy (NDBC) Standard Meteorlogical Data format <https://www.ndbc.noaa.gov/measdes.shtml>`_
• `National Data Buoy (NDBC) Standard Meteorlogical Data format <https://www.ndbc.noaa.gov/measdes.shtml>`_. See the :ref:`MET_NDBC_STATIONS` environment variable.

• `AErosol RObotic NEtwork (AERONET) versions 2 and 3 format <http://aeronet.gsfc.nasa.gov/>`_

Expand Down
Loading