OFR-IIASA
OFR-IIASA
I have pulled these changes onto the latest main branch, updated the macro-calibration xlsx but then encountered errors. ``` **** Exec Error at line 544: log: FUNC SINGULAR: x =...
As per discussion between VK, DH, LW and OF: The current definition of `map_tec_lifetime` is in line with the originally design. In addition to `input`/`output` being determining a technologies activity...
There are three determinants which define whether a technology gets assigned the map_tec_lifetime. `input`, `output` and `relation_activity`. `relation_activity` is vintage independent, hence the indication of the lifetime is needed for...
@LauWien I added a small bit of code for the Indian colleagues in a tutorial. Please find the snippet below: ``` for tec, val in costs.items(): for y in scenario.par('technical_lifetime',...
@volker-krey - I have added a checklist of tasks to be completed. The initial setup now works and the calculations for the tutorial seem correct (see attached calculation in xlsx:...
> > > > @khaeru we need some advice on how to proceed with two specific items. > > Please read this file > > https://github.com/iiasa/message_ix/blob/1da31367efc405f00b50190d3338fe9ed01ba124/message_ix/models.py#L75-L77 > > You are...
> > > @OFR-IIASA @behnam-zakeri I'm happy to jump in here at some point to demo how the code for the dynamic derivation of the `is_*` sets should look, per...
Thanks @khaeru for adding the code. > * One of your added tests (`message_ix/tests/test_emission_pool.py::test_bound_emission_pool`) was failing when I checked out the branch (values not as expected), and it is still...
Hi Pelina, in order to see what is going on, you can look at two files. Both are located in your message_ix repository folder `message_ix/model/`: 1. `MESSAGE_run.log` -> this file...
A few thoughts on how this was done in MESSAGEV: - warm-start requires the scenario which is to be used for this purpose to be provided as "*.bas" file. See...