From 7b5dfbd06e673bec094fcd2b72b1d746f33e446f Mon Sep 17 00:00:00 2001 From: PASCALE NOYRET Date: Mon, 27 Jun 2022 16:48:13 +0200 Subject: [PATCH] modification de liana sur les libelles de la fonction d aggregation --- ReacteurNumerique/cata_UQ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReacteurNumerique/cata_UQ.py b/ReacteurNumerique/cata_UQ.py index 46e81ef3..b470e90d 100644 --- a/ReacteurNumerique/cata_UQ.py +++ b/ReacteurNumerique/cata_UQ.py @@ -1272,7 +1272,7 @@ def creeOutput(monDicoVarSortie): lesBlocsVar[nomBlocVar]= BLOC (condition=laConditionVar, VariablePosttraiteeAssociee=VariablePosttraiteeAssociee, Consigne=Consigne) nomBloc = 'b_physique_' + phys lesBlocs[nomBloc] = BLOC (condition=laCondition, VariablePhysique = VariablePhysique, **lesBlocsVar) - FonctionDAggregation = SIMP(statut = 'o', typ= 'TXM', into = ('Max', 'Min', 'Med', 'Moy', 'Sum'), + FonctionDAggregation = SIMP(statut = 'o', typ= 'TXM', into = ('valeur à t=O', 'valeur à mi-temps', 'valeur à t final', 'valeur moyenne', 'valeur cumulée', 'valeur minimale', 'valeur maximale' ), defaut=('Max'), max='**', homo='SansOrdreNiDoublon') VariableDeSortie = FACT ( max='**', statut ='o', Physique=Physique, **lesBlocs, FonctionDAggregation=FonctionDAggregation, Unit=Unit,Format=Format) output = FACT (max=1, statut ='o', VariableDeSortie=VariableDeSortie) -- 2.39.2