Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d6fa3e2
change "file-structure" foldername by "input-files"
GuillaumeMaistre Jun 30, 2026
a0ae15a
create catalog
GuillaumeMaistre Jun 30, 2026
f55f5f0
renaming mentions to previous foldername file structure
GuillaumeMaistre Jun 30, 2026
3067b1a
rename files and links to business views
GuillaumeMaistre Jul 1, 2026
6061723
edit taxonomy file
GuillaumeMaistre Jul 1, 2026
2edb071
change notebox by infobox
GuillaumeMaistre Jul 1, 2026
f64fc7e
delete taxonomy file
GuillaumeMaistre Jul 3, 2026
dc50bca
Merge branch 'main' into docs/views-adaptation
GuillaumeMaistre Jul 9, 2026
84e8baf
first version of notebook
GuillaumeMaistre Jul 9, 2026
efaa028
update gitignore
GuillaumeMaistre Jul 9, 2026
a392c8c
simplify notebook
GuillaumeMaistre Jul 10, 2026
d09be05
create simple legacy study
GuillaumeMaistre Jul 10, 2026
ce3cedd
use process_all fct
GuillaumeMaistre Jul 10, 2026
7860a90
use of andromede library
GuillaumeMaistre Jul 10, 2026
3f2327c
use clone command & add comments
GuillaumeMaistre Jul 10, 2026
d4c3a05
add comments & titles & running converted study section
GuillaumeMaistre Jul 13, 2026
9c75126
use of pypi package
GuillaumeMaistre Jul 13, 2026
8c063f4
add thermal plants in the conversion
GuillaumeMaistre Jul 13, 2026
f31cf33
add comments about the use of PyPi & fix variable namming
GuillaumeMaistre Jul 15, 2026
0f5e2a0
add e2e tests
GuillaumeMaistre Jul 15, 2026
0a90fda
fix syntax of e2e tests
GuillaumeMaistre Jul 15, 2026
d144071
Merge branch 'main' into docs/views-adaptation
GuillaumeMaistre Jul 16, 2026
75c949c
Update doc/overview/file-structure.md
GuillaumeMaistre Jul 16, 2026
c9133dc
Update doc/user-guide/input-files/view-config.md
GuillaumeMaistre Jul 16, 2026
dde827d
Update doc/user-guide/input-files/view-config.md
GuillaumeMaistre Jul 16, 2026
8c08c4f
Merge branch 'docs/views-adaptation' into docs/tuto-antares-legacy-co…
GuillaumeMaistre Jul 16, 2026
88e1825
move tuto into examples section
GuillaumeMaistre Jul 16, 2026
3566414
adapt env.py based on the new tutorial folder
GuillaumeMaistre Jul 16, 2026
bcc73d7
set wind plant into wind folder
GuillaumeMaistre Jul 22, 2026
0673910
mv tutorial into notebooks folder
GuillaumeMaistre Jul 22, 2026
a087934
update the paths in the env.py
GuillaumeMaistre Jul 22, 2026
e6366f5
update the overview page of the examples
GuillaumeMaistre Jul 22, 2026
1dca6e3
adapt path to library
GuillaumeMaistre Jul 30, 2026
dfa453b
use scenario builder
GuillaumeMaistre Jul 31, 2026
ae1af46
use the found objective value
GuillaumeMaistre Jul 31, 2026
2dac1a0
fix tests
GuillaumeMaistre Jul 31, 2026
8840e5e
bump gemspy v0.1.3
GuillaumeMaistre Jul 31, 2026
1424a09
Merge branch 'main' into docs/tuto-antares-legacy-converter
GuillaumeMaistre Jul 31, 2026
4e6b3e0
use of a deprecated antares legacy library
GuillaumeMaistre Jul 31, 2026
bff6b2f
fix format needed for tests
GuillaumeMaistre Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Full reference documentation lives in `doc/`. Read the relevant file before edit

| Topic | Reference |
|-------|-----------|
| GEMS study file types and domains (model libraries, system, timeseries, solver, business views) | [`doc/overview/file-structure.md`](doc/overview/file-structure.md) |
| Library file structure (port-types, models, parameters, variables, constraints) | [`doc/user-guide/file-structure/library.md`](doc/user-guide/file-structure/library.md) |
| GEMS study file types and domains (model libraries, system, timeseries, solver, views) | [`doc/overview/file-structure.md`](doc/overview/file-structure.md) |
| Library file structure (port-types, models, parameters, variables, constraints) | [`doc/user-guide/input-files/library.md`](doc/user-guide/input-files/library.md) |
| Mathematical expression syntax (operators, time indexing, aggregation, linearity) | [`doc/user-guide/mathematical-syntax.md`](doc/user-guide/mathematical-syntax.md) |
| Study folder layout (system.yml, data-series/, model-libraries/, optim-config.yml, parameters.yml) | [`doc/user-guide/file-structure/overview.md`](doc/user-guide/file-structure/overview.md) |
| System file (components, connections, parameter assignment) | [`doc/user-guide/file-structure/system.md`](doc/user-guide/file-structure/system.md) |
| Study folder layout (system.yml, data-series/, model-libraries/, optim-config.yml, parameters.yml) | [`doc/user-guide/input-files/overview.md`](doc/user-guide/input-files/overview.md) |
| System file (components, connections, parameter assignment) | [`doc/user-guide/input-files/system.md`](doc/user-guide/input-files/system.md) |

---

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[.shellclassinfo]
iconfile = settings/resources/study.ico
iconindex = 0
infotip = Antares Study9.3: notebook_legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[adequacy-patch]
adequacy-patch-mode = outside

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[nodal optimization]
non-dispatchable-power = true
dispatchable-hydro-power = true
other-dispatchable-power = true
spread-unsupplied-energy-cost = 0.000000
spread-spilled-energy-cost = 0.000000

[filtering]
filter-synthesis = hourly, daily, weekly, monthly, annual
filter-year-by-year = hourly, daily, weekly, monthly, annual

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[ui]
x = -15
y = -4
color_r = 230
color_g = 108
color_b = 44
layers = 0
[layerX]
0 = -15

[layerY]
0 = -4

[layerColor]
0 = 230 , 108 , 44
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[adequacy-patch]
adequacy-patch-mode = outside

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[nodal optimization]
non-dispatchable-power = true
dispatchable-hydro-power = true
other-dispatchable-power = true
spread-unsupplied-energy-cost = 0.000000
spread-spilled-energy-cost = 0.000000

[filtering]
filter-synthesis = hourly, daily, weekly, monthly, annual
filter-year-by-year = hourly, daily, weekly, monthly, annual

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[ui]
x = 260
y = 25
color_r = 230
color_g = 108
color_b = 44
layers = 0
[layerX]
0 = 260

[layerY]
0 = 25

[layerColor]
0 = 230 , 108 , 44
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
france
germany
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[all areas]
caption = All areas
comments = Spatial aggregates on all areas
output = false
apply-filter = add-all

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[[allocation]]
france = 1

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[[allocation]]
germany = 1

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Loading
Loading