-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated cli to include timeseries simulation command
- Loading branch information
EC2 Default User
committed
Feb 28, 2024
1 parent
4cf5d73
commit 19961a5
Showing
7 changed files
with
174 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Timeseries Simulation | ||
|
||
If you need to run timeseries simulation for a given opendss model and export some metrics you can use `timeseries-simulation` command available through emerge cli utility. | ||
|
||
```cmd | ||
emerge timeseries-simulation -c emerge_timeseries_config.json | ||
``` | ||
|
||
Note `timeseries-simulation` command takes json file as configuration file. If you need json schema for this configuration file, you can run following command. | ||
|
||
```cmd | ||
emerge create-schemas | ||
``` | ||
|
||
Above command creates multiple json schemas. For `timeseries-simulation` command please use schema with name `emerge_timeseries_simulation_schema.json`. If you are using vscode then you can pass `-vc` flag like below. | ||
|
||
```cmd | ||
emerge create-schemas -vc true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters