08-12-2024, 12:40 AM (This post was last modified: 08-12-2024, 12:51 AM by Antti-L.)
Your problem appears to be a VEDA issue, and not TIMES.
I believe the VEDA ~COMEMI table generates TIMES VDA_EMCB attribute instances, but it is possible that VEDA does not support year indexes in COMEMI tables.
But the TIMES VDA_EMCB parameter does have a year index:
VDA_EMCB(REG,ALLYEAR,COM,COM) – Combustion emission parameter
So, it should be easy to define year-specific values for it in TFM_INS / TFM_DINS tables. The first commodity is the source of emissions, and should be specified in CSet_CN. The second commodity is the emission commodity, and should be specified in Other_Indexes. That should give you all the info for using it. However, should you prefer to define it in a FI_T table, I think that would be equally easy. VDA_EMCB is automatically inter-/extrapolated by TIMES, and so no IE option should be needed.
(08-12-2024, 12:40 AM)Antti-L Wrote: Your problem appears to be a VEDA issue, and not TIMES.
I believe the VEDA ~COMEMI table generates TIMES VDA_EMCB attribute instances, but it is possible that VEDA does not support year indexes in COMEMI tables.
But the TIMES VDA_EMCB parameter does have a year index:
VDA_EMCB(REG,ALLYEAR,COM,COM) – Combustion emission parameter
So, it should be easy to define year-specific values for it in TFM_INS / TFM_DINS tables. The first commodity is the source of emissions, and should be specified in CSet_CN. The second commodity is the emission commodity, and should be specified in Other_Indexes. That should give you all the info for using it. However, should you prefer to define it in a FI_T table, I think that would be equally easy. VDA_EMCB is automatically inter-/extrapolated by TIMES, and so no IE option should be needed.
Do you mean with creating a scenario?
I tried, but it seems that the only value is assumed for the carbon content is the one I set in VT file (not specifying the year)
There seems to be some confusion between emission coefficients and emission bounds.
COMEMI is supported only for backward compatibility and it does not support the year index. VDA_EMCB is the recommended approach, as Antti suggested.
HOWEVER, if your model has the electricity sector too, and it is bounded as shown in your INS table, then I am not sure what you are trying to achieve by declaring the same bounds as emission coefficients.
I hope you can see the picture of the table there (~FI_T: VDA_EMCB)?
But, if your model has the electricity sector too, then aggregating ELCCO2 into TRACO2 (like you had in your picture) might be prone to a double counting error.