Skip to content

Commit

Permalink
Solve issue with index problems and discount rate value
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Oct 10, 2019
1 parent 8401387 commit 1c9d5bb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
2 changes: 1 addition & 1 deletion data/DiscountRate.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REGION,VALUE
SIMPLICITY,0.1
SIMPLICITY,0.05
2 changes: 1 addition & 1 deletion data/TradeRoute.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REGION,REGION,REGION,REGION,FUEL,YEAR,VALUE
REGION,FUEL,YEAR,VALUE
42 changes: 18 additions & 24 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,21 +2353,6 @@
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "REGION",
"type": "string",
"format": "default"
},
{
"name": "REGION",
"type": "string",
"format": "default"
},
{
"name": "REGION",
"type": "string",
"format": "default"
},
{
"name": "REGION",
"type": "string",
Expand All @@ -2393,13 +2378,6 @@
"0"
],
"foreignKeys": [
{
"fields": "REGION",
"reference": {
"resource": "REGION",
"fields": "VALUE"
}
},
{
"fields": "REGION",
"reference": {
Expand All @@ -2423,7 +2401,6 @@
}
],
"primaryKey": [
"REGION",
"REGION",
"FUEL",
"YEAR"
Expand Down Expand Up @@ -3219,7 +3196,7 @@
}
],
"missingValues": [
"1"
"0"
],
"foreignKeys": [
{
Expand Down Expand Up @@ -3390,5 +3367,22 @@
]
}
}
],
"licenses": [
{
"name": "CC-BY-4.0",
"path": "https://creativecommons.org/licenses/by/4.0/",
"title": "Creative Commons Attribution 4.0"
}
],
"title": "The OSeMOSYS Simplicity Example Model",
"name": "osemosys_model_simplicity",
"contributors": [
{
"title": "Will Usher",
"email": "[email protected]",
"path": "http://www.kth.se/wusher",
"role": "author"
}
]
}

0 comments on commit 1c9d5bb

Please sign in to comment.