Salome HOME
sauve0206
[tools/eficas.git] / Telemac / Telemac_Cata_nouveau.py
index 03a2ab0e6ba39d6a05c15ebce2f05c3409b8616d..cd623b648a6bfdc9b065b351ec89c6173ea46387 100644 (file)
@@ -72,25 +72,6 @@ Maximum_Number_Of_Iterations_For_Solver = SIMP( statut='o',typ='I',
     ang= 'Since the algorithms used for solving the propagation step are iterative, the allowed number of iterations should be limited.  NOTE: a maximum number of 40 iterations per time step seems to be reasonable.',
      ),
 
-Initial_Guess_For_H = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('1=previous', '0=zero', '2=extrapolation'),
-    fr = 'Tir initial du solveur de letape de propagation.  Offre la possibilite de modifier la valeur initiale de DH, accroissement de H, a chaque iteration, dans letape de propagation en utilisant les valeurs finales de cette variable aux pas de temps precedents. Ceci peut permettre daccelerer la vitesse de convergence lors de la resolution du systeme. Trois possibilites sont offertes : 0 : DH = 0.  1 : DH = DHn (valeur finale de DH au pas de temps precedent), 2 : DH = 2DHn - DHn-1 (extrapolation).',
-    ang= 'Initial guess for the solver in the propagation step.  Makes it possible to modify the initial value of C, upon each iteration in the propagation step, by using the ultimate values this variable had in the earlier time steps. Thus, the convergence can be speeded up when the system is being solved. 3 options are available: 0: DH = 0 1: DH = DHn (ultimate DH value in the next previous time step) 2: DH = 2DHn - DHn-1 (extrapolation)',
-     ),
-
-Maximum_Number_Of_Iterations_For_K_And_Epsilon = SIMP( statut='o',typ='I',
-    defaut=50 ,
-    fr = 'Fixe le nombre maximum diterations accepte lors de la resolution du systeme diffusion-termes sources du modele k-epsilon.',
-    ang= 'Sets the maximum number of iterations that are acceptable when solving the diffusion source-terms step of the k-epsilon model.',
-     ),
-
-Law_Of_Bottom_Friction = SIMP( statut='o',typ='I',
-    defaut=0 ,
-   into =('0="NO FRICTION"', '1="HAALAND"', '2="CHEZY"', '3="STRICKLER"', '4="MANNING"', '5="NIKURADSE"'),
-    fr = 'selectionne le type de formulation utilisee pour le calcul du frottement sur le fond.  Les lois possibles sont les suivantes (cf.  Note de principe) : - 0 : pas de frottement sur le fond, 1 : formule de Haaland 2 : formule de Chezy 3 : formule de STRICKLER 4 : formule de MANNING 5 : formule de NIKURADSE ',
-    ang= 'Selects the type of formulation used for the bottom friction.  The possible laws are as follows (refer to the Principle note): 0: no friction against bottom, 1: Haalands formula 2: CHEZYs formula 3: STRICKLERs formula 4: MANNINGs formula 5: NIKURADSEs formula ',
-     ),
 
 Maximum_Number_Of_Iterations_For_Diffusion_Of_Tracers = SIMP( statut='o',typ='I',
     defaut=60 ,
@@ -105,35 +86,7 @@ Solver_For_Diffusion_Of_Tracers = SIMP( statut='o',typ='I',
     ang= '1 : conjugate gradient 2 : conjugate gradient 3 :  conjugate gradient on a normal equation 4 : minimum error 5 : squared conjugate gradient 6 : cgstab 7 : gmres (see option for the solver for tracer diffusion) 8 : direct',
      ),
 
-Propagation_Option = SIMP( statut='o',typ='I',
-    defaut=3 ,
-    fr = 'Non active pour linstant.',
-    ang= 'Not yet implemented.',
-     ),
 
-Free_Integer_17 = SIMP( statut='o',typ='I',
-    defaut=3 ,
-    fr = ' ',
-    ang= ' ',
-     ),
-
-Free_Integer_18 = SIMP( statut='o',typ='I',
-    defaut=3 ,
-    fr = ' ',
-    ang= ' ',
-     ),
-
-Free_Integer_20 = SIMP( statut='o',typ='I',
-    defaut=3 ,
-    fr = ' ',
-    ang= ' ',
-     ),
-
-Number_Of_Sub_iterations_For_Non_linearities = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Permet de reactualiser, pour un meme pas de temps, les champs convecteur et propagateur au cours de plusieurs sous-iterations. A la premiere sous-iteration, ces champs sont donnes par C et le champ de vitesses au pas de temps precedent. Aux iterations suivantes, ils sont pris egaux au champ de vitesse obtenu a la fin de la sous-iteration precedente. Cette technique permet dameliorer la prise en compte des non linearites.',
-    ang= 'Used for updating, within one time step, the advection and propagation field.  upon the first sub-iteration, these fields are given by C and the velocity field in the previous time step. At subsequent iterations, the results of the previous sub-iteration is used to update the advection and propagation field.  The non-linearities can be taken into account through this technique.',
-     ),
 
 Number_Of_First_Time_Step_For_Graphic_Printouts = SIMP( statut='o',typ='I',
     defaut=0 ,
@@ -154,26 +107,7 @@ Preconditioning_For_Diffusion_Of_Tracers = SIMP( statut='o',typ='I',
     ang= 'Preconditioning of the linear system in the tracer diffusion step.  Same definition and possibilities as for the keyword  PRECONDITIONING 0: no preconditioning 2: diagonal preconditioning 3: diagonal preconditioning with the condensed matrix 7: Crouts preconditioning per element.',
      ),
 
-Solver_For_K_epsilon_Model = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('1="conjugate gradient"', '2="conjugate residuals"', '3="conjugate gradient on normal equation"', '4="minimum error"', '5="conjugate gradient squared"', '6="conjugate gradient squared stabilised (cgstab)"', '7="gmres (see option for the solver for k-epsilon model)"', '8="direct"'),
-    fr = 'Permet de choisir le solveur utilise pour la resolution du systeme du modele k-epsilon : 1 : gradient conjugue 2 : residu conjugue 3 : gradient conjugue sur equation normale 4 : erreur minimale 5 : gradient conjugue carre 6 : gradient conjugue carre stabilise (cgstab) 7 : gmres (voir aussi option du solveur pour le modele k-epsilon) 8 : direct',
-    ang= 'Makes it possible to select the solver used for solving the system of the k-epsilon model.  1: conjugate gradient 2: conjugate residuals 3: conjugate gradient on normal equation 4: minimum error 5: conjugate gradient squared 6: conjugate gradient squared stabilised (cgstab) 7: gmres (see option for the solver for k-epsilon model) 8: direct',
-     ),
-
-Preconditioning_For_K_epsilon_Model = SIMP( statut='o',typ='I',
-    defaut=2 ,
-   into =('2="diagonal"', '0="no preconditioning"', '3="diagonal condensed"', '7="crout"', '14="diagonal and crout"', '21="diagonal condensed and crout"'),
-    fr = 'Permet de preconditionner le systeme relatif au modele k-epsilon 0 : pas de preconditionnement, 2 : preconditionnement diagonal.  3 : preconditionnement diagonal avec la matrice condensee.  7 : preconditionnement de Crout par element.',
-    ang= 'Preconditioning of the linear system in the diffusion step of the k-epsilon model.  0: no preconditioning 2: diagonal preconditioning 3: diagonal preconditioning with the condensed matrix 7: Crouts preconditioning per element',
-     ),
 
-Turbulence_Model_For_Solid_Boundaries = SIMP( statut='o',typ='I',
-    defaut=2 ,
-   into =('1=smooth', '2=rough'),
-    fr = 'Permet de choisir le regime de turbulence aux parois  1 : regime turbulent lisse.  2 : regime turbulent rugueux.',
-    ang= 'Provided for selecting the type of friction on the walls 1: smooth 2: rough',
-     ),
 
 Number_Of_Drogues = SIMP( statut='o',typ='I',
     defaut=0 ,
@@ -193,11 +127,6 @@ Number_Of_Lagrangian_Drifts = SIMP( statut='o',typ='I',
     ang= 'Provided for performing several computations of lagrangian drifts starting at different times.  Add A and G in the VARIABLES FOR GRAPHIC PRINTOUTS key-word',
      ),
 
-Bottom_Smoothings = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Nombre de lissages effectues sur la topographie.  chaque lissage, effectue a laide dune matrice de masse, est conservatif.  Utilise lorsque les donnees de bathymetrie donnent des resultats trop irreguliers apres interpolation.',
-    ang= 'Number of smoothings on bottom topography.  each smoothing is mass conservative.  to be used when interpolation of bathymetry on the mesh gives very rough results.',
-     ),
 
 Solver_Option_For_Tracers_Diffusion = SIMP( statut='o',typ='I',
     defaut=2 ,
@@ -205,41 +134,7 @@ Solver_Option_For_Tracers_Diffusion = SIMP( statut='o',typ='I',
     ang= 'WHEN GMRES (7) IS CHOSEN, DIMENSION OF THE KRYLOV SPACE TRY VALUES BETWEEN 2 AND 15',
      ),
 
-Option_For_The_Solver_For_K_epsilon_Model = SIMP( statut='o',typ='I',
-    defaut=2 ,
-    fr = 'si le solveur est GMRES (7) le mot cle est la dimension de lespace de KRILOV (valeurs conseillees entre 2 et 15)',
-    ang= 'WHEN GMRES (7) IS CHOSEN, DIMENSION OF THE KRYLOV SPACE TRY VALUES BETWEEN 2 AND 15',
-     ),
 
-Zero = SIMP( statut='o',typ='R',
-    defaut=1e-12 ,
-    fr = 'Non active pour linstant.',
-    ang= 'Not yet implemented',
-     ),
-
-Friction_Coefficient = SIMP( statut='o',typ='R',
-    defaut=50.0 ,
-    fr = 'Fixe la valeur du coefficient de frottement pour la formulation choisie.  Attention, la signification de ce chiffre varie suivant la formule choisie : 1 : coefficient lineaire 2 : coefficient de Chezy 3 : coefficient de Strickler 4 : coefficient de Manning 5 : hauteur de rugosite de Nikuradse',
-    ang= 'Sets the value of the friction coefficient for the selected formulation. It is noteworthy that the meaning of this figure changes according to the selected formula (Chezy, Strickler, etc.) : 1 : linear coefficient 2 : Chezy coefficient 3 : Strickler coefficient 4 : Manning coefficient 5 : Nikuradse grain size',
-     ),
-
-Coefficient_Of_Wind_Influence = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe la valeur du coefficient dentrainement du vent (cf.  Note de principe).',
-    ang= 'Sets the value of the wind driving coefficient.  Refer to principle note.',
-     ),
-
-Wind_Velocity_Along_X = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Composante de la vitesse du vent suivant laxe des x (m/s).',
-    ang= 'Wind velocity, component along x axis (m/s).',
-     ),
-
-Wind_Velocity_Along_Y = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Composante de la vitesse du vent suivant laxe des y (m/s).',
-    ang= 'Wind velocity, component along y axis (m/s).',
-     ),
 
 Initial_Values_Of_Tracers = SIMP( statut='o',typ='R',
     defaut=(0.0, 0.0) ,
@@ -272,72 +167,8 @@ Velocity_Diffusivity = SIMP( statut='o',typ='R',
     ang= 'Sets, in an even way for the whole domain, the value of the coefficient of global (dynamic+turbulent) viscosity. this value may have a significant effect both on the shapes and sizes of recirculation zones.',
      ),
 
-Turbulence_Model = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('1="CONSTANT VISCOSITY"', '2="ELDER"', '3="K-EPSILON MODEL"', '4="SMAGORINSKI"'),
-    fr = '3 choix sont possibles actuellement : viscosite constante (1) modele de Elder (2) ou modele k-epsilon (3).  Attention : si on choisit loption 1 il ne faut pas oublier dajuster la valeur du mot-cle COEFFICIENT DE DIFFUSION DES VITESSES.  si on choisit loption 2 il ne faut pas oublier dajuster les deux valeurs du mot-cle : COEFFICIENTS ADIMENSIONNELS DE DISPERSION Si on choisit loption 3, ce meme parametre doit retrouver sa vraie valeur physique car elle est utilisee comme telle dans le modele de turbulence',
-    ang= 'The current alternatives are as follows: constant viscosity (1) elders model (2) or k-epsilon model (3).  NOTE: when option 1 is chosen, it should be kept in mind that the value of the keyword VELOCITY DIFFUSIVITY has to be ajusted.  When option 2 is chosen, the two values of key-word : NON-DIMENSIONAL DISPERSION COEFFICIENTS are used When option 3 is chosen, this parameter should recover its true physical value, since it is used as such in the turbulence model.',
-     ),
-
-Threshold_Depth_For_Receding_Procedure = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Si > 0., declenche la procedure de ressuyage qui evite le franchissement parasite des digues mal discretisees',
-    ang= 'If > 0., will trigger the receding procedure that avoids overwhelming of dykes which are too loosely discretised ',
-     ),
-
-Implicitation_For_Depth = SIMP( statut='o',typ='R',
-    defaut=0.55 ,
-    fr = 'Fixe la valeur du coefficient dimplicitation sur C dans letape de propagation (cf.  Note de principe).  Les valeurs inferieures a 0.5 donnent un schema instable.',
-    ang= 'Sets the value of the implicitation coefficient for C (the celerity of waves) in the propagation step (refer to principle note).  Values below 0.5 result in an unstable scheme.',
-     ),
-
-Implicitation_For_Velocity = SIMP( statut='o',typ='R',
-    defaut=0.55 ,
-    fr = 'Fixe la valeur du coefficient dimplicitation sur la vitesse dans letape de propagation (cf.  Note de principe).  Les valeurs inferieures a 0.5 donnent un schema instable.',
-    ang= 'Sets the value of the implicitation coefficient for velocity in the propagation step (refer to principle note).  Values below 0.5 result in an unstable condition.',
-     ),
-
-Implicitation_For_Diffusion_Of_Velocity = SIMP( statut='o',typ='R',
-    defaut=1.0 ,
-    fr = 'Fixe la valeur du coefficient dimplicitation sur les termes de diffusion des vitesses',
-    ang= 'Sets the value of the implicitation coefficient for the diffusion of velocity',
-     ),
-
-Mass_lumping_On_H = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'TELEMAC offre la possibilite deffectuer du mass-lumping sur H ou U.  Ceci revient a ramener tout ou partie (suivant la valeur de ce coefficient) des matrices AM1 (h) ou AM2 (U) et AM3 (V) sur leur diagonale.  Cette technique permet daccelerer le code dans des proportions tres importantes et de le rendre egalement beaucoup plus stable. Cependant les solutions obtenues se trouvent lissees.  Ce parametre fixe le taux de mass-lumping effectue sur h.',
-    ang= 'TELEMAC provides an opportunity to carry out mass-lumping either on C,H or on the velocity.  This is equivalent to bringing the matrices AM1 (h) or AM2 (U) and AM3 (V) wholly or partly, back onto their diagonal.  Thanks to that technique, the code can be speeded up to a quite significant extent and it can also be made much more stable. The resulting solutions, however, become artificially smoothed.  This parameter sets the extent of mass-lumping that is performed on h.',
-     ),
-
-Mass_lumping_On_Velocity = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe le taux de mass-lumping effectue sur la vitesse.',
-    ang= 'Sets the amount of mass-lumping that is performed on the velocity.',
-     ),
-
-Minimum_Value_Of_Depth = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe la valeur minimale de a lorsque loption CLIPPING DE H est activee.',
-    ang= 'Sets the minimum H value when option H CLIPPING is implemented. Not fully implemented.',
-     ),
-
-Time_Step_Reduction_For_K_epsilon_Model = SIMP( statut='o',typ='R',
-    defaut=1.0 ,
-    fr = 'Coefficient reducteur du pas de temps pour le modele k-epsilon (qui est normalement identique a celui du systeme hydrodynamique).  Utilisation deconseillee',
-    ang= 'Time step reduction coefficient for k-epsilon model (which is normally same the same as that of the hydrodynamic system) Not recommended for use.',
-     ),
 
-Accuracy_Of_K = SIMP( statut='o',typ='R',
-    defaut=1e-09 ,
-    fr = 'Fixe la precision demandee sur k pour le test darret dans letape de diffusion et termes sources du modele k-epsilon.',
-    ang= 'Sets the required accuracy for computing k in the diffusion and source terms step of the k-epsilon model.',
-     ),
 
-Accuracy_Of_Epsilon = SIMP( statut='o',typ='R',
-    defaut=1e-09 ,
-    fr = 'Fixe la precision demandee sur epsilon pour le test darret dans letape de diffusion et termes sources de k et epsilon.',
-    ang= 'Sets the required accuracy for computing epsilon in the diffusion and source-terms step of the k-epsilon model.',
-     ),
 
 Mean_Depth_For_Linearization = SIMP( statut='o',typ='R',
     defaut=0.0 ,
@@ -345,11 +176,6 @@ Mean_Depth_For_Linearization = SIMP( statut='o',typ='R',
     ang= 'Sets the water depth about which the linearization is made when the LINEARIZED PROPAGATION OPTION is selected.',
      ),
 
-Roughness_Coefficient_Of_Boundaries = SIMP( statut='o',typ='R',
-    defaut=100.0 ,
-    fr = 'Fixe la valeur du coefficient de frottement sur les frontieres solides avec un regime turbulent rugueux sur les bords du domaine.  meme convention que pour le coefficient de frottement: 1 : non programme 2 : coefficient de Chezy 3 : coefficient de Strickler 4 : coefficient de Manning 5 : hauteur de rugosite de Nikuradse',
-    ang= 'Sets the value of the friction coefficient of the solid boundary with the bed roughness option. Same meaning than friction coefficient',
-     ),
 
 Prescribed_Velocities = SIMP( statut='o',typ='R',
     max=2 ,
@@ -363,23 +189,7 @@ Prescribed_Tracers_Values = SIMP( statut='o',typ='R',
     ang= 'Tracer values prescribed at the inflow boundaries.  Read the usermanual section dealing with the boundary conditions',
      ),
 
-Abscissae_Of_Sources = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Valeurs des abscisses des sources de debit et de traceur.',
-    ang= 'abscissae of sources of flowrate and/or tracer',
-     ),
-
-Ordinates_Of_Sources = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Valeurs des ordonnees des sources de debit et de traceur.',
-    ang= 'ordinates of sources of flowrate and/or tracer',
-     ),
 
-Water_Discharge_Of_Sources = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Valeurs des debits des sources.',
-    ang= 'values of water discharge of sources',
-     ),
 
 Values_Of_The_Tracers_At_The_Sources = SIMP( statut='o',typ='R',
     max=2 ,
@@ -387,17 +197,6 @@ Values_Of_The_Tracers_At_The_Sources = SIMP( statut='o',typ='R',
     ang= 'Values of the tracers at the sources',
      ),
 
-Velocities_Of_The_Sources_Along_X = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Vitesses du courant a chacune des sources. Si elles ne sont pas donnees, on considere que la vitesse est celle du courant',
-    ang= 'Velocities at the sources. If they are not given, the velocity of the flow at this location is taken',
-     ),
-
-Velocities_Of_The_Sources_Along_Y = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Vitesses du courant a chacune des sources',
-    ang= 'Velocities at the sources',
-     ),
 
 Upwind_Coefficients = SIMP( statut='o',typ='R',
     defaut=(1.0, 1.0, 1.0, 1) ,
@@ -406,12 +205,6 @@ Upwind_Coefficients = SIMP( statut='o',typ='R',
     ang= 'Upwind coefficients used by the S.U.P.G. method These coefficients are applied respectively to 1) U and V 2) H  or C 3) T 4) K and epsilon  ',
      ),
 
-North = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Direction du nord en degres, par rapport a laxe des y dans le sens trigonometrique. Notation decimale 10.5 signifie  10 degres et trente minutes.',
-    ang= 'Angle of the North with the y axis, in degrees. 10.5 means 10 degrees and 30 minutes.',
-     ),
-
 Steering_File = SIMP( statut='o',typ='TXM',
     fr = 'Nom du fichier contenant les parametres du calcul a realiser.',
     ang= 'Name of the file containing the parameters of the computation Written by the user.',
@@ -433,25 +226,6 @@ Account_Number = SIMP( statut='o',typ='TXM',
     ang= 'Account number to which the cost of computation shall be charged.',
      ),
 
-Binary_Data_File_1 = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de donnees code en binaire mis a la disposition de lutilisateur.  Les donnees de ce fichier seront a lire sur le canal 24.',
-    ang= 'Binary-coded data file made available to the user.  The data in this file shall be read on channel 24.',
-     ),
-
-Binary_Data_File_2 = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de donnees code en binaire mis a la disposition de lutilisateur.  Les donnees de ce fichier seront a lire sur le canal 25.',
-    ang= 'Binary-coded data file made available to the user.  The data in this file shall be read on channel 25.',
-     ),
-
-Formatted_Data_File_1 = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de donnees formate mis a la disposition de lutilisateur.  Les donnees de ce fichier seront a lire sur le canal 26.',
-    ang= 'Formatted data file made available to the user.  The data in this file shall be read on channel 26.',
-     ),
-
-Formatted_Data_File_2 = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de donnees formate mis a la disposition de lutilisateur.  Les donnees de ce fichier seront a lire sur le canal 27.',
-    ang= 'Formatted data file made available to the user.  The data in this file shall be read on channel 27.',
-     ),
 
 Destination = SIMP( statut='o',typ='TXM',
     defaut='CHE43A' ,
@@ -471,473 +245,11 @@ Names_Of_Clandestine_Variables = SIMP( statut='o',typ='TXM',
     ang= 'Names of variables that are not used by TELEMAC, but should be preserved when it is being run. This keyword may be used, for instance when it if TELEMAC is coupled with another code. Thus, the clandestine variables belong to the other code and are given back in the results file.',
      ),
 
-Formatted_Results_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de resultats formate mis a la disposition de lutilisateur.  Les resultats a placer dans ce fichier seront a ecrire sur le canal 29.',
-    ang= 'Formatted file of results made available to the user.  The results to be entered into this file shall be written on channel 29.',
-     ),
-
-Priority = SIMP( statut='o',typ='TXM',
-    defaut='JOUR' ,
-    fr = 'Utilise par la procedure de lancement sur station de travail',
-    ang= 'Utilise par la procedure de lancement sur station de travail',
-     ),
-
-Computation_Continued = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Determine si le calcul en cours est independant de tout autre resultat ou est une reprise effectuee a partir du resultat dun calcul precedent.  NON : Il sagit du premier passage pour ce calcul et il est necessaire de definir un jeu complet de conditions initiales OUI : Il sagit dune reprise de calcul : les conditions initiales sont constituees par le dernier pas de temps du FICHIER DU CALCUL PRECEDENT du fichier des parametres utilise pour soumettre le calcul.  Par contre, lensemble des donnees du fichier des parametres peuvent etre redefinies , ce qui offre la possibilite de changer par exemple, le pas de temps, le modele de turbulence, le frottement, dajouter ou retirer un traceur ...  De meme, il est necessaire de definir des conditions aux limites (sous-programme BORD ou valeurs placees dans le fichier des parametres), qui peuvent egalement etre modifiees.',
-    ang= 'Determines whether the computation under way is independent result or is following an earlier result.  NO: It is the first run for this computation and a whole set of initial conditions should be defined.  YES: It follows a former computation: the initial conditions consist in the last time step of the PREVIOUS COMPUTATION FILE in the steering file used for submitting the computation.  All the data from the steering file may be defined once again, which provides an opportunity to change, for example, the time step, the turbulence model, the friction, to add or remove a tracer...  It is also possible to define new boundary conditions.',
-     ),
-
-Diffusion_Of_Tracers = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Prise en compte ou non de la diffusion du traceur passif.',
-    ang= 'The diffusion of the passive tracer is taken into account or ignored.',
-     ),
-
-Listing_Printout = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Sortie des resultats sur support papier.  Si lon met NON le listing ne contient que lentete et la mention FIN NORMALE DU PROGRAMME Commande a eviter',
-    ang= 'Result printout on hard copy.  When NO is selected, the listing only includes the heading and the phrase "NORMAL END OF PROGRAM" In addition, the options MASS BALANCE and VALIDATION are inhibited.  Not recommended for use.',
-     ),
-
-Diffusion_Of_Velocity = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Permet de decider si lon prend ou non en compte la diffusion des vitesses.',
-    ang= 'Makes it possible to decide whether the diffusion of velocity (i.e. viscosity) is taken into account or not.',
-     ),
-
-Advection = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Prise en compte ou non des termes de convection.  En cas de reponse positive, on peut encore supprimer certains termes de convection avec les mots-cles CONVECTION DE ...',
-    ang= 'Are the advection terms taken into account or not?  If YES, some advection terms can still be deleted using the keywords -ADVECTION OF ..-',
-     ),
-
-Advection_Of_U_And_V = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Prise en compte ou non de la convection de U et V.',
-    ang= 'The advection of U and V is taken into account or ignored.',
-     ),
-
-Advection_Of_K_And_Epsilon = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Prise en compte ou non de la convection de k et epsilon.',
-    ang= 'The k and epsilon advection is taken into account or ignored.',
-     ),
-
-Propagation = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Prise en compte ou non de la propagation de la vitesse et de la hauteur deau.  La diffusion etant contenue dans cette etape sera supprimee aussi.',
-    ang= 'Determines whether the propagation step is taken into account or not.  The diffusion being included in that step will be deleted as well.',
-     ),
-
-Coriolis = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Prise en compte ou non de la force de Coriolis.',
-    ang= 'The Coriolis force is taken into account or ignored.',
-     ),
-
-Mass_balance = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Determine si lon effectue ou non le bilan de masse sur le domaine.  Cette procedure calcule a chaque pas de temps : - les flux aux entrees et sorties du domaine, - le flux global a travers lensemble des parois du domaine (liquides ou solides) - lerreur relative sur la masse pour ce pas de temps.  En fin de listing, on trouve lerreur relative sur la masse pour lensemble du calcul.  Il ne sagit que dun calcul indicatif car il nexiste pas dexpression compatible du debit en formulation c,u,v.',
-    ang= 'Determines whether a check of the mass-balance over the domain is mader or not.  This procedures computes the following at each time step: the domain inflows and outflows, the overall flow across all the boundaries, the relative error in the mass for that time step.  The relative error in the mass over the whole computation can be found at the end of the listing.',
-     ),
-
-H_Clipping = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Determine si lon desire ou non limiter par valeur inferieure la hauteur deau H (dans le cas des bancs decouvrants par exemple).',
-    ang= 'Determines whether limiting the water depth H by a lower value desirable or not. (for instance in the case of tidal flats) This key-word may have an influence on mass conservation since the truncation of depth is equivalent to adding mass.',
-     ),
-
-Spherical_Coordinates = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Choix des coordonnees spheriques pour la realisation du calcul ( pour les grands domaines de calcul).  Attention : cette option est etroitement liee au maillage qui doit avoir ete saisi sur une carte marine en projection de Mercator.  Il faut de plus relever sur la carte la LATITUDE DU POINT ORIGINE (autre mot-cle) qui correspond dans le maillage a lordonnee y = 0.',
-    ang= 'Selection of spherical coordinates to perform the computation (for large computation domains).  Warning: this option is closely related to the mesh that should have been entered onto a nautical chart drawn as per Mercator projection The LATITUDE OF ORIGIN POINT (another keyword), which corresponds to ordinate y=0 in the mesh, must moreover be given.',
-     ),
-
-Validation = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Option utilisee principalement pour le dossier de validation. Le fichier des resultats du calcul precedent est alors considere comme une reference a laquelle on va comparer le calcul. La comparaison est effectuee par le sous-programme VALIDA qui peut etre une comparaison avec une solution exacte par exemple.',
-    ang= 'This option is primarily used for the validation documents.  The PREVIOUS COMPUTATION FILE is then considered as a reference which the computation is going to be compared with.  The comparison is made by the subroutine VALIDA, which can be modified as to so as to include, for example,a comparison with an exact solution.',
-     ),
-
-Information_About_K_epsilon_Model = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Donne le nombre diterations du solveur de letape de diffusion et termes sources du modele k-epsilon.',
-    ang= 'Gives the number of iterations of the solver in the diffusion and source terms step of the k-epsilon model.',
-     ),
-
-Tidal_Flats = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'permet de supprimer les tests sur les bancs decouvrants, dans les cas ou lon est certain quil ny en aura pas.  En cas de doute : oui',
-    ang= 'When no, the specific treatments for tidal flats are by-passed.  This spares time, but of course you must be sure that you have no tidal flats',
-     ),
-
-Elements_Masked_By_User = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'SI OUI REMPLIR LE SOUS-PROGRAMME MASKOB',
-    ang= 'IF YES REWRITE SUBROUTINE MASKOB',
-     ),
-
-Density_Effects = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'PRISE EN COMPTE DU GRADIENT HORIZONTAL DE DENSITE LE TRACEUR EST ALORS LA SALINITE',
-    ang= 'THE HORIZONTAL GRADIENT OF DENSITY IS TAKEN INTO ACCOUNT THE TRACER IS THEN THE SALINITY',
-     ),
-
-Option_For_The_Treatment_Of_Tidal_Flats = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Utilise si BANCS DECOUVRANTS est vrai 1 : EQUATIONS RESOLUES PARTOUT AVEC CORRECTION SUR LES BANCS DECOUVRANTS 2 : GEL DES ELEMENTS DECOUVRANTS 3 : COMME 1 MAIS AVEC POROSITE (METHODE DEFINA)',
-    ang= 'Used if TIDAL FLATS is true 1 : EQUATIONS SOLVED EVERYWHERE WITH CORRECTION ON TIDAL FLATS 2 : DRY ELEMENTS FROZEN 3 : LIKE 1 BUT WITH POROSITY (DEFINA METHOD)',
-     ),
-
-Supg_Option = SIMP( statut='o',typ='I',
-    defaut=(2, 2, 2, 2) ,
-    max=4 ,
-    fr = '0:pas de decentrement SUPG  1:SUPG classique   2:SUPG modifiee ces coefficients sont respectivement appliques a 1) U et V     2) H      3) T     4) K ET EPSILON  ',
-    ang= '0:no upwinding              1: classical SUPG  2:modified SUPG These coefficients are applied respectively to 1) U et V     2) H      3) T     4) K and EPSILON ',
-     ),
-
-Initial_Guess_For_U = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('0=zero', '1=previous', '2=extrapolation'),
-    fr = 'Tir initial du solveur de letape de propagation.  Offre la possibilite de modifier la valeur initiale de U, a chaque iteration, dans letape de propagation en utilisant les valeurs finales de cette variable aux pas de temps precedents. Ceci peut permettre daccelerer la vitesse de convergence lors de la resolution du systeme. Trois possibilites sont offertes : 0 : U = 0 1 : U = U(n) 2 : U = 2 U(n)- U(n-1) (extrapolation)',
-    ang= 'Initial guess for the solver in the propagation step.  Makes it possible to modify the initial value of U, upon each iteration in the propagation step, by using the ultimate values this variable had in the earlier time steps. Thus, the convergence can be speeded up when the system is being solved. 3 options are available: 0 : U = 0 1 : U = U(n) 2 : U = 2 U(n)- U(n-1) (extrapolation)',
-     ),
-
-Water_Density = SIMP( statut='o',typ='R',
-    defaut=1000.0 ,
-    fr = 'Fixe la valeur de la masse volumique de leau.',
-    ang= 'set the value of water density',
-     ),
-
-Latitude_Of_Origin_Point = SIMP( statut='o',typ='R',
-    defaut=48.0 ,
-    fr = 'Determine lorigine utilisee pour le calcul de latitudes lorsque lon effectue un calcul en coordonnees spheriques.',
-    ang= 'Determines the origin used for computing latitudes when a computation is made in spherical coordinates.  this latitude is in particular used to compute the Coriolis force.  In cartesian coordinates, Coriolis coefficient is considered constant.',
-     ),
-
-Mean_Temperature = SIMP( statut='o',typ='R',
-    defaut=20.0 ,
-    fr = 'TEMPERATURE DE REFERENCE POUR LE CALCUL DES EFFETS DE DENSITE A UTILISER AVEC LE MOT-CLE "EFFETS DE DENSITE"',
-    ang= 'REFERENCE TEMPERATURE FOR DENSITY EFFECTS TO BE USED WITH THE KEY-WORD "DENSITY EFFECTS"',
-     ),
-
-Gravity_Acceleration = SIMP( statut='o',typ='R',
-    defaut=9.81 ,
-    fr = 'Fixe la valeur de lacceleration de la pesanteur.',
-    ang= 'Set the value of the acceleration due to gravity.',
-     ),
-
-Coriolis_Coefficient = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe la valeur du coefficient de la force de Coriolis.  Celui-ci doit etre calcule en fonction de la latitude l par la formule FCOR = 2w sin(l) , w etant la vitesse de rotation de la terre.  w = 7.27 10-5 rad/s Les composantes de la force de Coriolis sont alors : FU =   FCOR x V FV = - FCOR x U',
-    ang= 'Sets the value of the Coriolis force coefficient, in cartesian coordinates.  This coefficient, denoted FCOR in the code, should be equal to 2 w sin(l)d  where w denotes the earth angular speed of rotation and l the latitude. w = 7.27 10-5 rad/sec The Coriolis force components are then: FU =  FCOR x V, FV = -FCOR x U In spherical coordinates, the latitudes are known',
-     ),
-
-Discretizations_In_Space = SIMP( statut='o',typ='I',
-    defaut=(11, 11, 11, 11) ,
-    max=4 ,
-    fr = 'Choix de la discretisation pour chaque variable ces coefficients sont respectivement appliques a 1) U et V     2) H      3) T     4) K ET EPSILON (NON PROGRAMME) 11 : lineaire 12 : quasi-bulle 13 : quadratique',
-    ang= 'Choice of space discretisation for every variable These coefficients are applied respectively to 1) U and V     2) H      3) T     4) K and EPSILON (NOT IMPLEMENTED) 11: linear 12: quasi-bubble 13: quadratic',
-     ),
-
-Non_dimensional_Dispersion_Coefficients = SIMP( statut='o',typ='R',
-    defaut=(6.0, 0.6) ,
-    max=2 ,
-    fr = 'coefficients longitudinal et transversal dans la formule de Elder. Utilises uniquement avec le modele de turbulence 2',
-    ang= 'Longitudinal and transversal coefficients in elder s formula.  Used only with turbulence model number 2',
-     ),
 
-Original_Date_Of_Time = SIMP( statut='o',typ='I',
-    defaut=(1900, 1, 1) ,
-    max=3 ,
-    fr = 'Permet de fixer la date dorigine des temps du modele lors de la prise en compte de la force generatrice de la maree.',
-    ang= 'Give the date of the time origin of the model when taking into account the tide generating force.',
-     ),
 
-Original_Hour_Of_Time = SIMP( statut='o',typ='I',
-    defaut=(0, 0, 0) ,
-    max=3 ,
-    fr = 'Permet de fixer lheure dorigine des temps du modele lors de la prise en compte de la force generatrice de la maree.',
-    ang= 'Give the time of the time origin of the model when taking into account of the tide generator force.',
-     ),
 
-Longitude_Of_Origin_Point = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe la valeur de la longitude du point origine du modele, lors de lutilisation de la force generatrice de la maree.',
-    ang= 'Give the value of the longitude of the origin point of the model, when taking into account of the tide generator force.',
-     ),
 
-Mass_lumping_On_Tracers = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'Fixe le taux de mass-lumping effectue sur le traceur.',
-    ang= 'Sets the amount of mass-lumping that is performed on the tracer.',
-     ),
 
-Initial_Time_Set_To_Zero = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Remet le temps a zero en cas de suite de calcul',
-    ang= 'Initial time set to zero in case of restart',
-     ),
-
-Matrix_vector_Product = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = '1 : classique  2 : frontal attention, avec 2, il faut une numerotation speciale des points',
-    ang= '1 : classic    2 : frontal beware, with option 2, a special numbering of points is required',
-     ),
-
-Control_Sections = SIMP( statut='o',typ='I',
-    max=2 ,
-    fr = 'Couples de points (numeros globaux dans le maillage) entre lesquels les debits instantanes et cumules seront donnes.',
-    ang= 'Couples of points (global numbers in the mesh) defining sections where the instantaneous and cumulated discharges will be given',
-     ),
-
-Number_Of_Weirs = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Nombre de seuils qui seront traites par des conditions aux limites. Ces seuils doivent etre decrits comme des frontieres du domaine de calcul, et leurs caracteristiques sont donnees dans le fichier de donnees des seuils (voir la documentation ecrite)',
-    ang= 'Number of weirs that will be treated by boundary conditions.  They must be described as boundaries of the domain and their features are given in the weir data file (see written documentation)',
-     ),
-
-Number_Of_Culverts = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Nombre de siphons traites comme des termes sources ou puits. Ces siphons doivent etre decrits comme des sources dans le fichier cas. Leurs caracteristiques sont donnees dans le fichier de donnees des siphons (voir la documentation ecrite)',
-    ang= 'Number of culverts treated as source terms.  They must be described as sources in the domain and their features are given in the culvert data file (see written documentation)',
-     ),
-
-Option_For_Liquid_Boundaries = SIMP( statut='o',typ='I',
-    max=2 ,
-    fr = 'On donne 1 entier par frontiere liquide 1 : conditions aux limites classiques 2 : methode de Thompson avec calcul de caracteristiques',
-    ang= 'One integer per liquid boundary is given 1 : classical boundary conditions 2 : Thompson method based on characteristics',
-     ),
-
-C_u_Preconditioning = SIMP( statut='o',typ='bool',
-    defaut=True ,
-    fr = 'Changement de variable de H en C dans le systeme lineaire final',
-    ang= 'Change of variable from H to C in the final linear system',
-     ),
-
-Variable_Time_step = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Pas de temps variable pour avoir un nombre de courant souhaite',
-    ang= 'Variable time-step to get a given Courant number',
-     ),
-
-Treatment_Of_The_Linear_System = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('1="coupled"', '2="Wave equation"'),
-    fr = '1 : Traitement couple 2 : equation d onde',
-    ang= '1 : Coupled  2 : wave equation',
-     ),
-
-Parallel_Processors = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'NOMBRE DE PROCESSEURS EN CALCUL PARALLELE 0 : 1 machine, compilation sans bibliotheque de parallelisme 1 : 1 machine, compilation avec bibliotheque de parallelisme 2 : 2 processeurs ou machines en parallele etc... ',
-    ang= 'NUMBER OF PROCESSORS FOR PARALLEL PROCESSING 0 : 1 machine, compiling without parallel library 1 : 1 machine, compiling with a parallel library 2 : 2 processors or machines in parallel etc....',
-     ),
-
-Velocity_Profiles = SIMP( statut='o',typ='I',
-    max=2 ,
-    fr = '1:profil normal constant  2:u et v donnes dans le fichier conlim 3:vitesse normale donnee dans ubor dans le fichier conlim 4:profil en racine de la profondeur 5:profil en racine de la profondeur, variante',
-    ang= '1:constant normal profile 2:u and v given in the conlim file 3:normal velocity given in ubor in the conlim file 4:sqrt(depth) profile 5:sqrt(depth) profile, variant',
-     ),
-
-Option_For_The_Diffusion_Of_Tracers = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = '1: Diffusion de la forme div( nu grad(T) )                        2: Diffusion de la forme 1/h div ( h nu grad(T) )',
-    ang= '1: Diffusion in the form div( nu grad(T) )                          2: Diffusion in the form 1/h div ( h nu grad(T) )',
-     ),
-
-Option_For_The_Diffusion_Of_Velocities = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = '1: Diffusion de la forme div( nu grad(U) )                          2: Diffusion de la forme 1/h div ( h nu grad(U) )',
-    ang= '1: Diffusion in the form div( nu grad(U) )                          2: Diffusion in the form 1/h div ( h nu grad(U) )',
-     ),
-
-Type_Of_Sources = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = '1: Source portee par une base elements finis                        2: Source portee  par une fonction de Dirac',
-    ang= '1: Source term multiplied by a finite element basis                 2: Source term multiplied by a Dirac function',
-     ),
-
-Number_Of_Private_Arrays = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Nombre de tableaux mis a disposition de l utilisateur',
-    ang= 'Number of arrays for own user programming',
-     ),
-
-Language = SIMP( statut='o',typ='I',
-    defaut=2 ,
-   into =('1="FRANCAIS"', '2="ANGLAIS"'),
-    fr = '1 : FRANCAIS   2 : ANGLAIS',
-    ang= '1: FRENCH   2: ENGLISH',
-     ),
-
-Liquid_Boundaries_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de variations en temps des conditions aux limites.  Les donnees de ce fichier seront a lire sur le canal 12.',
-    ang= 'Variations in time of boundary conditions. Data of this file are read on channel 12.',
-     ),
-
-Wave_Driven_Currents = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Active la prise en compte des courants de houle',
-    ang= 'Wave driven currents are taken into account. ',
-     ),
-
-Wave_Enhanced_Friction_Factor = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Active la prise en compte des interactions non-lineaires entre la houle et les courant pour le calcul du courant de houle (cf OConnor and Yoo, 1988, Coast Eng.12.) ',
-    ang= 'Wave friction enhancement for the calculation of the wave generated longshore current  (cf OConnor and Yoo, 1988, Coast Eng.12.)',
-     ),
-
-Record_Number_In_Wave_File = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Numero d enregistrement dans le fichier des courants de houle',
-    ang= 'Record number to read in the wave driven currents file',
-     ),
-
-Vertical_Structures = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Prise en compte de la force de trainee de structures verticales (il faut alors remplir la subroutine DRAGFO)',
-    ang= 'drag forces from vertical structures are taken into account.  (subroutine DRAGFO must then be implemented) ',
-     ),
-
-Coupling_Directory = SIMP( statut='o',typ='TXM',
-    fr = 'Nom complet du dossier d echange des fichiers pour couplage de codes',
-    ang= 'Name with full path of the directory where the files will  be exchanged for coupling',
-     ),
-
-Coupling_With = SIMP( statut='o',typ='TXM',
-   into =('"SISYPHE"', '"TOMAWAC"', '"DELWAQ"'),
-    fr = 'Liste des codes avec lesquels on couple Telemac-2D SISYPHE : couplage interne avec Sisyphe TOMAWAC : couplage interne avec Tomawac DELWAQ : sortie de fichiers de resultats pour Delwaq',
-    ang= 'List of codes to be coupled with Telemac-2D SISYPHE : internal coupling with Sisyphe TOMAWAC : internal coupling with Tomawac DELWAQ: will yield results file for Delwaq',
-     ),
-
-Parameter_Estimation = SIMP( statut='o',typ='TXM',
-   into =('"FRICTION"', '"FROTTEMENT, STEADY"'),
-    fr = 'Liste des parametres a estimer, choix : FROTTEMENT ou FROTTEMENT, PERMANENT',
-    ang= 'List of parameter to be estimated, choice : FRICTION or FRICTION, STEADY',
-     ),
-
-Definition_Of_Zones = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Declenche lappel a def_zones, pour donner un numero de zone a chaque point',
-    ang= 'Triggers the call to def_zones to give a zone number to every point',
-     ),
-
-Identification_Method = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('0="list of tests"', '1="gradient simple"', '2="conj gradient"', '3="Lagrange interp."'),
-    fr = '0 : plan dexperience 1 : gradient simple  2 : gradient conj. 3 : interp. de Lagrange',
-    ang= '0 : list of tests 1: gradient  2 : conj. gradient 3 : lagrange interp.',
-     ),
-
-Fourier_Analysis_Periods = SIMP( statut='o',typ='R',
-    max=2 ,
-    fr = 'Liste des periodes que lon veut analyser',
-    ang= 'List of periods to be analysed',
-     ),
-
-List_Of_Points = SIMP( statut='o',typ='I',
-    max=2 ,
-    fr = 'Liste de points remarquables pour les impressions',
-    ang= 'List of remarkable points for printouts',
-     ),
-
-Names_Of_Points = SIMP( statut='o',typ='TXM',
-    max=2 ,
-    fr = 'Noms des points remarquables pour les impressions',
-    ang= 'Names of remarkable points for printouts',
-     ),
-
-Cost_Function = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = '1 : calculee sur h, u , v  2 : calculee avec c, u , v',
-    ang= '1: computed with h, u , v 2: computed with c, u , v',
-     ),
-
-Maximum_Number_Of_Iterations_For_Identification = SIMP( statut='o',typ='I',
-    defaut=20 ,
-    fr = 'chaque iteration comprend au moins un calcul direct et un calcul adjoint',
-    ang= 'every iteration implies at least a direct and an adjoint computation',
-     ),
-
-Coupling_Period_For_Sisyphe = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'pour eviter de faire le couplage a chaque pas de temps',
-    ang= 'to avoid coupling at every time-step',
-     ),
-
-Tolerances_For_Identification = SIMP( statut='o',typ='R',
-    defaut=(0.001, 0.001, 0.001, 0.0001) ,
-    max=4 ,
-    fr = '4 nombres : precision absolue sur H, U, V, et precision relative sur la fonction cout',
-    ang= '4 numbers: absolute precision on H, U V, and relative precision on the cost function',
-     ),
-
-Finite_Volume_Scheme = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('0="Roe scheme"', '1="kinetic order 1"', '2="kinetic order 2"', '3="Zokagoa scheme order 1"', '4="Tchamen scheme order 1"', '5="HLLC scheme order 1"', '6="WAF scheme order 2"'),
-    fr = '0 : schema de Roe 1 : cinetique ordre 1  2 : cinetique ordre 2 3 : schema de Zokagoa 4 : schema de Tchamen 5 : HLLC ordre 1  6 : WAF ordre 2',
-    ang= '0: Roe scheme     1: kinetic order 1     2: kinetic order 2 3 : Zokagoa scheme 4 : Tchamen scheme 5 : HLLC order 1  6 : WAF order 2',
-     ),
-
-Sisyphe_Steering_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier des parametres de Sisyphe en cas de couplage interne',
-    ang= 'Sisyphe parameter file in case of internal coupling',
-     ),
-
-Friction_Data = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Lois de frottements definies par zone',
-    ang= 'Friction law defined by area',
-     ),
-
-Maximum_Number_Of_Friction_Domains = SIMP( statut='o',typ='I',
-    defaut=10 ,
-    fr = 'nombre maximal de zones pouvant etre definies pour le frottement. Peut etre augmente si necessaire',
-    ang= 'maximal number of zones defined for the friction.  Could be increased if needed',
-     ),
-
-Friction_Data_File = SIMP( statut='o',typ='TXM',
-    fr = 'fichier de donnees pour le frottement',
-    ang= 'friction data file',
-     ),
-
-Manning_Default_Value_For_Colebrook_white_Law = SIMP( statut='o',typ='R',
-    defaut=0.02 ,
-    fr = 'valeur par defaut du manning pour la loi de frottement de  Colebrook-White (loi numero 7)',
-    ang= 'Manning default value for the friction law of Colebrook-White (law number 7)',
-     ),
-
-Non_submerged_Vegetation_Friction = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'calcul du frottement du a la vegetation non submergee',
-    ang= 'friction calculation of the non-submerged vegetation',
-     ),
-
-Diameter_Of_Roughness_Elements = SIMP( statut='o',typ='R',
-    defaut=0.006 ,
-    fr = 'diametre des elements de frottements',
-    ang= 'diameter of roughness element',
-     ),
-
-Spacing_Of_Roughness_Elements = SIMP( statut='o',typ='R',
-    defaut=0.14 ,
-    fr = 'espacement des elements de frottement',
-    ang= 'spacing of rouhness element',
-     ),
-
-Printing_Cumulated_Flowrates = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'IMPRESSION DU FLUX CUMULE A TRAVERS LES SECTIONS DE CONTROLE',
-    ang= 'PRINTING THE CUMULATED FLOWRATES THROUGH CONTROL SECTIONS',
-     ),
-
-Compatible_Computation_Of_Fluxes = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'FLUX A TRAVERS LES SECTIONS DE CONTROLE, CALCUL COMPATIBLE AVEC LIMPERMEABILITE SOUS FORME FAIBLE',
-    ang= 'FLOWRATES THROUGH CONTROL SECTIONS, COMPUTATION COMPATIBLE WITH THE WEAK FORMULATION OF NO-FLUX BOUNDARY CONDITION',
-     ),
 
 Threshold_Depth_For_Wind = SIMP( statut='o',typ='R',
     defaut=1.0 ,
@@ -945,11 +257,6 @@ Threshold_Depth_For_Wind = SIMP( statut='o',typ='R',
     ang= 'Wind is not taken into account for small depths',
      ),
 
-Threshold_For_Negative_Depths = SIMP( statut='o',typ='R',
-    defaut=0.0 ,
-    fr = 'En dessous du seuil, les hauteurs negatives sont lissees',
-    ang= 'Below the threshold the negative depths are smoothed',
-     ),
 
 Origin_Coordinates = SIMP( statut='o',typ='I',
     defaut=(0, 0) ,
@@ -1062,63 +369,10 @@ Diffusivity_For_Delwaq = SIMP( statut='o',typ='bool',
     ang= 'Triggers output of diffusion for Delwaq',
      ),
 
-Stage_discharge_Curves = SIMP( statut='o',typ='I',
-    max=2 ,
-   into =('0="no"', '1="Z(Q)"', 'not programmed 2="Q(Z)"'),
-    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='o',typ='TXM',
-    fr = 'Nom du fichier contenant les courbes de tarage',
-    ang= 'Name of the file containing stage-discharge curves',
-     ),
-
-Sources_File = SIMP( statut='o',typ='TXM',
-    fr = 'Nom du fichier contenant les informations variables en temps des sources',
-    ang= 'Name of the file containing time-dependent information on sources',
-     ),
-
-Treatment_Of_Negative_Depths = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Seulement avec OPTION DE TRAITEMENT DES BANCS DECOUVRANTS = 1 0 : pas de traitement 1 : lissage 2 : limitation des flux',
-    ang= 'Only with OPTION FOR THE TREATMENT OF TIDAL FLATS=1 0: no treatment 1:smoothing 2:flux control',
-     ),
 
-Depth_In_Friction_Terms = SIMP( statut='o',typ='I',
-    defaut=1 ,
-   into =('1="nodal"', '2="average"'),
-    fr = '1 : nodale 2 : moyenne',
-    ang= '1: nodal   2: average',
-     ),
 
-Sections_Input_File = SIMP( statut='o',typ='TXM',
-    fr = 'sections input file, partitioned',
-    ang= 'sections input file, partitioned',
-     ),
 
-Sections_Output_File = SIMP( statut='o',typ='TXM',
-    fr = 'sections output file, written by the master',
-    ang= 'sections output file, written by the master',
-     ),
 
-Oil_Spill_Steering_File = SIMP( statut='o',typ='TXM',
-    fr = 'Contient les donnees pour le modele de derive de nappes',
-    ang= 'Contains data for the oil spill model',
-     ),
-
-Oil_Spill_Model = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'POUR DECLENCHER LE MODELE DE DERIVE DE NAPPES, DANS CE CAS LE FICHIER DE COMMANDES MIGRHYCAR EST NECESSAIRE',
-    ang= 'WILL TRIGGER THE OIL SPILL MODEL, IN THIS CASE THE MIGRHYCAR STEERING FILE IS NEEDED',
-     ),
-
-Law_Of_Friction_On_Lateral_Boundaries = SIMP( statut='o',typ='I',
-    defaut=0 ,
-   into =('0="NO FRICTION"', '1="HAALAND"', '2="CHEZY"', '3="STRICKLER"', '4="MANNING"', '5="NIKURADSE"', '6="LOG LAW"', '7="COLEBROOK-WHITE"'),
-    fr = 'selectionne le type de formulation utilisee pour le calcul du frottement sur les parois laterales.  Les lois possibles sont les suivantes (cf. Note de principe) :   0 : pas de frottement  1 : lineaire   2 : Chezy  3 : Strickler  4 : Manning   5 : formule de NIKURADSE  6 : loi en log 7 : Colebrook-White',
-    ang= 'Selects the type of formulation used for the friction on lateral boundaries.  The possible laws are as follows (refer to the Principle note): 0: no friction 1: linear  2: Chezy  3: Strickler   4: Manning   5: NIKURADSEs formula  6 : law log 7 : Colebrook-White',
-     ),
 
 Tomawac_Steering_File = SIMP( statut='o',typ='TXM',
     fr = 'Fichier des parametres de Tomawac en cas de couplage interne',
@@ -1131,26 +385,18 @@ Coupling_Period_For_Tomawac = SIMP( statut='o',typ='I',
     ang= 'to avoid coupling at every time-step',
      ),
 
+Finite_Volume_Scheme = SIMP( statut='o',typ='TXM',
+#CHoix de 0 a 6
+      into=[ "Roe scheme", "kinetic order 1", "kinetic order 2", "Zokagoa scheme order 1", "Tchamen scheme order 1", "HLLC scheme order 1", "WAF scheme order 2"],
+
+      defaut="kinetic order 1",
+),
 Newmark_Time_Integration_Coefficient = SIMP( statut='o',typ='R',
     defaut=1.0 ,
     fr = '1. : Euler explicite 0.5 : ordre 2 en temps',
     ang= '1. : Euler explicit 0.5 : order 2 in time',
      ),
 
-Harmonic_Constants_File = SIMP( statut='o',typ='TXM',
-    fr = 'Constantes harmoniques extraites du fichier du modele de maree',
-    ang= 'Harmonic constants extracted from the tidalmodel file',
-     ),
-
-Tidal_Model_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de geometrie du modele dont sont extraites les constantes harmoniques',
-    ang= 'Geometry file of the model from which harmonic constituents are extracted',
-     ),
-
-Ascii_Database_For_Tide = SIMP( statut='o',typ='TXM',
-    fr = 'Base de donnees de constantes harmoniques tirees du fichier du modele de maree.  Ancien nom en version 6.1 : BASE DE DONNEES DE MAREE',
-    ang= 'Tide data base of harmonic constituents extracted from the tidal model file.  Old name in 6.1 version: TIDE DATA BASE',
-     ),
 
 Rain_Or_Evaporation = SIMP( statut='o',typ='bool',
     defaut=False ,
@@ -1193,26 +439,6 @@ Values_Of_Tracers_In_The_Rain = SIMP( statut='o',typ='R',
     ang= '',
      ),
 
-Number_Of_Tubes = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Nombre de buses ou ponts traites comme des termes sources ou puits. Ces buses doivent etre decrits comme des sources dans le fichier cas. Leurs caracteristiques sont donnees dans le fichier de donnees des buses (voir la documentation ecrite)',
-    ang= 'Number of tubes or bridges treated as source terms.  They must be described as sources in the domain and their features are given in the tubes data file (see written documentation)',
-     ),
-
-Weirs_Data_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de description des seuils presents dans le modele',
-    ang= 'Description of weirs existing in the model',
-     ),
-
-Culvert_Data_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de description des siphons presents dans le modele',
-    ang= 'Description of culvert existing in the model',
-     ),
-
-Tubes_Data_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de description des buses/ponts presents dans le modele',
-    ang= 'Description of tubes/bridges existing in the model',
-     ),
 
 Coefficient_To_Calibrate_Tidal_Velocities = SIMP( statut='o',typ='R',
     defaut=999999.0 ,
@@ -1226,12 +452,6 @@ Zone_Number_In_Geographic_System = SIMP( statut='o',typ='I',
     ang= 'Number of zone when using a plane projection.  Indicate the geographic system in which the numerical model is built with the keyword GEOGRAPHIC SYSTEM',
      ),
 
-Minor_Constituents_Inference = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Pour la base de donnees TPXO uniquement.  Interpolation de composantes harmoniques mineures a partir de celles lues dans les fichiers dentree lies aux mots-cles BASE BINAIRE 1 DE DONNEES DE MAREE et BASE BINAIRE 2 DE DONNEES DE MAREE',
-    ang= 'For TPXO tidal data base only.  Inference of minor constituents from the one read in input files linked to keywords BINARY DATABASE 1 FOR TIDE and BINARY DATABASE 2 FOR TIDE',
-     ),
-
 Law_Of_Tracers_Degradation = SIMP( statut='o',typ='I',
     defaut=(0, 0) ,
     max=2 ,
@@ -1245,21 +465,6 @@ Coefficient_1_For_Law_Of_Tracers_Degradation = SIMP( statut='o',typ='R',
     ang= 'Coefficient 1 of law for tracers decrease',
      ),
 
-Breach = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Prise en compte de breches dans le calcul par modification altimetrique dans le maillage. La description des breches se fait avec le fichier de donnees des breches.',
-    ang= 'Take in account some breaches during the computation by modifying the bottom level of the mesh. Brech description is done with the breaches data file.',
-     ),
-
-Breaches_Data_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de description des breches',
-    ang= 'Description of breaches',
-     ),
-
-Drogues_File = SIMP( statut='o',typ='TXM',
-    fr = 'Fichier de resultat avec les positions des flotteurs',
-    ang= 'Results file with positions of drogues',
-     ),
 
 Spatial_Projection_Type = SIMP( statut='o',typ='I',
     defaut=1 ,
@@ -1268,36 +473,6 @@ Spatial_Projection_Type = SIMP( statut='o',typ='I',
     ang= 'Option 2 or 3 mandatory for spherical coordinates Option 3: latitude and longitude in degrees!',
      ),
 
-Algae_Transport_Model = SIMP( statut='o',typ='bool',
-    defaut=False ,
-    fr = 'Si oui, les flotteurs seront des algues',
-    ang= 'If yes, the floats or particles will be algae',
-     ),
-
-Diametre_Of_Algae = SIMP( statut='o',typ='R',
-    defaut=0.1 ,
-    fr = 'Diametre des algues en m',
-    ang= 'Diametre of algae in m',
-     ),
-
-Density_Of_Algae = SIMP( statut='o',typ='R',
-    defaut=1050.0 ,
-    fr = 'Masse volumique des algues en kg/m3',
-    ang= 'Density of algae in kg/m3',
-     ),
-
-Thickness_Of_Algae = SIMP( statut='o',typ='R',
-    defaut=0.01 ,
-    fr = 'Epaisseur des algues en m',
-    ang= 'Thickness of algae in m',
-     ),
-
-Algae_Type = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Type des algues. Pour le choix 1 les algues seront modelisees comme des spheres, pour les autres choix voir Gaylord et al. (1994).',
-    ang= 'Algae type. For choice 1 the algae particles will be modeled as spheres, and for the other choices see Gaylord et al. (1994)',
-     ),
-
 Option_For_Characteristics = SIMP( statut='o',typ='I',
     defaut=1 ,
     fr = '1: forme forte 2: forme faible',
@@ -1310,11 +485,6 @@ Maximum_Number_Of_Iterations_For_Advection_Schemes = SIMP( statut='o',typ='I',
     ang= 'Only for schemes 13 and 14',
      ),
 
-Stochastic_Diffusion_Model = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'Pour les particules : flotteurs, algues, hydrocarbures',
-    ang= 'Meant for particles: drogues, algae, oil spills',
-     ),
 
 Number_Of_Gauss_Points_For_Weak_Characteristics = SIMP( statut='o',typ='I',
     defaut=3 ,
@@ -1328,27 +498,12 @@ Mass_lumping_For_Weak_Characteristics = SIMP( statut='o',typ='R',
     ang= 'To be applied to the mass matrix',
      ),
 
-Type_Of_Weirs = SIMP( statut='o',typ='I',
-    defaut=1 ,
-    fr = 'Méthode de traitement des seuils',
-    ang= 'Method for treatment of weirs',
-     ),
 
 Zones_File = SIMP( statut='o',typ='TXM',
     fr = 'Fichier des zones avec sur chaque ligne numero de point  numero de zone',
     ang= 'Zones file, with on every line: point number   zone number',
      ),
 
-Waq_Steering_File = SIMP( statut='o',typ='TXM',
-    fr = 'fichier des parametres physiques pour les processus de qualite d eau (internes non ceux de DELWAQ)',
-    ang= 'file for physical parameters of waq processes (local ones of Telemac-tracer not those of DELWAQ)',
-     ),
-
-Waq_Dictionary = SIMP( statut='o',typ='TXM',
-    fr = 'fichier des parametres physiques pour les processus de qualite d eau (internes non ceux de DELWAQ)',
-    ang= 'file for physical parameters of waq processes (local ones of Telemac-tracer not those of DELWAQ)',
-     ),
-
 Scheme_For_Advection_Of_Velocities = SIMP( statut='o',typ='I',
     defaut=1 ,
    into =('0="NO ADVECTION"', '1="CHARACTERISTICS"', '2="EXPLICIT + SUPG"', '3="EXPLICIT LEO POSTMA"', '4="EXPLICIT + MURD SCHEME N"', '5="EXPLICIT + MURD SCHEME PSI"', '13="N-SCHEME FOR TIDAL FLATS"', '14="N-SCHEME FOR TIDAL FLATS"'),
@@ -1412,31 +567,11 @@ Water_Quality = SIMP( statut='o',typ='bool',
     ang= 'waq effects are to be taken into account or not.',
      ),
 
-Option_For_Wind = SIMP( statut='o',typ='I',
-    defaut=0 ,
-    fr = 'donne les options pour introduire le vent: 0: pas de vent (enleve le mot cle VENT (logique)) 1: constant en temps et en espace (donne par le mot cle VITESSE ET DIRECTION DU VENT) 2: variable en temps donne par fichier formate 3: variable en temps et en espace donne par fichier formate',
-    ang= 'gives option for managing the wind: 0: no wind (we can remove keyword WIND (boolean)) 1: constant in time and space, given by keyword SPPED AND DIRECTION OF WIND 2: variable in time and (constant in space), given by formated file 3: variable in time and space',
-     ),
-
-Speed_And_Direction_Of_Wind = SIMP( statut='o',typ='R',
-    defaut=(0.0, 0.0) ,
-    max=2 ,
-    fr = 'Donne la vitesse et la direction (en degres de 0 a 360, 0 etant y=0 et x=+inf) du vent lorsqu ils sont consant en temps et en espace (mot cle OPTION DU VENT = 1)',
-    ang= 'gives the speed and direction (degre (from 0 to 360), 0 given y=0 anx x=+infinity) when they are constant in time and space (keyword OPTION FOR WIND = 1)',
-     ),
-
 Value_Of_Atmospheric_Pressure = SIMP( statut='o',typ='R',
     defaut=100000.0 ,
     fr = 'donne la valeur de la pression atmospherique lorsquelle est constante en temps et en espace',
     ang= 'gives the value of atmospheric pressure when it is contant in time and space',
      ),
 
-List_Of_Files = SIMP( statut='o',typ='TXM',
-    defaut=('STEERING FILE',) ,
-    max=46 ,
-    fr = 'Noms des fichiers exploites par le code',
-    ang= 'File names of the used files',
-     ),
-
 
 )