Skip to content

Commit

Permalink
updated doc for multitimeseries simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Feb 28, 2024
1 parent 9019125 commit 243706e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/tutorials/multitimeseries-simulation.md
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
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ nav:
- Getting Started (Needs Updating): getting_started.md
- Developing Scenarios: developing-scenarios.md
- Running Timeseries Simulation: tutorials/timeseries-simulation.md
- Multi Timeseries Simulation: tutorials/multitimeseries-simulation.md
- How to Guides: how-to-guides.md
- References:
- DER Scenario : der-scenario.md
Expand Down

0 comments on commit 243706e

Please sign in to comment.