Skip to content

Commit

Permalink
Merge pull request #1626 from Renato-Rodrigues/comments
Browse files Browse the repository at this point in the history
improving comment for cm_implicitQttyTarget convergence
  • Loading branch information
Renato-Rodrigues authored Mar 19, 2024
2 parents 39e9864 + 8aa770c commit cd9f512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/80_optimization/nash/postsolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ $ifthen.cm_implicitQttyTarget not "%cm_implicitQttyTarget%" == "off"
if(sameas(convMessage80, "implicitEnergyTarget"),
display "#### 10) A quantity target has not been reached yet.";
display "#### Check out the pm_implicitQttyTarget_dev parameter of 47_regipol module.";
display "#### The deviation must to be less than cm_implicitQttyTarget_tolerance. By default within 1%, i.e. in between -0.01 and 0.01 of the defined target.";
display "#### The relative deviation must to be less than cm_implicitQttyTarget_tolerance, which is 1 percent by default.";
display "#### For taxes, this means every value > +0.01, while for subsidies everything < -0.01 is problematic in the following lines.";
display cm_implicitQttyTarget_tolerance, pm_implicitQttyTarget_dev;
);
$endif.cm_implicitQttyTarget
Expand Down

0 comments on commit cd9f512

Please sign in to comment.