Skip to content

Commit

Permalink
coal_units (#104)
Browse files Browse the repository at this point in the history
* coal_units

* put back capital K prefix
  • Loading branch information
rwijtvliet authored Sep 17, 2024
1 parent 8cc5986 commit 67c4124
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions portfolyo/tools/unitdefinitions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefixes
centi- = 1e-2 = c-
kilo- = 1e3 = k- = K-
kilo- = 1e3 = k-= K-
mega- = 1e6 = M-
giga- = 1e9 = G-
terra- = 1e12 = T-
Expand All @@ -18,6 +18,11 @@ second = minute / 60 = s = sec
# Energy
watthour = [energy] = Wh
joule = watt * second = J
tonne_oil_equiv = 11.63 * MWh = toe
tonne_coal_equiv = 6.978 * MWh = tce

# Emissions
tonne_co2 = [emisisons] = tCO2

# Revenue (Currency)
euro = [currency] = Eur = €
Expand Down Expand Up @@ -45,4 +50,4 @@ cent_per_kWh = (euro / 100) / (1000 * watthour)

@system powerbase
megawatt:watthour
@end
@end

0 comments on commit 67c4124

Please sign in to comment.