tooltip="List of years in which we are allowed to open new plants. For example, if this parameter is set to [1,2,3], we can only open plants during the first three years. By default, this equals [1]; that is, plants can only be opened during the first year."
value={props.value["building period (years)"]}
onChange={v=>onChangeField("building period (years)",v)}
tooltip="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."
tooltip="The energy required to transport this product."
value={props.value["transportation energy (J/km/tonne)"]}
onChange={v=>onChange("transportation energy (J/km/tonne)",v)}
validate="float"
/>
<DictInputRow
label="Transportation emissions"
unit="J/km/tonne"
tooltip="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)."