Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
* None.

### New Features
* None.
* Added `fla_forecast_config` to `FeederLoadAnalysisInput` which holds the config for forecast portion of feeder-load-analysis studies.
* `scenario_id` : The id of forecast scenario
* `year`: The year for forecast model
* `pv_upgrade_threshold`: Watts threshold to indicate if a customer site will gain additional pv during scenario application (Default to 5000).
* `bess_upgrade_threshold`: Watts threshold to indicate if a customer site will gain additional battery during scenario application (Default to 5000).
* `seed`: Seed for scenario application (Default to 123).

### Enhancements
* None.
Expand Down
Loading