Skip to content

Commit

Permalink
Merge pull request #1930 from merfort/dev__reduce_bio_po_tolerence
Browse files Browse the repository at this point in the history
Reduce tolerance in bioenergy phaseout scenario
  • Loading branch information
merfort authored Dec 13, 2024
2 parents 267b1b2 + 7e9d06e commit 5793a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/30_biomass/magpie_40/bounds.gms
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if (cm_phaseoutBiolc eq 1,
loop(te(teBioPebiolc),
loop(rlf,
if(vm_deltaCap.up(t,regi,te,rlf) eq INF,
vm_deltaCap.up(t,regi,te,rlf) = 1e-5;
vm_deltaCap.up(t,regi,te,rlf) = 1e-6;
);
);
);
Expand Down

0 comments on commit 5793a49

Please sign in to comment.