Skip to content

Commit

Permalink
Update MESSAGE-MACRO_run.gms
Browse files Browse the repository at this point in the history
Defining ''solve_param'' in ''MESSAGE-MACRO_run.gms'' creates a problem in testing. Therefore, ''solve_param'' is defined in ''macro_data_load.gms'' instead.
  • Loading branch information
daymontas1 authored and khaeru committed Jan 20, 2025
1 parent dd36787 commit fba35d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions message_ix/model/MESSAGE-MACRO_run.gms
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ Set
* NB MAX_ADJUSTMENT and max_adjustment have different meanings:
* - MAX_ADJUSTMENT is a fixed threshold used to truncate the relative demand change produced by MACRO.
* - max_adjustment is the amount of that change, after any truncation.
*setting solve_param to 1 (the default values) triggers sequential solving across regions in MACRO, whereas setting it to 2 enables concurrent solving for all regions
Scalar
solve_param solving mechanism for MACRO / 1 /
max_adjustment_pre maximum adjustment in previous iteration / 0 /
max_adjustment_pos maximum positive adjustment in current iteration
max_adjustment_neg maximum negative adjustment in current iteration
Expand Down

0 comments on commit fba35d0

Please sign in to comment.