Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ All changes

- Document the :ref:`minimum version of Java <install-java>` required for :class:`ixmp.JDBCBackend <ixmp.backend.jdbc.JDBCBackend>` (:pull:`962`).
- Improve type hinting (:pull:`963`).
- Fix capitalization in auxiliary_settings.gms to enable GDX output file compression on MacOS and Linux. (:pull:`965`)

.. _v3.11.1:

Expand Down
2 changes: 1 addition & 1 deletion message_ix/model/MESSAGE/auxiliary_settings.gms
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option MCP = PATH ;

*option solveopt=clear ;# remove results of previous runs in memory
option solveopt=merge ; # keep results of previous runs in memory
$SETENV GdxCompress 1 # reduces the size of the gdx export file
$SETENV GDXCOMPRESS 1 # reduces the size of the gdx export file

%calibration%$ONTEXT
$ONLISTING
Expand Down
Loading