fix: Fix syntax errors, wire config-driven simulation in run.py, and correct fault-rate/availability KPI bugs
This commit is contained in:
@@ -110,7 +110,7 @@ pip install -r requirements.txt
|
||||
|
||||
## Configuration
|
||||
|
||||
The entire plant is described in `config/plant.json`. No code changes are needed to resize or reconfigure the plant.
|
||||
The entire plant is described in `pv_simulator/config/plant.json`. No code changes are needed to resize or reconfigure the plant.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -289,7 +289,7 @@ Each simulation timestep produces records at every level of the hierarchy.
|
||||
## Simulation Pipeline
|
||||
|
||||
```
|
||||
config/plant.json
|
||||
pv_simulator/config/plant.json
|
||||
│
|
||||
▼
|
||||
PVPlant (built from config)
|
||||
|
||||
Reference in New Issue
Block a user