From: Eric Fayolle Date: Fri, 30 Mar 2018 15:04:23 +0000 (+0200) Subject: Ajout dun nouveau cata reduit plus réaliste X-Git-Tag: V8_5_0rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=246325c199e8154ba87a42ca9d0eee5b058bfcbd;p=tools%2Feficas.git Ajout dun nouveau cata reduit plus réaliste --- diff --git a/Atmo/ex_jdc_bis.xml b/Atmo/ex_jdc_bis.xml new file mode 100644 index 00000000..0813afde --- /dev/null +++ b/Atmo/ex_jdc_bis.xml @@ -0,0 +1 @@ +50mphmanual10metersmanual30cmclear \ No newline at end of file diff --git a/Atmo/modele_atmo_test1.py b/Atmo/modele_atmo_test1.py new file mode 100644 index 00000000..1b1390ba --- /dev/null +++ b/Atmo/modele_atmo_test1.py @@ -0,0 +1,12 @@ +import raw.atmo_test1 as mdm + +my_Wind_Speed=mdm.T_Wind_Speed(0) +my_Value=mdm.T_Value(0) +my_Unit=mdm.T_Unit(0) +my_B_enter_mesure=mdm.T_B_enter_mesure(my_Wind_Speed,my_Value,my_Unit) +my_Wind_Speed1=mdm.T_Wind_Speed1(1) +my_Value1=mdm.T_Value1(1) +my_Unit1=mdm.T_Unit1(1) + +my_Wind=mdm.T_Wind(my_Wind_Speed1,my_Value1,my_Unit1,my_B_enter_mesure) +my_Atmos=mdm.Atmos(my_Wind) diff --git a/Atmo/modele_atmo_test1.xsd b/Atmo/modele_atmo_test1.xsd new file mode 100755 index 00000000..a44c12f7 --- /dev/null +++ b/Atmo/modele_atmo_test1.xsd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +