<InsightMakerModel>
<Name>Saiga Population and Pasture Model</Name>
<!-- STOCK -->
<Stock id="1" name="Saiga Population">
<InitialValue>1000</InitialValue>
<Inflows>
<FlowRef>2</FlowRef>
</Inflows>
<Outflows>
<FlowRef>3</FlowRef>
</Outflows>
</Stock>
<!-- FLOW: BIRTH -->
<Flow id="2" name="Birth Rate">
<Source>Cloud</Source>
<Target>1</Target>
<Equation>
[Saiga Population] * 0.12 * ([Pasture]/100)
</Equation>
</Flow>
<!-- FLOW: DEATH -->
<Flow id="3" name="Death Rate">
<Source>1</Source>
<Target>Cloud</Target>
<Equation>
[Saiga Population] * (0.05 + (1-[Pasture]/100)*0.15)
</Equation>
</Flow>
<!-- VARIABLE -->
<Variable id="4" name="Pasture">
<Value>100</Value>
</Variable>
<!-- LINKS -->
<Link source="4" target="2"/>
<Link source="4" target="3"/>
<Link source="1" target="2"/>
<Link source="1" target="3"/>
<!-- SIMULATION SETTINGS -->
<Simulation>
<StartTime>0</StartTime>
<StopTime>50</StopTime>
<DT>1</DT>
</Simulation>
</InsightMakerModel>