Allow plants to store input material for later years

This commit is contained in:
2020-10-29 15:23:40 -05:00
parent be5e09a4ec
commit a518e3d3d6
14 changed files with 257 additions and 109 deletions

View File

@@ -61,6 +61,17 @@
]
}
},
"storage": {
"type": "object",
"properties": {
"cost ($/tonne)": { "$ref": "#/definitions/TimeSeries" },
"limit (tonne)": { "type": "number" }
},
"required": [
"cost ($/tonne)",
"limit (tonne)"
]
},
"capacities (tonne)": {
"type": "object",
"additionalProperties": {