orichters

Results 13 comments of orichters

I discussed with @mishkos yesterday that this functionality would be also very useful for delayed transition scenarios in the NGFS project. We have this functionality in REMIND, so it should...

Any progress on this issue (planned?), @tscheypidi / @pfuehrlich-pik?

In the delayed transition scenarios of NGFS that are fixing in REMIND on a reference run until 2030, some of the deviations between the reference run and the delayed transition...

The problem: - see here a summary of the problem for a delayed transition run: `less +514g /p/tmp/oliverr/NGFS_v5/remind-2024-03-27/output/C_d_strain-rem-3/log.txt` - this is a 2°C run (`rcp2p6`) which follows the trajectory of...

@merfort added: Something else that might be relevant is the partial foresight that MAgPIE has regarding forestry (there is some price anticipation, right?). If I am not mistaken, here changes...

Maybe for your inspiration, @pweigmann has worked on a similar approach with a config file that looks [like this](https://docs.google.com/spreadsheets/d/1PTtWWxD1RMgDXhcHLrQBLL-NQnQGC4TLCXpHpjtPjhU/edit?gid=1030788499#gid=1030788499). I like the following features of our approach: - matching of...

- Not only `Secondary Energy`. This is what we use for to check REMIND submissions: [AR6](https://github.com/pik-piam/piamInterfaces/blob/master/inst/summations/summation_groups_AR6.csv), [NAVIGATE](https://github.com/pik-piam/piamInterfaces/blob/master/inst/summations/summation_groups_NAVIGATE.csv) - Note that we best implement it that multiple summation groups can exist,...

Note that you may also end up with more complicated "summations". ``` Emissions|Kyoto Gases = Emissions|F-Gases + 0.265 * Emissions|N2O + 28 * Emissions|CH4 + Emissions|CO2 ``` Might be worth...

@danielhuppmann: I had a look now because we want to use the summation checks internally in REMIND for scenarioMIP. With the few examples that are implemented, it works fine. Are...

I don't like `Celsius` alone because I think `degree` should somehow be part of the unit, but strongly discourage using `°`. I would prefer `K` as it is clean, short,...