- Author:
- Soroush Safaei <ssaf006@aucklanduni.ac.nz>
- Date:
- 2016-04-14 17:40:36+12:00
- Desc:
- fix ascii
- Permanent Source URI:
- https://models.fieldml.org/workspace/295/rawfile/4e3b660fbbcd9074a9415c579aa8da59e2618bcb/NBC_test.sedml
<?xml version='1.0' encoding='UTF-8'?>
<sedML level="1" version="2" xmlns="http://sed-ml.org/sed-ml/level1/version2" xmlns:cellml="http://www.cellml.org/cellml/1.1#">
<listOfSimulations>
<uniformTimeCourse id="simulation1" initialTime="0" numberOfPoints="20000" outputEndTime="200" outputStartTime="0">
<algorithm kisaoID="KISAO:0000019">
<listOfAlgorithmParameters>
<algorithmParameter kisaoID="KISAO:0000211" value="1e-07"/>
<algorithmParameter kisaoID="KISAO:0000475" value="BDF"/>
<algorithmParameter kisaoID="KISAO:0000481" value="true"/>
<algorithmParameter kisaoID="KISAO:0000476" value="Newton"/>
<algorithmParameter kisaoID="KISAO:0000477" value="Dense"/>
<algorithmParameter kisaoID="KISAO:0000480" value="0"/>
<algorithmParameter kisaoID="KISAO:0000415" value="500"/>
<algorithmParameter kisaoID="KISAO:0000467" value="0"/>
<algorithmParameter kisaoID="KISAO:0000478" value="Banded"/>
<algorithmParameter kisaoID="KISAO:0000209" value="1e-07"/>
<algorithmParameter kisaoID="KISAO:0000479" value="0"/>
</listOfAlgorithmParameters>
</algorithm>
</uniformTimeCourse>
</listOfSimulations>
<listOfModels>
<model id="model" language="urn:sedml:language:cellml.1_1" source="NBC_test.cellml"/>
</listOfModels>
<listOfTasks>
<repeatedTask id="repeatedTask" range="once" resetModel="true">
<listOfRanges>
<vectorRange id="once">
<value> 1 </value>
</vectorRange>
</listOfRanges>
<listOfSubTasks>
<subTask order="1" task="task1"/>
</listOfSubTasks>
</repeatedTask>
<task id="task1" modelReference="model" simulationReference="simulation1"/>
</listOfTasks>
<listOfDataGenerators>
<dataGenerator id="xDataGenerator1_1">
<listOfVariables>
<variable id="xVariable1_1" target="/cellml:model/cellml:component[@name='concentrations']/cellml:variable[@name='time']" taskReference="repeatedTask"/>
</listOfVariables>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> xVariable1_1 </ci>
</math>
</dataGenerator>
<dataGenerator id="yDataGenerator1_1">
<listOfVariables>
<variable id="yVariable1_1" target="/cellml:model/cellml:component[@name='fluxes']/cellml:variable[@name='J_NBC_HCO3']" taskReference="repeatedTask"/>
</listOfVariables>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> yVariable1_1 </ci>
</math>
</dataGenerator>
<dataGenerator id="xDataGenerator2_1">
<listOfVariables>
<variable id="xVariable2_1" target="/cellml:model/cellml:component[@name='concentrations']/cellml:variable[@name='time']" taskReference="repeatedTask"/>
</listOfVariables>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> xVariable2_1 </ci>
</math>
</dataGenerator>
<dataGenerator id="yDataGenerator2_1">
<listOfVariables>
<variable id="yVariable2_1" target="/cellml:model/cellml:component[@name='fluxes']/cellml:variable[@name='J_NBC_Na']" taskReference="repeatedTask"/>
</listOfVariables>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> yVariable2_1 </ci>
</math>
</dataGenerator>
</listOfDataGenerators>
<listOfOutputs>
<plot2D id="plot1">
<listOfCurves>
<curve id="curve1_1" logX="false" logY="false" xDataReference="xDataGenerator1_1" yDataReference="yDataGenerator1_1"/>
</listOfCurves>
</plot2D>
<plot2D id="plot2">
<listOfCurves>
<curve id="curve2_1" logX="false" logY="false" xDataReference="xDataGenerator2_1" yDataReference="yDataGenerator2_1"/>
</listOfCurves>
</plot2D>
</listOfOutputs>
</sedML>