From 9e0007fa659a0b17c228309b1c7d8ed07fa6cad9 Mon Sep 17 00:00:00 2001 From: BRUNO Clement Date: Thu, 5 Mar 2015 10:46:33 +0100 Subject: [PATCH] Version cmt-04 --- Telemac/Telemac_Cata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telemac/Telemac_Cata.py b/Telemac/Telemac_Cata.py index 78d38958..c839c01f 100644 --- a/Telemac/Telemac_Cata.py +++ b/Telemac/Telemac_Cata.py @@ -203,7 +203,7 @@ INITIAL_STATE=PROC(nom="INITIAL_STATE",op=None, ), Stage_Discharge_Curves=SIMP(statut='f',typ='I',into=[0,1,2],fr='Indique si une courbe de tarage doit etre utilisee pour une frontiere 0:non 1:Z(Q) 2: Q(Z) (2 non programme)',ang='Says if a discharge-elevation curve must be used for a given boundary :NO 1:Z(Q) 2: Q(Z) (2 not programmed)'), Stage_Discharge_Curves_File = SIMP( statut='f', typ = ('Fichier', 'All Files (*)',),fr='Nom du fichier contenant les courbes de tarage',ang='Name of the file containing stage-discharge curves',), - Treatment_of_Fluxes_at_the_Boundaries = SIMP( statut='f',typ='I',into=[1,2],sug=1), + Treatment_of_Fluxes_at_the_Boundaries = SIMP( statut='f',typ='I',into=[1,2],sug=1,fr='Utilise pour les schemas SUPG, PSI et N, avec option 2, on ne retrouvepas exactement les valeurs imposees des traceurs,mais le flux est correct',ang='Used so far only with the SUPG, PSI and N schemes.With option 2, Dirichlet prescribed values are not obeyed,but the fluxes are correct'), Option_for_tidal_Boundary_Conditions = SIMP( statut='f',typ='I',into=[1,2],sug=1), ), ) -- 2.39.2