message_ix_models.model.transport.workflow.SOLVE_CONFIG
- message_ix_models.model.transport.workflow.SOLVE_CONFIG = Config(demand_scenario={}, reserve_margin=False, solve={'model': 'MESSAGE', 'solve_options': {'iis': 1, 'lpmethod': 4, 'scaind': 1, 'tilim': 2700}})
Default
workflow.Config
for solving MESSAGEix-Transport.lpmethod=4, scaind=1
to overcome LP status 5 (optimal with unscaled infeasibilities) when running on SSP(2024) base scenarios.iis=1
to display verbose conflict information on infeasibility.tilim=45 * 60
to limit runtime to 45 minutes on IIASA-hosted GitHub Actions runners.