<?xml version="1.0" encoding="utf-8"?>
<xmile version="1.0" xmlns="http://docs.oasis-open.org/xmile/ns/XMILE/v1.0" xmlns:isee="http://iseesystems.com/XMILE">
    <header>
        <smile version="1.0" namespace="std, isee"/>
        <name>Tina</name>
        <vendor>isee systems, inc.</vendor>
        <product version="3.0" isee:build_number="3000" isee:saved_by_v1="true" lang="en">Stella Architect</product>
    </header>
    <sim_specs isee:sim_duration="1.5" method="Euler" time_units="Months">
        <start>0</start>
        <stop>24</stop>
        <dt reciprocal="true">4</dt>
    </sim_specs>
    <isee:prefs show_module_prefix="true" live_update_on_drag="true"/>
    <model_units/>
    <model>
        <variables>
            <stock name="Nivel de Agua">
                <eqn>100</eqn>
                <inflow>"Ingreso de Agua"</inflow>
                <outflow>Salida_de_Agua</outflow>
                <non_negative/>
                <units>litros</units>
            </stock>
            <flow name="Ingreso de Agua">
                <eqn>"Tasa Base" * factor_estacional</eqn>
                <non_negative/>
                <units>litros/Months</units>
            </flow>
            <flow name="Salida de Agua">
                <eqn>"Nivel de Agua" / 10 {fuga proporcional al nivel}</eqn>
                <units>litros/Months</units>
            </flow>
            <aux name="Tasa Base">
                <eqn>8</eqn>
                <units>litros/Months</units>
            </aux>
            <aux name="factor estacional">
                <eqn>TIME</eqn>
                <gf>
                    <xscale min="0" max="24"/>
                    <yscale min="0" max="2"/>
                    <ypts>1,1.2,1.5,1.2,0.8,0.5,0.8,1</ypts>
                </gf>
            </aux>
        </variables>
        <views>
            <view isee:show_pages="false" page_width="800" page_height="600">
                <stock name="Nivel de Agua" x="300" y="200" label_side="top"/>
                <flow name="Ingreso de Agua" x="200" y="200">
                    <pts>
                        <pt x="120" y="200"/>
                        <pt x="280" y="200"/>
                    </pts>
                </flow>
                <flow name="Salida de Agua">
                    <pts>
                        <pt x="320" y="200"/>
                        <pt x="460" y="200"/>
                    </pts>
                </flow>
                <aux name="Tasa Base" x="150" y="320"/>
                <aux name="factor estacional" x="250" y="360"/>
                <connector uid="1" x="160" y="300">
                    <from>"Tasa Base"</from>
                    <to>"Ingreso de Agua"</to>
                </connector>
                <alias x="10" y="10" uid="99"/>
            </view>
        </views>
    </model>
</xmile>
