-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add water demand dummy dimensions, params and data
- Loading branch information
1 parent
6278952
commit 4858a0d
Showing
4 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: water_demand_population_areas | ||
description: Names of water demand population areas | ||
elements: water_demand/water_demand_population_areas.csv |
4 changes: 4 additions & 0 deletions
4
data/dimensions/water_demand/water_demand_population_areas.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,4 @@ | ||
name | ||
England | ||
Scotland | ||
Wales |
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 @@ | ||
per_capita_water_demand | ||
1.0e-5 |
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,10 @@ | ||
timestep,water_demand_population_areas,population | ||
2020,England,55620000 | ||
2020,Scotland,5234000 | ||
2020,Wales,2773000 | ||
2030,England,58401000 | ||
2030,Scotland,5495700 | ||
2030,Wales,2911650 | ||
2050,England,64241100 | ||
2050,Scotland,6045270 | ||
2050,Wales,3202815 |