Skip to content

Commit

Permalink
bugfix - forgot plus sign
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpietzcker committed Jan 17, 2025
1 parent 2d620a3 commit 0b6b85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/02_welfare/ineqLognormal/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ q02_inconvPenSolidsBuild(t,regi)$(t.val > 2005)..
*' Local air pollution and inconvenience of using coal and (modern) biomass: inconvenience penalty applies only for use in residential/buildings
*' The inconvenience of using traditional biomass are accounted for in v02_inconvPen, and thus additional to the penalty on using solids in residential
p02_inconvpen_lap(t,regi,"coaltr") * vm_demFeSector(t,regi,"sesofos","fesos","build","ES")
p02_inconvpen_lap(t,regi,"biotrmod") * vm_demFeSector(t,regi,"sesobio","fesos","build","ES")
+ p02_inconvpen_lap(t,regi,"biotrmod") * vm_demFeSector(t,regi,"sesobio","fesos","build","ES")
;
$ENDIF.INCONV

Expand Down
2 changes: 1 addition & 1 deletion modules/02_welfare/utilitarian/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ q02_inconvPenSolidsBuild(t,regi)$(t.val > 2005)..
*' Local air pollution and inconvenience of using coal and (modern) biomass: inconvenience penalty applies only for use in residential/buildings
*' The inconvenience of using traditional biomass are accounted for in v02_inconvPen, and thus additional to the penalty on using solids in residential
p02_inconvpen_lap(t,regi,"coaltr") * vm_demFeSector(t,regi,"sesofos","fesos","build","ES")
p02_inconvpen_lap(t,regi,"biotrmod") * vm_demFeSector(t,regi,"sesobio","fesos","build","ES")
+ p02_inconvpen_lap(t,regi,"biotrmod") * vm_demFeSector(t,regi,"sesobio","fesos","build","ES")
;
$ENDIF.INCONV

Expand Down

0 comments on commit 0b6b85b

Please sign in to comment.