Add units to input and output files; bump version to 0.2.0

This commit is contained in:
2020-06-05 15:38:34 -05:00
parent b8cf6537a0
commit 0fc64085a8
14 changed files with 601 additions and 1115 deletions

View File

@@ -1,188 +1,188 @@
{
"parameters": {
"time periods": 2
"Parameters": {
"Time horizon (years)": 2
},
"products": {
"Products": {
"P1": {
"transportation cost": [0.015, 0.015],
"initial amounts": {
"Transportation cost ($/km/tonne)": [0.015, 0.015],
"Initial amounts": {
"C1": {
"latitude": 7.0,
"longitude": 7.0,
"amount": [934.56, 934.56]
"Latitude (deg)": 7.0,
"Longitude (deg)": 7.0,
"Amount (tonne)": [934.56, 934.56]
},
"C2": {
"latitude": 7.0,
"longitude": 19.0,
"amount": [198.95, 198.95]
"Latitude (deg)": 7.0,
"Longitude (deg)": 19.0,
"Amount (tonne)": [198.95, 198.95]
},
"C3": {
"latitude": 84.0,
"longitude": 76.0,
"amount": [212.97, 212.97]
"Latitude (deg)": 84.0,
"Longitude (deg)": 76.0,
"Amount (tonne)": [212.97, 212.97]
},
"C4": {
"latitude": 21.0,
"longitude": 16.0,
"amount": [352.19, 352.19]
"Latitude (deg)": 21.0,
"Longitude (deg)": 16.0,
"Amount (tonne)": [352.19, 352.19]
},
"C5": {
"latitude": 32.0,
"longitude": 92.0,
"amount": [510.33, 510.33]
"Latitude (deg)": 32.0,
"Longitude (deg)": 92.0,
"Amount (tonne)": [510.33, 510.33]
},
"C6": {
"latitude": 14.0,
"longitude": 62.0,
"amount": [471.66, 471.66]
"Latitude (deg)": 14.0,
"Longitude (deg)": 62.0,
"Amount (tonne)": [471.66, 471.66]
},
"C7": {
"latitude": 30.0,
"longitude": 83.0,
"amount": [785.21, 785.21]
"Latitude (deg)": 30.0,
"Longitude (deg)": 83.0,
"Amount (tonne)": [785.21, 785.21]
},
"C8": {
"latitude": 35.0,
"longitude": 40.0,
"amount": [706.17, 706.17]
"Latitude (deg)": 35.0,
"Longitude (deg)": 40.0,
"Amount (tonne)": [706.17, 706.17]
},
"C9": {
"latitude": 74.0,
"longitude": 52.0,
"amount": [30.08, 30.08]
"Latitude (deg)": 74.0,
"Longitude (deg)": 52.0,
"Amount (tonne)": [30.08, 30.08]
},
"C10": {
"latitude": 22.0,
"longitude": 54.0,
"amount": [536.52, 536.52]
"Latitude (deg)": 22.0,
"Longitude (deg)": 54.0,
"Amount (tonne)": [536.52, 536.52]
}
}
},
"P2": {
"transportation cost": [0.02, 0.02]
"Transportation cost ($/km/tonne)": [0.02, 0.02]
},
"P3": {
"transportation cost": [0.0125, 0.0125]
"Transportation cost ($/km/tonne)": [0.0125, 0.0125]
},
"P4": {
"transportation cost": [0.0175, 0.0175]
"Transportation cost ($/km/tonne)": [0.0175, 0.0175]
}
},
"plants": {
"Plants": {
"F1": {
"input": "P1",
"outputs": {
"Input": "P1",
"Outputs (tonne)": {
"P2": 0.2,
"P3": 0.5
},
"locations": {
"Locations": {
"L1": {
"latitude": 0.0,
"longitude": 0.0,
"disposal": {
"Latitude (deg)": 0.0,
"Longitude (deg)": 0.0,
"Disposal": {
"P2": {
"cost": [-10.0, -10.0],
"limit": [1.0, 1.0]
"Cost ($/tonne)": [-10.0, -10.0],
"Limit (tonne)": [1.0, 1.0]
},
"P3": {
"cost": [-10.0, -10.0],
"limit": [1.0, 1.0]
"Cost ($/tonne)": [-10.0, -10.0],
"Limit (tonne)": [1.0, 1.0]
}
},
"capacities": {
"Capacities (tonne)": {
"250.0": {
"opening cost": [500.0, 500.0],
"fixed operating cost": [30.0, 30.0],
"variable operating cost": [30.0, 30.0]
"Opening cost ($)": [500.0, 500.0],
"Fixed operating cost ($)": [30.0, 30.0],
"Variable operating cost ($/tonne)": [30.0, 30.0]
},
"1000.0": {
"opening cost": [1250.0, 1250.0],
"fixed operating cost": [30.0, 30.0],
"variable operating cost": [30.0, 30.0]
"Opening cost ($)": [1250.0, 1250.0],
"Fixed operating cost ($)": [30.0, 30.0],
"Variable operating cost ($/tonne)": [30.0, 30.0]
}
}
},
"L2": {
"latitude": 0.5,
"longitude": 0.5,
"capacities": {
"Latitude (deg)": 0.5,
"Longitude (deg)": 0.5,
"Capacities (tonne)": {
"0.0": {
"opening cost": [1000, 1000],
"fixed operating cost": [50.0, 50.0],
"variable operating cost": [50.0, 50.0]
"Opening cost ($)": [1000, 1000],
"Fixed operating cost ($)": [50.0, 50.0],
"Variable operating cost ($/tonne)": [50.0, 50.0]
},
"10000.0": {
"opening cost": [10000, 10000],
"fixed operating cost": [50.0, 50.0],
"variable operating cost": [50.0, 50.0]
"Opening cost ($)": [10000, 10000],
"Fixed operating cost ($)": [50.0, 50.0],
"Variable operating cost ($/tonne)": [50.0, 50.0]
}
}
}
}
},
"F2": {
"input": "P2",
"outputs": {
"Input": "P2",
"Outputs (tonne)": {
"P3": 0.05,
"P4": 0.80
},
"locations": {
"Locations": {
"L3": {
"latitude": 25.0,
"longitude": 65.0,
"disposal": {
"Latitude (deg)": 25.0,
"Longitude (deg)": 65.0,
"Disposal": {
"P3": {
"cost": [100.0, 100.0]
"Cost ($/tonne)": [100.0, 100.0]
}
},
"capacities": {
"Capacities (tonne)": {
"1000.0": {
"opening cost": [3000, 3000],
"fixed operating cost": [50.0, 50.0],
"variable operating cost": [50.0, 50.0]
"Opening cost ($)": [3000, 3000],
"Fixed operating cost ($)": [50.0, 50.0],
"Variable operating cost ($/tonne)": [50.0, 50.0]
}
}
},
"L4": {
"latitude": 0.75,
"longitude": 0.20,
"capacities": {
"Latitude (deg)": 0.75,
"Longitude (deg)": 0.20,
"Capacities (tonne)": {
"10000": {
"opening cost": [3000, 3000],
"fixed operating cost": [50.0, 50.0],
"variable operating cost": [50.0, 50.0]
"Opening cost ($)": [3000, 3000],
"Fixed operating cost ($)": [50.0, 50.0],
"Variable operating cost ($/tonne)": [50.0, 50.0]
}
}
}
}
},
"F3": {
"input": "P4",
"locations": {
"Input": "P4",
"Locations": {
"L5": {
"latitude": 100.0,
"longitude": 100.0,
"capacities": {
"Latitude (deg)": 100.0,
"Longitude (deg)": 100.0,
"Capacities (tonne)": {
"15000": {
"opening cost": [0.0, 0.0],
"fixed operating cost": [0.0, 0.0],
"variable operating cost": [-15.0, -15.0]
"Opening cost ($)": [0.0, 0.0],
"Fixed operating cost ($)": [0.0, 0.0],
"Variable operating cost ($/tonne)": [-15.0, -15.0]
}
}
}
}
},
"F4": {
"input": "P3",
"locations": {
"Input": "P3",
"Locations": {
"L6": {
"latitude": 50.0,
"longitude": 50.0,
"capacities": {
"Latitude (deg)": 50.0,
"Longitude (deg)": 50.0,
"Capacities (tonne)": {
"10000": {
"opening cost": [0.0, 0.0],
"fixed operating cost": [0.0, 0.0],
"variable operating cost": [-15.0, -15.0]
"Opening cost ($)": [0.0, 0.0],
"Fixed operating cost ($)": [0.0, 0.0],
"Variable operating cost ($/tonne)": [-15.0, -15.0]
}
}
}