-
Hi MESSAGE team and everyone, hope my message finds you all well! I am trying to follow this emission bound example in a bit different setup where region hierarchy exists. Taking the EU and members states as example, due to data limitation,
Now, I want to apply a CO2 emission bound to the whole EU. From the following code, scen.add_par(
"bound_emission",
make_df(
"bound_emission",
node=country,
type_emission="GHG",
type_tec="all",
type_year="cumulative",
value=500.0,
unit="MtCO2",
),
) It seems that, since the index is Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@SongminYu this is a good question. Not a complete answer, but three points of information.
|
Beta Was this translation helpful? Give feedback.
@SongminYu this is a good question. Not a complete answer, but three points of information.
There is a distinction between:
In particular:
To be clear, adding codes/elements to the "node" set in…