Compare commits
2 Commits
1679831dbd
...
f51921dd06
Author | SHA1 | Date | |
---|---|---|---|
|
f51921dd06 | ||
|
06808d55a1 |
17
README.md
Normal file
17
README.md
Normal file
@ -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.
|
513
main.ipynb
513
main.ipynb
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user