Skip to content

Commit

Permalink
Va wk configuration (#173)
Browse files Browse the repository at this point in the history
* Update process_conf.json

* Update timeframe_conf.json
  • Loading branch information
VeikoAunapuu authored Oct 16, 2024
1 parent 755831f commit dd9510f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
38 changes: 38 additions & 0 deletions config/task_generator/process_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,44 @@
"upload_to_opdm": "False",
"upload_to_minio": "True",
"send_merge_report": "True"
},
{
"@context": "https://example.com/schemas/run.jsonld",
"@id": "https://example.com/runs/WeekAheadRMM",
"@type": "Run",
"process_id": "https://example.com/processes/RMM_CREATION",
"valid_from": "",
"valid_to": "",
"gate_open": "P1DT5H",
"gate_close": "P1DT4H",
"run_at": "00 18 * * 3",
"time_frame": "W-1",
"data_timestamps": "30 7 * * *",
"data_resolution": "PT1H",
"tags": [],
"properties": {
"merge_type": "BA",
"merging_entity": "BALTICRSC",
"included": [
"AST",
"PSE",
"ELERING",
"LITGRID"
],
"excluded": [],
"local_import": [
"LITGRID",
"AST",
"ELERING"
],
"time_horizon": "WK",
"version": "100",
"mas": "http://www.baltic-rsc.eu/OperationalPlanning/RMM",
"replacement": "True",
"scaling": "False",
"upload_to_opdm": "False",
"upload_to_minio": "True",
"send_merge_report": "True"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions config/task_generator/timeframe_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"@id": "https://example.com/timeHorizons/W-1",
"@type": "https://example.com/timeHorizon",
"description": "Process that runs in current week for next week",
"period_duration": "P1W",
"period_start": "P1W",
"reference_time": "currentWeekStart"
"period_duration": "P3D",
"period_start": "P9D",
"reference_time": "currentDayStart"
},
{
"@context": "https://example.com/timeHorizon_context.jsonld",
Expand Down

0 comments on commit dd9510f

Please sign in to comment.