Skip to content

Commit

Permalink
Turn off ixmp.model.GAMSModel temp dir feature for MESSAGE models
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Feb 25, 2020
1 parent 45e630c commit 5efb731
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 5efb731

Please sign in to comment.