OFR-IIASA

Results 43 issues of OFR-IIASA

This PR resolves issues identified in #624. ## How to review Please review all the tutorials and changes made. Check that the tutorials work and that the corresponding descriptions match....

bug
enh

Recent changes to the Westeros baseline scenario have resulted in inconsistencies with scenarios building off of the baseline: - westeros baseline: - [x] See also issue #609 -> when completed,...

bug

This PR adds a new section to the documentation providing new users with possibilities of how to start to work with a new model. Closes #464 ## How to review...

docs

Some functions for which slack variables are required: - [ ] share_commodity_lo/up - [ ] share_mode_lo/up - [ ] addon_lo/up

enh

After CPLEX finishes optimization of a scenario, with a status "optimal with unscaled infeasibilities", which with MESSAGE standalone would return an error (?), MACRO will still run and possibly even...

macro

`map_tec_lifetime` is a set created as part of [data_loead.gms](https://github.com/iiasa/message_ix/blob/24934f749f679f80d4d86c47e4b8b69449031dbe/message_ix/model/MESSAGE/data_load.gms#L116). It partly relies on the parameter `technical_lifetime`. The issue is that `technical_lifetime` needs to be defined for all activity years (the...

gams

When generating a model, a sanity check is performed as part of data_load.gms, to ensure "_that the economic and technical lifetime are defined and consistent for all investment technologies_". When...

bug
good first issue

Currently, the framework currently only allows the tracking of historically "new" installed capacity, via the parameter `historical_new_capacity`. The information about early-retired capacity is therefore lost when shifting the `firstmodelyear`. This...

enh
gams

The parameter `historical_emission` should automatically be tracked with the value from the variable `EMISS` when shifting the `firstmodelyear`, as was explained here in issue #314. A simple test using the...

enh

For a technology, which doesn't have an input, an output, or an entry in relation_activity, only an entry into relation_total_capacity, no map_tec_mode is not generated for this technology (examples from...