manychannels (run-mc.xml)
Total CPU time 0.4400 seconds; at 11:00:00 Tue 22 Jun 2010
Compartments | Stochastic channels / cpmts | Continuous channels / cpmts | Non Gated channels / cpmts | time/ms | timeStep | CPU Time / s |
1 | 79168 / 1 | 0 / 0 | 0 / 0 | 250.0 | 200 | 0.440 |
Morphology: cell
Predefined views
st-whole
st-start
st-end
All files
Model | Preprocessed | Outupt data | Reference data etc |
run-mc.xml cell.xml membrane.xml environment.xml recording.xml na1.xml k1.xml |
out-st-200.ppp |
log.txt out-st-200.sum out-st-200.dat out-st-200.txt |
Model
Archive file of the complete model: manychannels.jarrun-mc.xml
<PSICSRun timeStep="0.05ms" runTime="250ms" startPotential="-65mV" morphology="cell" environment="environment" properties="membrane" access="recording" stochThreshold="300000"> <StructureDiscretization baseElementSize="3um"/> <info> </info> <RunSet vary="timeStep" values="[200]us" filepattern="out-st-$"/> <ViewConfig> <LineGraph width="500" height="400"> <XAxis min="0" max="250" label="time / ms"/> <YAxis min="-80" max="60" label="potential / mV"/> <LineSet file="out-st-200.txt" color="red"/> <View id="st-whole" xmin="-10." xmax="260." ymin="-100." ymax="80."/> <View id="st-start" xmin="0." xmax="30." ymin="-100." ymax="80."/> <View id="st-end" xmin="210." xmax="255." ymin="-100." ymax="80."/> </LineGraph> </ViewConfig> </PSICSRun>
cell.xml
<CellMorphology id="cell"> <Point id="p0" x="0" y="0" z="0" r="15"/> </CellMorphology>
membrane.xml
<CellProperties id="membrane" cytoplasmResistivity="100ohm_cm" membraneCapacitance="1uF_per_cm2"> <ChannelPopulation channel="na1" density="8per_um2"/> <ChannelPopulation channel="k1" density="20per_um2"/> </CellProperties>
environment.xml
<CellEnvironment id="environment"> <Ion id="Na" name="Sodium" reversalPotential="40mV"/> <Ion id="K" name="Potassium" reversalPotential="-80mV"/> </CellEnvironment>
recording.xml
<Access id="recording" saveInterval="0.02ms"> <CurrentClamp at="p0" lineColor="red" hold="1.98nA"> </CurrentClamp> <!-- <VoltageRecorder at="p1" lineColor="blue"/> --> </Access>
na1.xml
<KSChannel id="na1" gSingle="30pS" permeantIon="Na"> <ClosedState id="c1"/> <ClosedState id="c2"/> <OpenState id="o1"/> <ClosedState id="c3"/> <VHalfTransition from="c1" to="c2" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="c2" to="o1" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="o1" to="c3" vHalf = "-70mV" z="1.1e" gamma="0.90" tau="8.0ms" tauMin="0.01ms"/> </KSChannel>
k1.xml
<KSChannel id="k1" gSingle="30pS" permeantIon="K"> <ClosedState id="c1"/> <OpenState id="o1"/> <VHalfTransition from="c1" to="o1" vHalf = "0mV" z="1.5e" gamma="0.75" tau="3.2ms" tauMin="0.3ms"/> </KSChannel>