All public logs
Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:41, 30 December 2024 Elie talk contribs created page Code:how-much-energy-storage.c (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...")