Elie
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..."