-
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 doc for multitimeseries simulation
- Loading branch information
EC2 Default User
committed
Feb 28, 2024
1 parent
9019125
commit 243706e
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
# Multi Timeseries Simulation | ||
|
||
If you need to run multi timeseries simulation for a given opendss model and export some metrics you can use `multit-imeseries-simulation` command available through emerge cli utility. | ||
|
||
```cmd | ||
emerge multi-timeseries-simulation -c emerge_timeseries_config.json -sf <scenario-folder> -nc 3 | ||
``` | ||
|
||
Note `multi-timeseries-simulation` command takes json file as configuration file. If you need json schema for this configuration file, you can run following command. Other two inputs are path to scenario folder. A scenario folder should contain `.dss` files where each `.dss` file considered independent single scenario. The last argument is number of cores for parallel simulation. | ||
|
||
```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