<?xml 
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel xml:lang="en">
	<title>SIC^2: Simulation and Integration of Control for Canals</title>
	<link>http://sic.g-eau.fr/</link>
	
	<language>en</language>
	<generator>SPIP - www.spip.net (Sarka-SPIP)</generator>

	<image>
		<title>SIC^2: Simulation and Integration of Control for Canals</title>
		<url>https://sic.g-eau.fr/local/cache-vignettes/L32xH32/siteon0-e5814.png?1519033774</url>
		<link>http://sic.g-eau.fr/</link>
		<height>32</height>
		<width>32</width>
	</image>



 
	<item xml:lang="en">
		<title>Exemple of calculation routine CAMIL (Amil gates)</title>
		<link>https://sic.g-eau.fr/exemple-of-calculation-routine</link>
		<guid isPermaLink="true">https://sic.g-eau.fr/exemple-of-calculation-routine</guid>
		<dc:date>2009-10-22T15:33:51Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>David Dorchies</dc:creator>



		<description>
&lt;p&gt;SUBROUTINE CAMIL(U,Y,PARA) PARAMETER(NBCM=$NBCM,NBUM=$NBUM,NSING=$NTO,NBIEF=$IB) PARAMETER(NPOIN=$NPOIN,NSECT=$NSC) CHARACTER CFIC1*3 DIMENSION Y(*),U(*),PARA(*) C-----index of the current controller (INURE), C-----current number of calls of the controller n (INUAP(n)) COMMON/P1/IFIC1,INURE,INUAP(NBCM),IFIC2 COMMON/P2/INU,IFIC3(2),FIC1(3) COMMON/REGU/IFIC4,CFIC1(NBUM),IFIC5(NBUM,2),NSUG(NBUM) 1 ,IFIC6(NBUM),NKSU(NBUM),FIC2(NBUM,2) (...)&lt;/p&gt;


-
&lt;a href="https://sic.g-eau.fr/-la-methode-amil-" rel="directory"&gt; The AMIL method &lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;div class=&#034;coloration_code code&#034;&gt;&lt;div class=&#034;spip_fortran code&#034;&gt;&lt;pre class=&#034;fortran&#034;&gt;&lt;ol&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #b1b100;&#034;&gt;SUBROUTINE&lt;/span&gt; CAMIL&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;U,Y,PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;PARAMETER&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBCM&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$NBCM,NBUM&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$NBUM,NSING&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$NTO,NBIEF&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$IB&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;PARAMETER&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NPOIN&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$NPOIN,NSECT&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;$NSC&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;CHARACTER&lt;/span&gt; CFIC1&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;DIMENSION&lt;/span&gt; Y&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,U&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----index of the current controller (INURE),&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----current number of calls of the controller n (INUAP(n))&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;P1&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;IFIC1,INURE,INUAP&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBCM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,IFIC2&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;P2&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;INU,IFIC3&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,FIC1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;REGU&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;IFIC4,CFIC1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,IFIC5&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM,&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,NSUG&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt; ,IFIC6&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,NKSU&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,FIC2&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBUM,&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;REG2&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;NUD&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBCM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,IFIC7&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBCM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,BFIC1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBCM&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;NGEO&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;IFIC8&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NBIEF,&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,IP1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSECT&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,IFIC9&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSECT,&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;RGEO&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;IFIC10,FIC3&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSECT&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,YGEO&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NPOIN&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,FIC4&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NPOIN,&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt; ,FIC5&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSECT,&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #000066;&#034;&gt;COMMON&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;RSIN&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;FIC6&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSING&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,ZS0&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSING&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;,FIC7&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSING,&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Equations de Goussard&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Affectations&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----PARA(1) Modele (D parmis LISTD) de vanne AMIL&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	D&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	Dec&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	R&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;3&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	HA&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;4&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----On met un filtre d'ordre 1 : S/E = (1-a)Z-1 / 1-aZ-1 (FILTRE = a)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	FILTRE&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;5&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----ZD : hauteur du radier % cote de fond&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	ZD&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;ZS0&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NKSU&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NUD&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;INURE&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;YGEO&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;IP1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NSUG&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;NUD&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;INURE&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Calcul pour cette methode&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfmax&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;asin&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0.45&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;D&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;R&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;asin&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0.2205&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;D&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;R&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfb&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;HA&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;R&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfb&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;min&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfb,&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;.&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfb&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;max&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfb,&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;.&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfb&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;acos&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfb&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	alfc&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;alfb&lt;span style=&#034;color: #339933;&#034;&gt;+&lt;/span&gt;alfmax&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	UMAX&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;HA&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;R&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;cos&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfc&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Y(1) est en tirant d'eau (mode TYS obligatoire sur le fichier .REG)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	Z&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;Y&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;HA&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;ZD&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Initialisation de Zold au premier appel&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;IF&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;INUAP&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;INURE&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&#034;color: #202020;&#034;&gt;EQ&lt;/span&gt;.1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt; PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;10&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;Z&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	Z&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;FILTRE&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;10&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;+&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1.0&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;FILTRE&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;Z&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----On stocke Zold filtr&#233; dans PARA(10) pour le filtre&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	PARA&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;10&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;Z&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Regular setting&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;if&lt;/span&gt; &lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;Z.&lt;span style=&#034;color: #202020;&#034;&gt;LE&lt;/span&gt;.&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;Dec&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&#034;color: #b1b100;&#034;&gt;then&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; alfa&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; c&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;elseif&lt;/span&gt; &lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;z.&lt;span style=&#034;color: #202020;&#034;&gt;GE&lt;/span&gt;.0.&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&#034;color: #b1b100;&#034;&gt;then&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; alfa&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;alfmax&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; c&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;else&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; alfa&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;alfmax&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;asin&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt;Z&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;Dec&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;&lt;span style=&#034;color: #993333;&#034;&gt;sin&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfmax&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; c&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt; &lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0.45&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;D&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;R&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;**&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;**&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0.5&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt; &lt;span style=&#034;color: #993333;&#034;&gt;sin&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfa&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; &lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt; &lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;0.2295&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;D&lt;span style=&#034;color: #339933;&#034;&gt;/&lt;/span&gt;R&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;+&lt;/span&gt; &lt;span style=&#034;color: #cc66cc;&#034;&gt;1.9608&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt; &lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt; &lt;span style=&#034;color: #339933;&#034;&gt;-&lt;/span&gt; &lt;span style=&#034;color: #993333;&#034;&gt;cos&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;alfa&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;endif&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Calcul de la commande&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	U&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;c&lt;span style=&#034;color: #339933;&#034;&gt;*&lt;/span&gt;UMAX&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Si plusieurs U (SIMO) on duplique la meme ouverture&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----(interessant dans le cas de plusieurs vannes identiques en parallele&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C en mode V par exemple)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;IF&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;INU.&lt;span style=&#034;color: #202020;&#034;&gt;GT&lt;/span&gt;.1&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&#034;color: #b1b100;&#034;&gt;THEN&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; &lt;span style=&#034;color: #b1b100;&#034;&gt;DO&lt;/span&gt; &lt;span style=&#034;color: #cc66cc;&#034;&gt;10&lt;/span&gt; I&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;2&lt;/span&gt;,INU&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; U&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;I&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&#034;color: #339933;&#034;&gt;=&lt;/span&gt;U&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&#034;color: #cc66cc;&#034;&gt;1&lt;/span&gt;&lt;span style=&#034;color: #009900;&#034;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt; &lt;span style=&#034;color: #cc66cc;&#034;&gt;10&lt;/span&gt; &lt;span style=&#034;color: #b1b100;&#034;&gt;CONTINUE&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;	&lt;span style=&#034;color: #b1b100;&#034;&gt;ENDIF&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C-----Calcul du debit&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C En r&#233;glage classique Zmax=0, en r&#233;glage alternatif Zmax=Dec&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C Kj=1 + 2.2*zmax/D - 1.6*(zmax/D)**2&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C Kq=1 + 2.82*zmax/D - 34.8*(zmax/D)**2 + 164*(zmax/D)**3&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C x=Y(1)-z2&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C if (x.LT.0) then&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C Q=0.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C elseif (x.LE.(0.45*(1 - 0.7211*c**0.3)*Kj*D)) then&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C Q=0.7096*c*Kq*D**2.103*x**0.397&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C else&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C Q=0.3113*c*Kq*Kj**0.397*D**2.5&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #666666; font-style: italic;&#034;&gt;C endif&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&#034;font-weight: normal; vertical-align:top;&#034;&gt;&lt;div style=&#034;&#034;&gt;&lt;span style=&#034;color: #b1b100;&#034;&gt;END&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p class='download code_download'&gt;&lt;a href='https://sic.g-eau.fr/local/cache-code/acba6356f0767e1aa8eee0a338964396.txt'&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="en">
		<title>The AMIL method</title>
		<link>https://sic.g-eau.fr/the-amil-method</link>
		<guid isPermaLink="true">https://sic.g-eau.fr/the-amil-method</guid>
		<dc:date>2009-10-22T15:33:50Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>David Dorchies</dc:creator>



		<description>
&lt;p&gt;These gates can be modelled directly in Hydraulic mode from SIC Version 4.0. It is better to use this new option. Nevertheless the previous option using a regulation module is still available. &lt;br class='autobr' /&gt;
For the AMIL gates, the variables D, d, HA and FILTRE must be given under the format (3(F8.2,1X),F8.2): &lt;br class='autobr' /&gt;
* D d HA FILTRE
&lt;br class='autobr' /&gt; PS= 220. .10 1.50 0.8 &lt;br class='autobr' /&gt;
-* D is the gate reference from the constructor list : 80, 90, 100, 110, 125, 140, 160, 180, 200, 220, 250, 280, (...)&lt;/p&gt;


-
&lt;a href="https://sic.g-eau.fr/-la-methode-amil-" rel="directory"&gt; The AMIL method &lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;table class=&#034;spip&#034;&gt;
&lt;tbody&gt;
&lt;tr class='row_odd odd'&gt;
&lt;td&gt;&lt;span class='spip_document_48 spip_documents spip_documents_left' style='float:left;'&gt;
&lt;img src='https://sic.g-eau.fr/local/cache-vignettes/L68xH60/attention-3896a.gif?1519036395' width='68' height='60' alt=&#034;&#034; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;These gates can be modelled directly in &lt;a href='https://sic.g-eau.fr/-Le-mode-Hydraulique-' class='spip_in' hreflang='fr'&gt;Hydraulic mode&lt;/a&gt; from SIC Version 4.0. It is better to use this new option. Nevertheless the previous option using a regulation module is still available.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;For the AMIL gates, the variables D, d, HA and FILTRE must be given under the format (3(F8.2,1X),F8.2):&lt;/p&gt;
&lt;p&gt;* D d HA FILTRE&lt;br class='autobr' /&gt;
PS= 220. .10 1.50 0.8&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-&lt;/strong&gt; D is the gate reference from the constructor list : 80, 90, 100, 110, 125, 140, 160, 180, 200, 220, 250, 280, 315, 355, 400, 450, 500, 560, 630, 710, 800,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-&lt;/strong&gt; d is the decrement (equal to L/50 for AMIL, where L the width of the gate, Cf. Documentation of the constructor), given in meters (m),&lt;br class='autobr' /&gt;
&lt;strong&gt;-&lt;/strong&gt; HA is the level of the gate rotation axis measured from the sill (in m).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-&lt;/strong&gt; FILTER is the coefficient of the first order filter used to damp the fluctuations of the controlled water level. It should be in the range [0 .. 1]. The filter is stronger for higher coefficients. This filter is usually compulsory to get a stable gate.&lt;/p&gt;
&lt;p&gt;Remark: The radius of the gate R is calculated from D and the constructor table (63, 63, 63, 63, 90, 90, 90, 125, 125, 125, 160, 160, 200, 200, 250, 250, 315, 315, 400, 400, 450),&lt;/p&gt;
&lt;p&gt;Remark: D and R are given in the above tables in centimeters. In the software, these variables are converted into (m), when reading the .REG file. These converted variables (in meters) are the ones written on the .LST file. If the decrement d is not provided (i.e. equal to zero), we take d = 2% of D (d=0.05*D).&lt;/p&gt;
&lt;p&gt;An example of regulation file (.REG) for the AMIL gate is given bellow. The calculation routine &lt;a href='https://sic.g-eau.fr/exemple-de-routine-de-calcul-camil' class='spip_in' hreflang='fr'&gt;CAMIL&lt;/a&gt; for the AMIL gate is given in the following section.&lt;/p&gt;
&lt;p&gt;* Controlleur 1&lt;/p&gt;
&lt;hr class=&#034;spip&#034; /&gt;
&lt;p&gt;D=AMIL&lt;br class='autobr' /&gt;
* DUMin DUMax UMin UMax DT ('PU',1X,4(F5.2,1X),F6.0)&lt;br class='autobr' /&gt;
PU= 0.00 0.50 0.00 2.00 0&lt;br class='autobr' /&gt;
U=AWS(X, 2415.0, 3)&lt;br class='autobr' /&gt;
Y=TYS(R, +0, +0)&lt;br class='autobr' /&gt;
* D d HA FILTER (3(F8.2,1X),F8.2)&lt;br class='autobr' /&gt;
PS= 220 .10 1.50 0.8&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>


 
	


 
	

</channel>
</rss>
