-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModel_simple.xml
54 lines (44 loc) · 2.1 KB
/
Model_simple.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SDRun xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://stochdiff.textensor.org">
<!-- this file defines a single run of the calculation, using morphology and
reaction data brought in from other files -->
<xi:include href="Rxn_glubuf.xml" />
<xi:include href="Morph1.5um.xml" />
<xi:include href="IC_glubuf.xml" />
<StimulationSet>
<InjectionStim specieID="glu" injectionSite="pointA">
<onset> 100 </onset>
<duration> 10 </duration>
<rate> 6.25 </rate>
</InjectionStim>
<InjectionStim specieID="buf" injectionSite="pointA">
<onset> 200 </onset>
<duration> 10 </duration>
<rate> 6.2 </rate>
</InjectionStim>
</StimulationSet>
<!--2D means the morphology is interpreted like a flatworm, 3D for
roundworms. The 2D case is good for testing as it is easy to visualize the
results -->
<geometry> 2D </geometry>
<depth2D> 0.6 </depth2D>
<distribution> BINOMIAL </distribution>
<algorithm> INDEPENDENT </algorithm>
<!-- <simulationSeed> 971263 </simulationSeed>-->
<!-- run time for the calculation, milliseconds -->
<runtime> 1000 </runtime>
<!-- set the seed to get the same spines each time testing -->
<spineSeed> 9897623 </spineSeed>
<discretization>
<!-- default largest size for elements in bulk volumes (dendrites), microns -->
<defaultMaxElementSide> 1.0 </defaultMaxElementSide>
</discretization>
<outputInterval> 2.0 </outputInterval>
<!-- the tolerace is used for adaptive sims -->
<tolerance> 0.01 </tolerance>
<!-- calculation types include
GRID_STEPPED_STOCHASTIC (old fixedStep tau-leap),
GRID_STEPPED_CONTINUOUS (deterministic), and
GRID_ADAPTIVE (new adaptive (asynchronous tau-leap).-->
<calculation>GRID_ADAPTIVE</calculation>
</SDRun>