Code:how-much-energy-storage.c: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 December 2024

  • curprev 17:4117:41, 30 December 2024Elie talk contribs 2,708 bytes +2,708 Created page with "{{mbox|This code is currently just a '''draft'''. It hasn't been tested. It hasn't even been run once. It doesn't do anything yet. It's just a prototype of the analysis we're going to need for research page: How much seasonal energy storage?.}} <syntaxhighlight lang="c"> #define N 8760 typedef double num; // number // input parameters to tweak num supply_demand_ratio = 2; num solar_wind_ratio = 1; num battery_capacity = 1; // TODO: change this default val..."