Skip to content

Commit

Permalink
Added explicit directions for running the met_db_load script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Jul 24, 2023
1 parent e27e0d8 commit f2fc467
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Users_Guide/load_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@ Load data
Now the MET data can be loaded in the database using the *met_db_load.py* script in the path-to/METdataio/METdbLoad/ush
directory. The *path-to* is the directory where the METdataio source code is saved.

.. code-block:: ini
cd /path-to-METdataio-source/METdataio/METdbLoad/ush
* Replace path-to-METdataio-source to the location where the METdataio source code is saved.
python met_db_load.py /path-to/load_met.xml
* Replace the path-to with the location where the load_met.xml file was saved. This is the same directory
you created to save the copy of the data_loading_config.yaml file.
The usage statement:

.. code-block:: ini
Expand Down

0 comments on commit f2fc467

Please sign in to comment.