Skip to content

Commit

Permalink
udpate output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei-Liu committed Nov 20, 2023
2 parents 69d876c + 043556e commit 9142a32
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions doc/source/Model_input_output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,20 +323,35 @@ The output file contains the following variables:
- Charged electricity of different storage technologies.

* - cost [dollar]
- Total cost over the planning period.
- Total cost (including total investment cost, total variable OM cost, and total fixed OM cost) over the planning period.

* - cost_breakdown [dollar]
- Breakdown of total cost (including total investment cost, total variable OM cost, and total fixed OM cost) over the planning period, by zone, year, and technology.

* - cost_var [dollar]
- Variable cost over the planning period.
- Total variable OM cost (including technology variable OM cost, transmission line variable OM cost, and fuel cost) over the planning period.

* - cost_var_breakdown [dollar]
- Breakdown of total variable OM cost (including technology variable OM cost, transmission line variable OM cost, and fuel cost) over the planning period, by zone, year, and technology.

* - cost_fix [dollar]
- Fixed cost over the planning period.
- Total fixed OM cost (including technology fixed OM cost, transmission line fixed OM cost) over the planning period.

* - cost_fix_breakdown [dollar]
- Breakdown of total fixed OM cost (including technology fixed OM cost, transmission line fixed OM cost) over the planning period, by zone, year, and technology.

* - cost_new [dollar]
- Investment cost of technologies over the planning period.
* - cost_newtech [dollar]
- Total investment cost of technologies over the planning period.

* - cost_newtech_breakdown [dollar]
- Breakdown of total investment cost of technologies over the planning period, by zone, year, and technology.

* - cost_newline [dollar]
- Investment cost of transmission lines over the planning period.

* - cost_newline_breakdown [dollar]
- Breakdown of total investment cost of transmission lines over the planning period, by zone, year, and technology.

* - income [dollar]
- Saved cost due to abstracted water resources over the planning period.

Expand All @@ -346,7 +361,6 @@ The output file contains the following variables:
* - spillflow [m3/s]
- Spilled water flow of different reservoirs.


Execute various scenarios
-------------------------
By employing command-line parameters, you can execute different scenarios using the model. For example, if you wish to run a scenario referred to as "low demand," you can prepare input data named ``demand_low.xlsx``. Subsequently, when running the model, you can utilize command-line parameters to specify the scenario value. For instance, you can execute the model by executing the command ``python run.py --demand=low``.
Expand Down

0 comments on commit 9142a32

Please sign in to comment.