Skip to content

Commit

Permalink
lower minimum price for buildings ppf during calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Mar 21, 2024
1 parent 1118863 commit 25e9f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/29_CES_parameters/calibrate/preloop.gms
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ loop (ttot$( ttot.val ge 2005 AND ttot.val lt 2020),
loop (ttot$( ttot.val ge 2005),
pm_cesdata(ttot,regi_dyn29(regi),in_29,"price")$( ppf_29(in_29) AND (NOT sameas(in_29,"entrp_frgt_lo")) )
= max(
( 1e-2$( NOT in_industry_dyn37(in_29) )
+ 1e-4$( in_industry_dyn37(in_29) )
( 1e-2$( NOT (in_buildings_dyn36(in_29) OR in_industry_dyn37(in_29)) )
+ 1e-4$( (in_buildings_dyn36(in_29) OR in_industry_dyn37(in_29)) )
),
pm_cesdata(ttot,regi,in_29,"price")
);
Expand Down

0 comments on commit 25e9f6d

Please sign in to comment.