Skip to content

Commit

Permalink
Merge pull request #311 from khaeru/feature/ixmp-model-init
Browse files Browse the repository at this point in the history
Adjust models.MESSAGE for iiasa/ixmp#212
  • Loading branch information
khaeru authored Feb 27, 2020
2 parents 2d08faf + 5efb731 commit d696263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_ix/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class MESSAGE(GAMSModel):
'--iter="{}"'.format(
_template('output', 'MsgIterationReport_{case}.gdx')),
],
# Disable the feature to put input/output GDX files, list files, etc.
# in a temporary directory
'use_temp_dir': False,
}, GAMSModel.defaults)

@classmethod
Expand Down

0 comments on commit d696263

Please sign in to comment.