Skip to content

Commit

Permalink
network and tech inputdata documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
julia1071 committed Nov 18, 2024
1 parent b7a8986 commit 75a536b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/workflow/LoadData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ system by setting:
.. code-block:: console
"existing": [],
"new": ['electricityOffshore']
"new": ["electricityOffshore"]
- Then, for each of the networks that you specify, an input data folder with that
network name should be added in the corresponding folder ("existing" or
Expand Down Expand Up @@ -88,8 +88,8 @@ system by setting:

.. code-block:: console
"existing": ['WindTurbine_Onshore_1500': 2, 'Photovoltaic': 2.4],
"new": ['Storage_Battery', 'Photovoltaic', 'Furnace_NG']
"existing": {"WindTurbine_Onshore_1500": 2, "Photovoltaic": 2.4},
"new": ["Storage_Battery", "Photovoltaic", "Furnace_NG"]
Note: For wind turbines, the capacity of one turbine is specified in the name
(1500 W), and the size is an integer. Here, we thus have two 1.5MW wind turbines
Expand Down

0 comments on commit 75a536b

Please sign in to comment.