Skip to content

Commit

Permalink
updating to remove warning from docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Nov 16, 2023
1 parent 7eba8b6 commit 1195d11
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/project_defn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ Custom Weather Files

To use your own custom weather files for a specific location, this can be done in **one** of two ways:

- Rename the filename references in your local `options_lookup.tsv <https://github.com/NREL/resstock/blob/master/resources/options_lookup.tsv>`_ in the ``resources`` folder to match your custom weather file names. For example, in the options_lookup tsv, the Location ``AL_Birmingham.Muni.AP.722280`` is matched to the ``weather_file_name=USA_AL_Birmingham.Muni.AP.722280.epw``. To update the weather file for this location, the `weather_file_name` field needs to be updated to match your new name specified.

- Rename your custom .epw weather file to match the references in your local `options_lookup.tsv <https://github.com/NREL/resstock/blob/master/resources/options_lookup.tsv>`_ in the ``resources`` folder.
- Rename the filename references in your local `options_lookup.tsv`_ in the
``resources`` folder to match your custom weather file names. For example, in
the options_lookup.tsv, the Location ``AL_Birmingham.Muni.AP.722280`` is
matched to the ``weather_file_name=USA_AL_Birmingham.Muni.AP.722280.epw``. To
update the weather file for this location, the `weather_file_name` field needs
to be updated to match your new name specified.
- Rename your custom .epw weather file to match the references in your local
`options_lookup.tsv`_ in the ``resources`` folder.

.. _options_lookup.tsv: https://github.com/NREL/resstock/blob/main/resources/options_lookup.tsv

References
~~~~~~~~~~
Expand Down

0 comments on commit 1195d11

Please sign in to comment.