-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move thermal noises to class Simulation (#1594)
* [skip ci] Remove global vars : a bit of cleaning * Remove global vars : valeursGenereesParPays's allocation moved in a constructor + simplifying runtime * Remove global vars : unnecessary initialization of HydrauliqueModulableQuotidien (already done in simulation) * Remove global vars : remove unnecessary function, as it only calls one other function * Remove global vars : back to previous state, before wrong correction * Remove global vars : a bit of clarification in ALEA_TirageAuSortChroniques * Remove global vars : renaming * Remove global vars : simplifying and clarifying a bit thermal noises * Remove global vars : moving thermal noises to where it belongs + removing the useless AleaCoutDeProductionParPalier * Remove global vars : forgot to update adequacy mode with the new way we add thermal noise * Remove global vars : regression fix * Remove global vars : extract thermal part of weekly problem building, because of adq patch * [skip ci] Remove global vars : just clarifying * Remove global vars : remove call to SIM_RenseignementProblemeHebdo in AdequacyPatchOptimization::solve * Remove global vars : after previous commit removal, simplifications come naturally * Remove global vars : some cleaning * Fix/global var hydro modulable (#1614) * Global vars - try remove HydrauliqueModulableQuotidien : simple renaming * Global vars - try remove HydrauliqueModulableQuotidien : cleaning n class HydroManagement * Global vars : rename and move down struct VALEURS_GENEREES_PAR_PAYS * [skip ci] Global vars : small simplification * remove TS number global var : we don't need timeseriesNumberYear in StudyRuntimeInfos (#1618) * [skip ci] remove TS number global var : correction after review * Update src/libs/antares/study/area/scratchpad.cpp Co-authored-by: abdoulbari zakir <[email protected]> * Apply a-zakir's remark * Remove unused argument from StudyRuntimeInfos's ctor (#1634) --------- Co-authored-by: Florian Omnès <[email protected]> Co-authored-by: abdoulbari zakir <[email protected]>
- Loading branch information
1 parent
948c9c9
commit 967433f
Showing
37 changed files
with
507 additions
and
582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.