Songmin

Results 10 comments of Songmin

Hi @khaeru, thanks for your fast reply. I will remember to use the template next time. Regarding the tutorial error I saw, first I need to say that I am...

After replying above, I continued implementing the other two emission bound examples in the tutorial: - emission_bound_year - emission_bound_cumulative_tax Now they are also in the repo. I noticed that, **First,...

Hi @khaeru, hi @glatterf42, thanks for your reply! Yes, that's exactly how I suspect: the "cumulative" category info was added in the `.solve()` step. So, when cloning `baseline` from the...

Hi @glatterf42, yes, I installed the packages via miniconda. It was a long time ago when I first want to play with MESSAGE but was interrupted by other work. I...

Hi @glatterf42, thanks for your swift reply! The `bound_activity_lo` numbers are my input. The `ACT` and `CAP` are results from MESSAGE. I used following code to export them: ```python reporter...

Hi @glatterf42, thanks! I extracted the data and did a rough pivot analysis: [bound_activity_lo_pivot.xlsx](https://github.com/user-attachments/files/16082980/bound_activity_lo_pivot.xlsx) The `pivot_analysis` sheet summarizes data from the other four sheets. I hope the red notes are...

Hi @glatterf42, thanks for your reply! Yes, I know it is too much to ask you to study my code. They work for my formatting of the input tables only,...

Hi @glatterf42, some good updates: I don't understand why but "refactoring adding timeslices" fixed my problem of `bound_activity_lo`... Thanks to @behnam-zakeri for directing me to [PR#852](https://github.com/iiasa/message_ix/pull/852/files). I refactored my previous...

Hi @glatterf42, I think I encountered a similar problem. I added the parameter `bound_new_capacity_up` and then met the error message _**Barrier limit on dual objective exceeded. Infeasible barrier solution (dependent...

Hi @khaeru, thanks for your detailed answer as always! Then I don't remember exactly if there is something else that I changed. I have made some changes in the model...