Skip to content

Commit

Permalink
bugfix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Nov 6, 2024
1 parent 6592c04 commit aa034ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/44_biodiversity/bii_target_apr24/presolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
);
p44_bii_lower_bound(t2,i,biome44)$(p44_bii_lower_bound(t2,i,biome44) >= 1) = 1;
p44_bii_lower_bound(t2,i,biome44)$(m_year(t2) < s44_start_year) = 0;
p44_bii_lower_bound(t2,i,biome44)$(sum(cell(i,j), f44_biome(j,biome44)**f44_rr_layer(j)) <= 1e-10) = 0;
p44_bii_lower_bound(t2,i,biome44)$(sum(cell(i,j), f44_biome(j,biome44)*f44_rr_layer(j)) <= 1e-10) = 0;
* The lower bound of `v44_bii` is set to `p44_bii_lower_bound` to avoid a reduction of BII in combination with `v44_bii_missing`.
v44_bii.lo(i,biome44) = p44_bii_lower_bound(t,i,biome44);
display p44_bii_lower_bound;
Expand Down

0 comments on commit aa034ef

Please sign in to comment.