Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name of Xpansion output folder #2363

Open
nikolaredstork opened this issue Feb 21, 2025 · 3 comments
Open

Name of Xpansion output folder #2363

nikolaredstork opened this issue Feb 21, 2025 · 3 comments

Comments

@nikolaredstork
Copy link

Antares Xpansion offers two Unit Commitment (UC) modes: fast and accurate.

  1. When fast mode is selected, Antares Simulator automatically enforces Economy simulation mode.
  2. When accurate mode is selected, Antares Simulator automatically enforces Xpansion simulation mode.

Following screenshot is from Xpansion documentation:

Image

Currently, in Antares Web, the output folder naming conventions for Antares Xpansion simulations do not align with their intended purpose:

  • If the fast UC mode is used, the output folder extension is .eco. However, this extension is typically associated with Antares Simulator’s Economy simulation mode, making it an inappropriate choice for Xpansion outputs.
  • If the accurate UC mode is used, the output folder extension is .adq (short for "adequacy"). This extension is generally reserved for Antares Simulator’s Adequacy simulation mode, which does not correspond to Xpansion.

To maintain clarity and avoid confusion between Antares Simulator and Antares Xpansion studies, the recommended output folder extension for Antares Xpansion simulations should be .exp (short for "Xpansion").

@MartinBelthle
Copy link
Contributor

Okay but I don't think AntaresWeb chooses the name of the output. This issue should probably be moved inside AntaresSimulator or AntaresXpansion

@nikolaredstork
Copy link
Author

Actually, I think it does, since when you run your Xpansion simulation on your machine output name will have exp extension, and I think this part of the code should be reviewed: antarest/study/storage/utilis.py:

Image

If you can see here if simulation mode is Economy, extension will be eco, if it is not, it would be adq. It should be added if statement for Xpansion study.

On following screenshot, you can see output of Xpansion simulation from my machine.

Image

@MartinBelthle
Copy link
Contributor

MartinBelthle commented Feb 25, 2025

Indeed you're right. I'll talk to the Xpansion Team to know how they feel about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants