mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Minor fixes
This commit is contained in:
@@ -51,7 +51,7 @@ The **products** section describes all products and subproducts in the simulatio
|
|||||||
|`transportation cost` | The cost (in dollars per km per tonnes) to transport this product. Must be a timeseries.
|
|`transportation cost` | The cost (in dollars per km per tonnes) to transport this product. Must be a timeseries.
|
||||||
|`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.
|
|`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.
|
||||||
|
|
||||||
Each product may have some amount available at the beginning of the simulation. In this case, the key `initial amounts` maps to a dictionary with the following keys:
|
Each product may have some amount available at the beginning of each time period. In this case, the key `initial amounts` maps to a dictionary with the following keys:
|
||||||
|
|
||||||
| Key | Description
|
| Key | Description
|
||||||
|:------------------------|---------------|
|
|:------------------------|---------------|
|
||||||
|
|||||||
@@ -126,7 +126,6 @@
|
|||||||
"L4": {
|
"L4": {
|
||||||
"latitude": 0.75,
|
"latitude": 0.75,
|
||||||
"longitude": 0.20,
|
"longitude": 0.20,
|
||||||
"processing cost": 250.0,
|
|
||||||
"opening cost": [3000, 3000],
|
"opening cost": [3000, 3000],
|
||||||
"fixed operating cost": [50.0, 50.0],
|
"fixed operating cost": [50.0, 50.0],
|
||||||
"variable operating cost": [50.0, 50.0]
|
"variable operating cost": [50.0, 50.0]
|
||||||
|
|||||||
Reference in New Issue
Block a user