@@ -131,21 +131,23 @@ Variables
131
131
*
132
132
* Auxiliary variables
133
133
* ^^^^^^^^^^^^^^^^^^^
134
- * =========================================================================== ======================================================================================================
135
- * Variable Explanatory text
136
- * =========================================================================== ======================================================================================================
137
- * :math:`\text{DEMAND}_{n,c,l,y,h} \in \mathbb{R}` Demand level (in equilibrium with MACRO integration)
138
- * :math:`\text{PRICE_COMMODITY}_{n,c,l,y,h} \in \mathbb{R}` Commodity price (undiscounted marginals of :ref:`commodity_balance_gt` and :ref:`commodity_balance_lt`)
139
- * :math:`\text{PRICE_EMISSION}_{n,\widehat{e},\widehat{t},y} \in \mathbb{R}` Emission price (undiscounted marginals of :ref:`emission_constraint`)
140
- * :math:`\text{COST_NODAL_NET}_{n,y} \in \mathbb{R}` System costs at the node level net of energy trade revenues/cost
141
- * :math:`\text{GDP}_{n,y} \in \mathbb{R}` Gross domestic product (GDP) in market exchange rates for MACRO reporting
142
- * =========================================================================== ======================================================================================================
134
+ * ======================================================================================= =======================================================================================================
135
+ * Variable Explanatory text
136
+ * ======================================================================================= =======================================================================================================
137
+ * :math:`\text{DEMAND}_{n,c,l,y,h} \in \mathbb{R}` Demand level (in equilibrium with MACRO integration)
138
+ * :math:`\text{EMISSION_CONSTRAINT_RESCALE}_{n,\widehat{e},\widehat{t},y} \in \mathbb{R}` Annual average marginal of :ref:`emission_constraint`
139
+ * :math:`\text{PRICE_COMMODITY}_{n,c,l,y,h} \in \mathbb{R}` Commodity price (undiscounted marginals of :ref:`commodity_balance_gt` and :ref:`commodity_balance_lt`)
140
+ * :math:`\text{PRICE_EMISSION}_{n,\widehat{e},\widehat{t},y} \in \mathbb{R}` Emission price (undiscounted marginals of :ref:`emission_constraint`)
141
+ * :math:`\text{COST_NODAL_NET}_{n,y} \in \mathbb{R}` System costs at the node level net of energy trade revenues/cost
142
+ * :math:`\text{GDP}_{n,y} \in \mathbb{R}` Gross domestic product (GDP) in market exchange rates for MACRO reporting
143
+ * ======================================================================================= =======================================================================================================
143
144
*
144
145
***
145
146
146
147
Variables
147
148
* auxiliary variables for demand, prices, costs and GDP (for reporting when MESSAGE is run with MACRO)
148
149
DEMAND(node,commodity,level,year_all,time) demand
150
+ EMISSION_CONSTRAINT_RESCALE(node,type_emission,type_tec,type_year) rescaled of marginals of EMISSION_CONSTRAINT constraint
149
151
PRICE_COMMODITY(node,commodity,level,year_all,time) commodity price (derived from marginals of COMMODITY_BALANCE constraint)
150
152
PRICE_EMISSION(node,type_emission,type_tec,year_all) emission price (derived from marginals of EMISSION_BOUND constraint)
151
153
COST_NODAL_NET(node,year_all) system costs at the node level over time including effects of energy trade
0 commit comments