Skip to content

Commit

Permalink
set geohe adjustment cost parameters back to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Schreyer committed Sep 20, 2024
1 parent 87a8e5b commit 99725ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ loop(ttot$(ttot.val ge 2005),
p_adj_seed_te(ttot,regi,'dac') = 0.25;
p_adj_seed_te(ttot,regi,'oae_ng') = 0.25;
p_adj_seed_te(ttot,regi,'oae_el') = 0.25;
p_adj_seed_te(ttot,regi,'geohe') = 0.33;
$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "processes"
p_adj_seed_te(ttot,regi,"bfcc") = 0.05;
p_adj_seed_te(ttot,regi,"idrcc") = 0.05;
Expand Down Expand Up @@ -1248,7 +1247,6 @@ $endif.WindOff
p_adj_coeff(ttot,regi,"ccsinje") = 1.0;
p_adj_coeff(ttot,regi,"spv") = 0.15;
p_adj_coeff(ttot,regi,"wind") = 0.25;
p_adj_coeff(ttot,regi,"geohe") = 0.6;
$ifthen.cm_subsec_model_steel "%cm_subsec_model_steel%" == "processes"
p_adj_coeff(ttot,regi,"bfcc") = 1.0;
p_adj_coeff(ttot,regi,"idrcc") = 1.0;
Expand Down

0 comments on commit 99725ca

Please sign in to comment.