Antares Simulator's GEMS interpreter
This section outlines the approach for configuring and utilizing the Antares Modeler, the interpreter for the GEMS language inside Antares Simulator.
Installation
The following link provides access to the most recent stable version of the Antares Simulator.
Download and Extract
- Go to the Antares Simulator releases page
- Download the appropriate archive for your platform:
- Windows:
rte-antares-<simulator-version>-installer-64bits.zip - Linux:
rte-antares-<simulator-version>-Ubuntu-<ubuntu-version>tar.gz
- Windows:
- Extract the archive to your desired location:
- Windows: Right-click and select "Extraction"
- Linux:
tar -xzf rte-antares-<simulator-version>-Ubuntu-<ubuntu-version>tar.gz
Locate the Executables
After extraction, navigate to the bin folder inside the extracted directory. You will find:
- Antares Modeler executable (
antares-modelerorantares-modeler.exe) - Antares Solver executable (
antares-solverorantares-solver.exe)
Antares Modeler is currently a command-line–only tool with no graphical interface yet. It is used for launching studies with full GEMS syntax. Antares Solver is designed for running Antares legacy study and hybrid studies comprising a mix of legacy and Gems models.
Launch the resolution of a GEMS study
Opening a terminal:
- Windows: Press
Win + R, typecmdorpowershell, and press Enter - Linux: Press
Ctrl + Alt + Tor search for "Terminal" in your applications menu
Antares Modeler
First study simulation with Modeler:
Let’s check if Modeler is working correctly.
- Download the example study:
Download the first Quick Start Example (QSE_1_Adequacy) and save the "QSE_1_Adequacy" folder.
- Run simulation:
# On Windows:
.\bin\antares-modeler.exe .\<absolute path to QSE_1_Adequacy study folder>
# On Linux:
./bin/antares-modeler ./<absolute path to QSE_1_Adequacy study folder>
- Check for success:
If you see logs like these, Modeler works correctly !
Especially, [yyyy-mm-dd HH:MM:SS][modeler][infos] Simulation table is written in: QSE_1_Adequacy/output/simulation_table--yyyymmdd HHMMSS.csv

Launch the resolution of an Hybrid study
Antares Solver
- Use the Hybrid Study tutorial :
Refer to the tutorial inside the Interoperability — Antares Hybrid Mode section
- Run the following commands :
# Windows rte-antares-x.x.x-installer-64bits\bin\antares-solver.exe <path-to-study> # Linux ./rte-antares-x.x.x-installer-64bits/bin/antares-solver <path-to-study>
Replace <path-to-study> with the path to your Antares study directory.
Requirements
The complete installation, documentation is available on the official documentation website.
In addition, Antares Modeler requires inside, the study folder, a parameters.yml file to run a GEMS study , and the process for creating this file is detailed in this section. Unlike the GemsPy interpreter, Modeler depends on this configuration file.
Additional Resources
| Resource | Link |
|---|---|
| Antares Simulator GitHub | Antares Simulator on GitHub |
| Online Documentation | Antares Simulator Docs |
| Modeler Documentation | GEMS Modeler Docs |
| Examples | See the repository's examples/ directory |
| FAQ | FAQ |
| GitHub Issues | Antares Simulator Issues |
| Contact Support | Contact support |