Skip to content

Commit

Permalink
introduce the variable emission cost file
Browse files Browse the repository at this point in the history
  • Loading branch information
arght committed Dec 27, 2023
1 parent 85127f2 commit b5694ec
Show file tree
Hide file tree
Showing 13 changed files with 35,111 additions and 127 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
=============

[4.15.0] - 2023-12-27
----------------------
- [CHANGED] introduce the variable emission cost file

[4.14.12] - 2023-12-20
----------------------
- [CHANGED] allow the use of GAMS as a solver
Expand Down
15 changes: 15 additions & 0 deletions doc/rst/InputData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,21 @@ Internally, all the values below 1e-4 will be converted into 0 by the model.

Fuel cost affects the linear and constant terms of the heat rate, expressed in Mcal/MWh and Mcal/h respectively.

Variable emission cost
----------------------

A description of the data included in the file ``oT_Data_VariableEmissionCost.csv`` follows:

========== ============== ========== ========= ============================= ======
Identifier Identifier Identifier Header Description
========== ============== ========== ========= ============================= ======
Period Scenario Load level Generator Variable emission cost €/tCO2
========== ============== ========== ========= ============================= ======

All the generators must be defined as columns of these files.

Internally, all the values below 1e-4 will be converted into 0 by the model.

Energy inflows
--------------

Expand Down
4 changes: 2 additions & 2 deletions doc/rst/MathematicalFormulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ They are written in **uppercase** letters.
:math:`\underline{GP}^p_{\omega ng}, \overline{GP}^p_{\omega ng}` Minimum load and maximum output of a generator GW
:math:`\underline{GC}^p_{\omega ne}, \overline{GC}^p_{\omega ne}` Minimum and maximum consumption of an ESS GW
:math:`CF^p_{\omega ng}, CV^p_{\omega ng}` Fixed (no load) and variable cost of a generator. Variable cost includes fuel and O&M €/h, €/MWh
:math:`CE_g` Emission cost of a generator €/MWh
:math:`CE^p_{\omega ng}` Emission cost of a generator €/MWh
:math:`ER_g` Emission rate of a generator tCO2/MWh
:math:`CV_e` Variable cost of an ESS or pumped-storage hydro power plant when charging €/MWh
:math:`RU_g, RD_g` Ramp up/down of a non-renewable unit or maximum discharge/charge rate for ESS discharge/charge MW/h
Expand Down Expand Up @@ -250,7 +250,7 @@ Generation operation cost [M€] «``eTotalGCost``»

Generation emission cost [M€] «``eTotalECost``»

:math:`\sum_{p \omega ng} {DF^p P^p_{\omega} DUR_n CE_g gp^p_{\omega ng}} +`
:math:`\sum_{p \omega ng} {DF^p P^p_{\omega} DUR_n CE^p_{\omega ng} gp^p_{\omega ng}} +`

Variable consumption operation cost [M€] «``eTotalCCost``»

Expand Down
6 changes: 3 additions & 3 deletions doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author = 'Andres Ramos'

# The short X.Y version
version = 'version 4.14.12'
version = 'version 4.15.0'
# The full version, including alpha/beta/rc tags
release = ''

Expand Down Expand Up @@ -84,13 +84,13 @@
#
# html_sidebars = {}
html_theme = 'alabaster'
html_title = 'version 4.14.12'
html_title = 'version 4.15.0'
html_logo = '../img/openTEPES.png'
html_last_updated_fmt = ''
html_show_sphinx = False
html_theme_options = {
'analytics_id': 'UA-515200-2', # Provided by Google in your dashboard
'description': 'version 4.14.12',
'description': 'version 4.15.0',
'page_width': 'auto',
'font_family': 'Georgia'
}
Expand Down
Loading

0 comments on commit b5694ec

Please sign in to comment.