-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from e4st-dev/feat-200-adjust-yearly-col
Add year_col to adjust_yearly
- Loading branch information
Showing
7 changed files
with
92 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
description,table_name,variable_name,operation,filter1,filter2,status,y2020,y2025,y2030,y2035,y2040,y2050,y2060,y2070 | ||
Reduce the FOM in narnia for solar generators,gen,fom,add,nation=>narnia,gentype=>solar,1,0.0,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.6 | ||
Scale the branch max power flow to match a 5% annual growth rate starting in 2020,branch,pflow_max,scale,,,1,1.0,1.276,1.629,2.079,2.653,4.322,7.040,11.467 | ||
"Set the yearly value of damage rate of CO2, using values from Rennert et. al. (constant after 2040)",,r_dam_co2,set,,,1,150.26,166.91,183.56,198.59,213.61,213.61,213.61,213.61 | ||
"Set the yearly value of damage rate of NOx emissions, in dollars per pound (constant after 2040)",,r_dam_nox,set,,,1,24.18,27.11,30.05,33.00,35.60,35.60,35.60,35.60 | ||
"Global warming potential of methane, based on SCC/SCM from Rennert et. al. (constant after 2040)",,ch4_gwp,set,,,1,10.481081,11.812652,12.902655,14.280164,15.463878,15.463878,15.463878,15.463878 | ||
description,table_name,variable_name,year_col,operation,filter1,filter2,status,y2020,y2025,y2030,y2035,y2040,y2050,y2060,y2070 | ||
Reduce the FOM in narnia for solar generators,gen,fom,year_on,add,nation=>narnia,gentype=>solar,1,0.0,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.6 | ||
Scale the branch max power flow to match a 5% annual growth rate starting in 2020,branch,pflow_max,,scale,,,1,1.0,1.276,1.629,2.079,2.653,4.322,7.040,11.467 | ||
"Set the yearly value of damage rate of CO2, using values from Rennert et. al. (constant after 2040)",,r_dam_co2,,set,,,1,150.26,166.91,183.56,198.59,213.61,213.61,213.61,213.61 | ||
"Set the yearly value of damage rate of NOx emissions, in dollars per pound (constant after 2040)",,r_dam_nox,,set,,,1,24.18,27.11,30.05,33.00,35.60,35.60,35.60,35.60 | ||
"Global warming potential of methane, based on SCC/SCM from Rennert et. al. (constant after 2040)",,ch4_gwp,,set,,,1,10.481081,11.812652,12.902655,14.280164,15.463878,15.463878,15.463878,15.463878 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters