Skip to content

Commit

Permalink
Merge branch 'docs/extend-documentation' of github.com:reegis/deflex …
Browse files Browse the repository at this point in the history
…into docs/extend-documentation
  • Loading branch information
uvchik committed Mar 23, 2021
2 parents 02f9871 + f03db68 commit f822291
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/input_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ limit, for example bioenergy.
+------+-----------+---------------+------------------+--------------------+
| | | costs | emission | annual limit |
+------+-----------+---------------+------------------+--------------------+
| | F1 | C1 | E1 | AL1 |
| | F1 | | | |
+ DE +-----------+---------------+------------------+--------------------+
| | F2 | C2 | E2 | AL2 |
| | F2 | | | |
+------+-----------+---------------+------------------+--------------------+
| DE01 | F1 | C1 | E1 | AL3 |
| DE01 | F1 | | | |
+------+-----------+---------------+------------------+--------------------+
| DE02 | F2 | C2 | E2 | AL4 |
| DE02 | F2 | | | |
+------+-----------+---------------+------------------+--------------------+
| ... | ... | ... | ... | ... |
+------+-----------+---------------+------------------+--------------------+
Expand Down Expand Up @@ -231,7 +231,7 @@ Electricity demand series
``value:`` `pandas.DataFrame() <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html>`_

This sheet requires the electricity demand of the scenario as a time series
in ``[MW]``. One summarised demand series for each region is enough, but it
in ``MW``. One summarised demand series for each region is enough, but it
is possible to distinguish between different types. This will not have any
effect on the model results but may help to distinguish the different flows in
the results.
Expand Down

0 comments on commit f822291

Please sign in to comment.