Skip to content

Commit

Permalink
Update storage case to have missing file and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Feb 5, 2025
1 parent 9426bd4 commit f7a024f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions docs/src/30-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,12 +638,7 @@ unstacked_map[!,["k=1", "k=2", "k=3"]] = convert.(Float64, unstacked_map[!,["k=1
unstacked_map # hide
```

The file `assets-timeframe-partitions` has the information on how often we want to evaluate the inter-temporal constraints that combine the information of the representative periods. In this example, we define a uniform distribution of one period, meaning that we will check the inter-storage level every day of the week timeframe.

```@example seasonal-storage
phs_partitions_file = "../../test/inputs/Storage/assets-timeframe-partitions.csv" # hide
phs_partitions = CSV.read(phs_partitions_file, DataFrame, header = 1) # hide
```
The file `assets-timeframe-partitions` has the information on how often we want to evaluate the inter-temporal constraints that combine the information of the representative periods. In this example, the file is missing in the folder, meaning that the default of a `uniform` distribution of one period will be use in the model, see [model parameters](@ref schemas) section. This assumption implies that the model will check the inter-storage level every day of the week timeframe.

!!! info
For the sake of simplicity, we show how using three representative days can recover part of the chronological information of one week. The same method can be applied to more representative periods to analyze the seasonality across a year or longer timeframe.
Expand Down
2 changes: 0 additions & 2 deletions test/inputs/Storage/assets-timeframe-partitions.csv

This file was deleted.

0 comments on commit f7a024f

Please sign in to comment.