From f51921dd06c25eb6d4b62b88bf2f0577bd647785 Mon Sep 17 00:00:00 2001 From: Hanzhang ma Date: Mon, 6 May 2024 10:53:01 +0200 Subject: [PATCH] Add a readme file --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4dc71b2 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Simple PV Simulator + +Feature list: + +- []Draw the entire year's electricity consumption figure. +- []Draw the entire year's energy generation figure. +- []Draw a heatmap of the system profit in different configurations. +- []Calculate the probability of a successful run. +- []Read the configs from the file, including `time granularity`, + - ess: `capacity`, `cost per kW`, `charge power`, `discharge power`, `loss` + - pv: `capacity`, `cost per kW`, `loss` + - grid: `capacity`, `sell price` + - file: + - `lightintensity.xlsx`: record the light intensity. Value in the file should be between 0 and 1 + - `factory_power.xlsx`: record the power consumption in the factory. Default time granularity is `15min` + - `combined_data.csv`: This file is generated by the Python script, including the `light` `intensity`, `factory_power`, `time`. +- []GUI. \ No newline at end of file