Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Nov 21, 2024
1 parent 863fe6d commit 9508bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/32_forestry/dynamic_may24/presolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ v32_land.lo(j,"ndc",ac_est) = 0;
v32_land.up(j,"ndc",ac_est) = Inf;

* release all bounds in case of NPI / NDC reversal and set recurring costs to zero
if (m_year(t) >= s35_npi_ndc_reversal,
if (m_year(t) >= s32_npi_ndc_reversal,
v32_land.lo(j,"ndc",ac) = 0;
v32_land.up(j,"ndc",ac) = Inf;
i32_recurring_cost("ndc") = 0;
Expand Down

0 comments on commit 9508bcf

Please sign in to comment.