Skip to content

Commit 8f55fcf

Browse files
authored
Merge pull request #965 from iiasa/issue/964
Fix: Correct capitalization to GDXCOMPRESS in aux file
2 parents 3742426 + c7bf2ec commit 8f55fcf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE_NOTES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ All changes
4747

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

5152
.. _v3.11.1:
5253

message_ix/model/MESSAGE/auxiliary_settings.gms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ option MCP = PATH ;
2626

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

3131
%calibration%$ONTEXT
3232
$ONLISTING

0 commit comments

Comments
 (0)