-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scenario.var_list() and .var() not covering all variables #87
Comments
Only the most important variables and equations are currently imported from the GAMS output to the Are there specific variables in the gdx output that you would need for postprocessing? |
In general, I agree that one may want to see also the "not most important" variables as well. In this case, though, REN was introduced (if memory serves) and not added to the white list on the java side. We should probably be more explicit when touching the GAMS code to also include these. I would still love to see someone actually scrape the GAMS code and generate the full listing (similar to how we do the documentation). If anyone is interested in taking the lead on that, I would very much enjoy helping. |
I agree with Matt. I think it is no harm to allow users to read those aux results for better debugging. Originally I wanted to read REN. |
@Jihoon , I had the same question and checked with @khaeru how to tackle this. As it stands now, the workaround can be as follows:
|
Another point: as we get closer to resolving iiasa/message_ix#254, this will get fixed as a byproduct.
|
I find that I cannot read the contents of some new variables (e.g. REN) using the two function calls.
The text was updated successfully, but these errors were encountered: