<td>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.</td>
<td>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.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Initial amounts</code></td>
<tdalign="left"><code>initial amounts</code></td>
<td>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.</td>
<td>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.</td>
</tr>
</tr>
</tbody>
</tbody>
@ -205,55 +205,55 @@
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<tdalign="left"><code>Latitude (deg)</code></td>
<tdalign="left"><code>latitude (deg)</code></td>
<td>The latitude of the location.</td>
<td>The latitude of the location.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Longitude (deg)</code></td>
<tdalign="left"><code>longitude (deg)</code></td>
<td>The longitude of the location.</td>
<td>The longitude of the location.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Amount (tonne)</code></td>
<tdalign="left"><code>amount (tonne)</code></td>
<td>The amount of the product initially available at the location. Must be a timeseries.</td>
<td>The amount of the product initially available at the location. Must be a timeseries.</td>
<td>A dictionary specifying how many tonnes of each product is produced for each tonnes of input. For example, if the plant outputs 0.5 tonnes of P2 and 0.25 tonnes of P3 for each tonnes of P1 provided, then this entry should be <code>{"P2": 0.5, "P3": 0.25}</code>. If the plant does not output anything, this key may be omitted.</td>
<td>A dictionary specifying how many tonnes of each product is produced for each tonnes of input. For example, if the plant outputs 0.5 tonnes of P2 and 0.25 tonnes of P3 for each tonnes of P1 provided, then this entry should be <code>{"P2": 0.5, "P3": 0.25}</code>. If the plant does not output anything, this key may be omitted.</td>
<td>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.</td>
</tr>
<tr>
<tdalign="left"><code>locations</code></td>
<td>A dictionary mapping the name of the location to a dictionary which describes the site characteristics (see below).</td>
<td>A dictionary mapping the name of the location to a dictionary which describes the site characteristics (see below).</td>
</tr>
</tr>
</tbody>
</tbody>
@ -293,19 +301,19 @@
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<tdalign="left"><code>Latitude (deg)</code></td>
<tdalign="left"><code>latitude (deg)</code></td>
<td>The latitude of the location, in degrees.</td>
<td>The latitude of the location, in degrees.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Longitude (deg)</code></td>
<tdalign="left"><code>longitude (deg)</code></td>
<td>The longitude of the location, in degrees.</td>
<td>The longitude of the location, in degrees.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Disposal</code></td>
<tdalign="left"><code>disposal</code></td>
<td>A dictionary describing what products can be disposed locally at the plant.</td>
<td>A dictionary describing what products can be disposed locally at the plant.</td>
<td>A dictionary describing what plant sizes are allowed, and their characteristics.</td>
<td>A dictionary describing what plant sizes are allowed, and their characteristics.</td>
</tr>
</tr>
</tbody>
</tbody>
@ -320,16 +328,16 @@
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<tdalign="left"><code>Cost ($/tonne)</code></td>
<tdalign="left"><code>cost ($/tonne)</code></td>
<td>The cost to dispose of the product. Must be a timeseries.</td>
<td>The cost to dispose of the product. Must be a timeseries.</td>
</tr>
</tr>
<tr>
<tr>
<tdalign="left"><code>Limit (tonne)</code></td>
<tdalign="left"><code>limit (tonne)</code></td>
<td>The maximum amount that can be disposed of. If an unlimited amount can be disposed, this key may be omitted. Must be a timeseries.</td>
<td>The maximum amount that can be disposed of. If an unlimited amount can be disposed, this key may be omitted. Must be a timeseries.</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<p>The keys in the <code>capacities</code> dictionary should be the amounts (in tonnes). The values are dictionaries with the following keys:</p>
<p>The keys in the <code>capacities (tonne)</code> dictionary should be the amounts (in tonnes). The values are dictionaries with the following keys:</p>