From ac5bb87ce24a1e3367f2531eccc2fa533477fd9a Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Fri, 18 Sep 2020 11:32:00 -0500 Subject: [PATCH] Minor fixes --- 0.3/format/index.html | 22 +++++++++++----------- 0.3/index.html | 6 +++--- 0.3/model/index.html | 2 +- 0.3/reports/index.html | 7 ++++--- 0.3/search/search_index.json | 2 +- 0.3/sitemap.xml.gz | Bin 197 -> 197 bytes 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/0.3/format/index.html b/0.3/format/index.html index 7a22267..23a5b06 100644 --- a/0.3/format/index.html +++ b/0.3/format/index.html @@ -186,19 +186,19 @@ transportation cost ($/km/tonne) -The cost to transport this product. Must be a timeseries. +The cost to transport this product. Must be a time series. transportation energy (J/km/tonne) -The energy required to transport this product. Must be a timeseries. Optional. +The energy required to transport this product. Must be a time series. Optional. transportation emissions (tonne/km/tonne) -A dictionary mapping the name of each greenhouse gas, produced to transport one tonne of this product along one kilometer, to the amount of gas produced (in tonnes). Must be a timeseries. Optional. +A dictionary mapping the name of each greenhouse gas, produced to transport one tonne of this product along one kilometer, to the amount of gas produced (in tonnes). Must be a time series. Optional. initial amounts -A dictionary mapping the name of each location to its description (see below). If this product is not initially available, this key may be omitted. Must be a timeseries. +A dictionary mapping the name of each location to its description (see below). If this product is not initially available, this key may be omitted. Must be a time series. @@ -221,7 +221,7 @@ amount (tonne) -The amount of the product initially available at the location. Must be a timeseries. +The amount of the product initially available at the location. Must be a time series. @@ -286,11 +286,11 @@ energy (GJ/tonne) -The energy required to process 1 tonne of the input. Must be a timeseries. Optional. +The energy required to process 1 tonne of the input. Must be a time series. Optional. emissions (tonne/tonne) -A dictionary mapping the name of each greenhouse gas, produced to process each tonne of input, to the amount of gas produced (in tonne). Must be a timeseries. Optional. +A dictionary mapping the name of each greenhouse gas, produced to process each tonne of input, to the amount of gas produced (in tonne). Must be a time series. Optional. locations @@ -336,11 +336,11 @@ cost ($/tonne) -The cost to dispose of the product. Must be a timeseries. +The cost to dispose of the product. Must be a time series. limit (tonne) -The maximum amount that can be disposed of. If an unlimited amount can be disposed, this key may be omitted. Must be a timeseries. +The maximum amount that can be disposed of. If an unlimited amount can be disposed, this key may be omitted. Must be a time series. @@ -359,11 +359,11 @@ fixed operating cost ($) -The cost to keep the plant open, even if the plant doesn't process anything. Must be a timeseries. +The cost to keep the plant open, even if the plant doesn't process anything. Must be a time series. variable operating cost ($/tonne) -The cost that the plant incurs to process each tonne of input. Must be a timeseries. +The cost that the plant incurs to process each tonne of input. Must be a time series. diff --git a/0.3/index.html b/0.3/index.html index a34d859..a3e2c8b 100644 --- a/0.3/index.html +++ b/0.3/index.html @@ -149,11 +149,11 @@
  • Usage
  • Input and Output Data Formats
  • Simplified Solution Reports
  • -
  • Optimization model
  • +
  • Optimization Model
  • Source Code

    Authors