-
Notifications
You must be signed in to change notification settings - Fork 24
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 #209 from ktehranchi/master
Add Regional Policy Constraints, OASIS Natural Gas Data, Fix Validation Plots
- Loading branch information
Showing
48 changed files
with
1,901 additions
and
285 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,3 +268,4 @@ connect.sh | |
config/config.cluster.yaml | ||
/workflow/repo_data/dag.png | ||
!.pre-commit-config.yaml | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
region, prm | ||
California, 0.14 | ||
Oregon, 0.14 | ||
Washington, 0.14 | ||
Colorado, 0.10 | ||
New Mexico, 0.14 | ||
Arizona, 0.14 | ||
Utah, 0.19 | ||
Wyoming, 0.14 | ||
Idaho, 0.14 | ||
Texas, 0.14 | ||
Montana, 0.14 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
planning_horizon,region,carrier,min,max | ||
2030,California,onwind,0, |
15 changes: 15 additions & 0 deletions
15
workflow/config/policy_constraints/portfolio_standards.csv
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
planning_horizon,region,carrier,pct | ||
2030,California,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.6 | ||
2030,Arizona,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.15 | ||
2030,Colorado,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.2395 | ||
2030,New Mexico,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.5 | ||
2030,Nevada,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.5 | ||
2030,Oregon,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.86 | ||
2030,Washington,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.8 | ||
2040,Arizona,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.15 | ||
2040,California,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.95 | ||
2040,Colorado,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.84 | ||
2040,New Mexico,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.5 | ||
2040,Nevada,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.5 | ||
2040,Oregon,"onwind, solar, offwind_floating, geothermal, offwind, hydro",0.93 | ||
2040,Washington,"onwind, solar, offwind_floating, geothermal, offwind, hydro",1 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
region,planning_horizon,limit,import_emissions_factor | ||
California,2030,30000000,0.428 | ||
California,2040,18000000,0.428 |
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
1 change: 0 additions & 1 deletion
1
workflow/repo_data/TO_DELETE_BE_BA_shapes/Modified_BE_BA_Shapes.cpg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-63.4 KB
workflow/repo_data/TO_DELETE_BE_BA_shapes/Modified_BE_BA_Shapes.dbf
Binary file not shown.
1 change: 0 additions & 1 deletion
1
workflow/repo_data/TO_DELETE_BE_BA_shapes/Modified_BE_BA_Shapes.prj
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.59 MB
workflow/repo_data/TO_DELETE_BE_BA_shapes/Modified_BE_BA_Shapes.shp
Binary file not shown.
Binary file removed
BIN
-980 Bytes
workflow/repo_data/TO_DELETE_BE_BA_shapes/Modified_BE_BA_Shapes.shx
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.