Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ti authored Sep 23, 2024
1 parent ad558ba commit c39accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/Energies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ python build_scenario.py projects/Energies/2035_dynPrice_strat4 --data_dir proje
python build_scenario.py projects/Energies/2035_AU_strat4_pricing0-002 --data_dir projects/Energies/scenario_inputs
```

- **Remark:** As stardard workflow we recommend to include the scenario_inputs folder into the individual project folders in order to ensure reproducibility in case the scenario_inputs at given dataset at `--data` path is expected to change. If `--data` argument is not set, it defaults to the project folder with subfolder `scenario_inputs`.
- **Remark:** As stardard workflow we recommend to include the scenario_inputs folder into the individual project folders in order to ensure reproducibility in case the scenario_inputs at given dataset at `--data_dir` path is expected to change. If `--data_dir` argument is not set, it defaults to the project folder with subfolder `scenario_inputs`.

**Run scenarios (simulates the simply scenarios):**

```
python match_market.py projects/Energies/2035_noChange_strat4
python match_market.py projects/Energies/2035_dynPrice_strat4
python match_market.py projects/Energies/2035_AU_strat4_pricing0-002
```
```

0 comments on commit c39accf

Please sign in to comment.