Skip to content

Commit

Permalink
Merge pull request remindmodel#1129 from Renato-Rodrigues/par_initial…
Browse files Browse the repository at this point in the history
…ization

Bugfix - initialize pm_taxCO2eq_iterationdiff parameters
  • Loading branch information
Renato-Rodrigues authored Oct 17, 2023
2 parents 797289a + 7e62c3a commit b777216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ pm_temperatureImpulseResponseCO2(tall,tall) = 0;
vm_demFeForEs.L(t,regi,entyFe,esty,teEs) = 0;
vm_demFeForEs.L(t,regi,fe2es(entyFe,esty,teEs)) = 0.1;

pm_taxCO2eq_iterationdiff(t,regi) = 0;
pm_taxCO2eq_iterationdiff_tmp(t,regi) = 0;

*------------------------------------------------------------------------------------
*** calculations based on sets
*------------------------------------------------------------------------------------
Expand Down

0 comments on commit b777216

Please sign in to comment.