diff --git a/docs/src/tutorial/simple_system.md b/docs/src/tutorial/simple_system.md index ba5273d06b..c3f659edff 100644 --- a/docs/src/tutorial/simple_system.md +++ b/docs/src/tutorial/simple_system.md @@ -19,13 +19,13 @@ In the simple system: - Two power plants take fuel from a source node and release electricity to another node in order to supply a demand. -- Power plant 'a' has a capacity of 100 MWh, a variable operating cost +- Power plant 'a' has a capacity of 100 MW, a variable operating cost of 25 euro/fuel unit, and generates 0.7 MWh of electricity per unit of fuel. -- Power plant 'b' has a capacity of 200 MWh, a variable operating cost +- Power plant 'b' has a capacity of 200 MW, a variable operating cost of 50 euro/fuel unit, and generates 0.8 MWh of electricity per unit of fuel. -- The demand at the electricity node is 150 MWh. +- The demand at the electricity node is 150 MW. - The fuel node is able to provide infinite energy. ![image](figs_simple_system/simple_system_schematic.png) @@ -404,4 +404,4 @@ you can instead view the results of a single run. Typically there will be *Time Series* in the values. Double click these to view the values. -For 'power\_plant\_a' you should see a value of 100 and for 'power\_plant\_b' a value of 50. \ No newline at end of file +For 'power\_plant\_a' you should see a value of 100 and for 'power\_plant\_b' a value of 50.