From 77633ce2cf8865aab8ee1d6a4a19c0aa766e82ee Mon Sep 17 00:00:00 2001 From: tyler-lc Date: Tue, 22 Jul 2025 10:10:44 +0200 Subject: [PATCH 1/2] Capitalize 'GDXCOMPRESS' in aux file --- message_ix/model/MESSAGE/auxiliary_settings.gms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_ix/model/MESSAGE/auxiliary_settings.gms b/message_ix/model/MESSAGE/auxiliary_settings.gms index 727a9b7e1..0df67fcae 100644 --- a/message_ix/model/MESSAGE/auxiliary_settings.gms +++ b/message_ix/model/MESSAGE/auxiliary_settings.gms @@ -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 From c7bf2ec8260700f973801d7d5dcb08baa57c7ff6 Mon Sep 17 00:00:00 2001 From: tyler-lc Date: Tue, 26 Aug 2025 09:22:52 +0200 Subject: [PATCH 2/2] Update release notes --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 4159ddb14..b3e5747f0 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -47,6 +47,7 @@ All changes - Document the :ref:`minimum version of Java ` required for :class:`ixmp.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: