Skip to content

Commit

Permalink
Merge pull request #635 from ie3-institute/sh/#324-updateusersguide
Browse files Browse the repository at this point in the history
complete users guide
  • Loading branch information
danielfeismann authored Dec 8, 2023
2 parents 2dfe7f8 + 410ba18 commit a259c4c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add additional test cases from references for PvModelTest [#590](https://github.com/ie3-institute/simona/issues/590)
- Instantiation of Heat Pump Agents [#253](https://github.com/ie3-institute/simona/issues/253)
- Output of accompanying thermal result models
- Added JDK installation, Scala Plugin + SDK in usersguide [#324](https://github.com/ie3-institute/simona/issues/324)

### Changed
- Adapted to changed data source in PSDM [#435](https://github.com/ie3-institute/simona/issues/435)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions docs/readthedocs/usersguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ The user's guide is here to give you a basic rundown of all the things you need

## Requirements

To run and customize the project you need a Java Development Kit (JDK) installation. You can download it [here](https://adoptopenjdk.net/).
To run and customise the project you need to install **Java Development Kit (JDK)**, which you can do directly from IntelliJ IDEA. To do this, press ``ALT + Ctrl + Shift + s`` to open the Project Structure window. Go to ``SDKs``, press on the ``+`` sign in the second column and select ``Download JDK``. Then select version 17 from any vendor and click ``download``. Also, make sure version 17 is selected in the Project tab of the Project Structure window.

![](../readthedocs/images/usersguide/jdk-download.png)

Additionally, a **Scala Plugin** is required to work with SIMONA. If it is not already installed, a notification will pop up at the top of the editor, which lets you quickly download one.

![](../readthedocs/images/usersguide/scala-plugin.png)

Finally, you will also need a **Scala SDK**. Similarly to the Scala Plugin, a notification will let you know if you have not installed one already. To fix this issue, go to ``Setup Scala SDK -> create``, then choose the newest version and download.

![](../readthedocs/images/usersguide/scala-sdk-error.png)


## Installation
Expand Down Expand Up @@ -83,7 +93,7 @@ If you are using IntelliJ IDEA as your IDE, this is how setting the command line

![](../readthedocs/images/usersguide/edit-conf2.png)

4. Click Apply on the bottom right
4. Click ``Apply`` on the bottom right


### Configuring your Simulation
Expand All @@ -95,7 +105,7 @@ For a detailed description on how to do that and all the various configuration p
### Model and Grid Data

Besides a simulation configuration, the specifications of each grid component (e.g. lines, transformers, ...) and system participant (e.g. loads, pv plants, ... ) have to be fed into the simulation.
Within SIMONA, we use the PowerSystemDataModel (PSDM) for modeling the system components.
Within SIMONA, we use the [PowerSystemDataModel (PSDM)](https://github.com/ie3-institute/PowerSystemDataModel) for modeling the system components.
Before the data can be utilized for a simulation run, make sure to convert them to the PSDM.
For more information on the PSDM visit the [docs](https://powersystemdatamodel.readthedocs.io/en/latest/index.html) and for an example of how the converted data looks like you can take a look at an example grid at ``./input/samples/vn_simona/fullGrid``.
The example grids are provided as csv files. You can choose to use a different data source for your own grid.
Expand Down

0 comments on commit a259c4c

Please sign in to comment.