XPP model

This model was converted from XPP ode format to SBML using sbmlutils-0.1.5a6.

# mdl_modif.ode

# Internal settings

@ maxstore=1000000,toler=1e-6,dtmax=0.01,t0=10000,total=10000,trans=15000,meth=qualrk,xp=t,yp=vthl1,xlo=15000,xhi=20000,ylo=-80,yhi=20,bound=1000,output='hfs.dat'

# Parkinsonian control
parameter tpark=5000
parameter ggpe2gpen=1
parameter ggpe2gpep=0
ggpe2gpe(t)=ggpe2gpen+(ggpe2gpep-ggpe2gpen)*heav(t-tpark)
parameter iappgpen=-0.5
parameter iappgpep=-2.3
iappgpe(t)=iappgpen+(iappgpep-iappgpen)*heav(t-tpark)

# HFS control
parameter thfs=10000
parameter imhfsstn=171.4
parameter tmhfs=6
parameter whfs=0.3
ihfsstn(t)=imhfsstn*ym(sin(2*pi*t/tmhfs))*(1-ym(sin(2*pi*(t+whfs)/tmhfs)))*heav(t-thfs)

# sensorimotor control
parameter imsmthl=8
parameter tmsmthl=25
parameter wsmthl=5
parameter dsmthl=80
ismthl(t)=imsmthl*ym(sin(2*pi*(t-dsmthl)/tmsmthl))*(1-ym(sin(2*pi*(t-dsmthl+wsmthl)/tmsmthl)))

# STN parameters

parameter cmstn=1

parameter glstn=2.25
parameter vlstn=-60

parameter gnastn=37.5
parameter vnastn=55
parameter thtmstn=-30
parameter sigmstn=15
parameter ththstn=-39
parameter sighstn=3.1
parameter tauh0stn=1
parameter tauh1stn=500
parameter ththtaustn=-57
parameter sightaustn=3
parameter phihstn=0.75

parameter gkstn=45
parameter vkstn=-80
parameter thtnstn=-32
parameter signstn=8
parameter taun0stn=1
parameter taun1stn=100
parameter thtntaustn=-80
parameter signtaustn=26
parameter phinstn=0.75

parameter gcastn=0.5
parameter vcastn=140
parameter thtsstn=-39
parameter sigsstn=8

parameter gtstn=0.5
parameter thtastn=-63
parameter sigastn=7.8
parameter thtbstn=0.25
parameter sigbstn=0.07
parameter thtrstn=-67
parameter sigrstn=2
parameter taur0stn=7.1
parameter taur1stn=17.5
parameter thtrtaustn=68
parameter sigrtaustn=2.2
parameter phirstn=0.5

parameter gahpstn=9
parameter k1stn=15
parameter kcastn=22.5
parameter phixcastn=0.75
parameter epsxcastn=5e-5

parameter alphastn=5
parameter betastn=1
parameter thtgstn=30
parameter thtghmstn=-39
parameter sigghmstn=8

parameter ggpe2stn=0.9
parameter vgpe2stn=-100

parameter im0stn=2

# GPe and GPi shared parameters

parameter cmgp=1

parameter glgp=0.1
parameter vlgp=-55

parameter gnagp=120
parameter vnagp=55
parameter thtmgp=-37
parameter sigmgp=10
parameter ththgp=-58
parameter sighgp=12
parameter tauh0gp=0.05
parameter tauh1gp=0.27
parameter ththtaugp=-40
parameter sightaugp=12
parameter phihgp=0.05

parameter gkgp=30
parameter vkgp=-80
parameter thtngp=-50
parameter signgp=14
parameter taun0gp=0.05
parameter taun1gp=0.27
parameter thtntaugp=-40
parameter signtaugp=12
parameter phingp=0.05

parameter gcagp=0.1
parameter vcagp=120
parameter thtsgp=-35
parameter sigsgp=2

parameter gtgp=0.5
parameter thtagp=-57
parameter sigagp=2
parameter thtrgp=-70
parameter sigrgp=2
parameter taurggp=30
parameter phirgp=1

parameter gahpgp=30
parameter k1gp=30
parameter kcagp=20
epsxcagp=1e-4

parameter alphagp=2
parameter thtggp=20
parameter thtghmgp=-57
parameter sigghmgp=2

# GPe non-shared parameters

parameter betagpe=0.04

parameter gstn2gpe=0.3
parameter vstn2gpe=0

parameter vgpe2gpe=-80

parameter im0gpe=0.3

# GPi non-shared parameters

parameter betagpi=0.08

parameter gstn2gpi=1
parameter vstn2gpi=0

parameter thtstn2gpi=0

parameter iappgpi=-1.2

# Thl parameters

parameter cmthl=1

parameter glthl=0.05
parameter vlthl=-70

parameter gnathl=3
parameter vnathl=50
parameter thtmthl=-37
parameter sigmthl=7
parameter thththl=-41
parameter sighthl=4
parameter ah0thl=0.128
parameter thtahthl=-46
parameter sigahthl=18
parameter bh0thl=4
parameter thtbhthl=-23
parameter sigbhthl=5
parameter phihthl=1

parameter gkthl=5
parameter vkthl=-90

parameter gtthl=5
parameter vtthl=0
parameter thtpthl=-60
parameter sigpthl=6.2
parameter thtrthl=-84
parameter sigrthl=4
parameter taur0thl=28
# For 'fast' T-current: taur0thl=5
parameter taur1thl=1
parameter thtrtauthl=-25
parameter sigrtauthl=10.5
# For 'fast' T-current: sigrtauthl=15
parameter phirthl=2.5

parameter ggpi2thl=0.15
parameter vgpi2thl=-85

# Auxiliary parameters

parameter sigym=0.001

# STN functions

minfstn(v)=1/(1+exp(-(v-thtmstn)/sigmstn))
hinfstn(v)=1/(1+exp((v-ththstn)/sighstn))
ninfstn(v)=1/(1+exp(-(v-thtnstn)/signstn))
sinfstn(v)=1/(1+exp(-(v-thtsstn)/sigsstn))
ainfstn(v)=1/(1+exp(-(v-thtastn)/sigastn))
binfstn(r)=1/(1+exp(-(r-thtbstn)/sigbstn))-1/(1+exp(thtbstn/sigbstn))
rinfstn(v)=1/(1+exp((v-thtrstn)/sigrstn))
tauhstn(v)=tauh0stn+tauh1stn/(1+exp((v-ththtaustn)/sightaustn))
taunstn(v)=taun0stn+taun1stn/(1+exp((v-thtntaustn)/signtaustn))
taurstn(v)=taur0stn+taur1stn/(1+exp((v-thtrtaustn)/sigrtaustn))
hminfstn(v)=1/(1+exp(-(v-thtghmstn)/sigghmstn))

# GPe and GPi shared functions

minfgp(vg)=1/(1+exp(-(vg-thtmgp)/sigmgp))
hinfgp(vg)=1/(1+exp((vg-ththgp)/sighgp))
ninfgp(vg)=1/(1+exp(-(vg-thtngp)/signgp))
sinfgp(vg)=1/(1+exp(-(vg-thtsgp)/sigsgp))
ainfgp(vg)=1/(1+exp(-(vg-thtagp)/sigagp))
rinfgp(vg)=1/(1+exp((vg-thtrgp)/sigrgp))
tauhgp(vg)=tauh0gp+tauh1gp/(1+exp((vg-ththtaugp)/sightaugp))
taungp(vg)=taun0gp+taun1gp/(1+exp((vg-thtntaugp)/signtaugp))
hminfgp(vg)=1/(1+exp(-(vg-thtghmgp)/sigghmgp))

# Thl functions

minfthl(v)=1/(1+exp(-(v-thtmthl)/sigmthl))
hinfthl(v)  =  1/(1+exp((v-thththl)/sighthl))
pinfthl(v)  = 1/(1+exp(-(v-thtpthl)/sigpthl))
rinfthl(v)  = 1/(1+exp((v-thtrthl)/sigrthl))
ahthl(v) =  ah0thl*exp(-(v-thtahthl)/sigahthl)
bhthl(v) =  bh0thl/(1+exp(-(v-thtbhthl)/sigbhthl))
tauhthl(v)  =  1/(ahthl(v)+bhthl(v))
taurthl(v)=taur0thl+taur1thl*exp(-(v-thtrtauthl)/sigrtauthl)

# Auxiliary functions

ym(v)=1/(1+exp(-v/sigym))

# STN currents

ilstn(v)=glstn*(v-vlstn)
inastn(v,h)=gnastn*((minfstn(v))^3)*h*(v-vnastn)
ikstn(v,n)=gkstn*n^4*(v-vkstn)
iahpstn(v,xca)=gahpstn*(v-vkstn)*xca/(xca+k1stn)
icastn(v)=gcastn*((sinfstn(v))^2)*(v-vcastn)
itstn(v,r)=gtstn*((ainfstn(v))^3)*((binfstn(r))^2)*(v-vcastn)

sgpe2stn1=sgpe5+sgpe2
sgpe2stn2=sgpe6+sgpe1
sgpe2stn3=sgpe8+sgpe4
sgpe2stn4=sgpe7+sgpe3
sgpe2stn5=sgpe2+sgpe6
sgpe2stn6=sgpe1+sgpe5
sgpe2stn7=sgpe3+sgpe8
sgpe2stn8=sgpe4+sgpe7
igpe2stn[1..8]=ggpe2stn*sgpe2stn[j]*(vstn[j]-vgpe2stn)

# GPe and GPi shared currents

ilgp(v)=glgp*(v-vlgp)
inagp(v,h)=gnagp*((minfgp(v))^3)*h*(v-vnagp)
ikgp(v,n)=gkgp*(n^4)*(v-vkgp)
iahpgp(v,xcag)=gahpgp*(v-vkgp)*xcag/(xcag+k1gp)
icagp(v)=gcagp*((sinfgp(v))^2)*(v-vcagp)
itgp(v,r)=gtgp*((ainfgp(v))^3)*r*(v-vcagp)

# GPe non-shared currents

sgpe2gpe1=sgpe2+sgpe3
sgpe2gpe2=sgpe1+sgpe5
sgpe2gpe3=sgpe4+sgpe8
sgpe2gpe4=sgpe3+sgpe1
sgpe2gpe5=sgpe6+sgpe7
sgpe2gpe6=sgpe5+sgpe2
sgpe2gpe7=sgpe8+sgpe3
sgpe2gpe8=sgpe7+sgpe4
igpe2gpe[1..8]=ggpe2gpe(t)*sgpe2gpe[j]*(vgpe[j]-vgpe2gpe)

sstn2gpe1=sstn8+sstn4
sstn2gpe2=sstn7+sstn3
sstn2gpe3=sstn1+sstn5
sstn2gpe4=sstn2+sstn6
sstn2gpe5=sstn4+sstn8
sstn2gpe6=sstn3+sstn7
sstn2gpe7=sstn5+sstn2
sstn2gpe8=sstn6+sstn1
istn2gpe[1..8]=gstn2gpe*sstn2gpe[j]*(vgpe[j]-vstn2gpe)

# GPi non-shared currents

sstn2gpi[1..8]=sstn[j]
istn2gpi[1..8]=gstn2gpi*sstn2gpi[j]*(vgpi[j]-vstn2gpi)

# Thl currents

ilthl(v)=glthl*(v-vlthl)
inathl(v,h)=gnathl*((minfthl(v))^3)*h*(v-vnathl)
ikthl(v,h)=gkthl*((0.75*(1-h))^4)*(v-vkthl)
itthl(v,r)=gtthl*((pinfthl(v))^2)*r*(v-vtthl)

sgpi2thl1=sgpi1+sgpi2+sgpi5+sgpi6
sgpi2thl2=sgpi3+sgpi4+sgpi7+sgpi8
igpi2thl[1..2]=ggpi2thl*sgpi2thl[j]*(vthl[j]-vgpi2thl)

# STN equations

vstn[1..8]'=(-ilstn(vstn[j])-inastn(vstn[j],hstn[j])-ikstn(vstn[j],nstn[j])-iahpstn(vstn[j],xcastn[j])-icastn(vstn[j])-itstn(vstn[j],rstn[j])-igpe2stn[j]+ihfsstn(t)+[j]*im0stn)/cmstn
hstn[1..8]'=phihstn*(hinfstn(vstn[j])-hstn[j])/tauhstn(vstn[j])
nstn[1..8]'=phinstn*(ninfstn(vstn[j])-nstn[j])/taunstn(vstn[j])
rstn[1..8]'=phirstn*(rinfstn(vstn[j])-rstn[j])/taurstn(vstn[j])
xcastn[1..8]'=phixcastn*epsxcastn*(-icastn(vstn[j])-itstn(vstn[j],rstn[j])-kcastn*xcastn[j])
sstn[1..8]'=alphastn*(1-sstn[j])*hminfstn(vstn[j]-thtgstn)-betastn*sstn[j]

# GPe equations

vgpe[1..8]'=(-itgp(vgpe[j],rgpe[j])-inagp(vgpe[j],hgpe[j])-ikgp(vgpe[j],ngpe[j])-iahpgp(vgpe[j],xcagpe[j])-icagp(vgpe[j])-ilgp(vgpe[j])+iappgpe(t)-igpe2gpe[j]-istn2gpe[j]+[j]*im0gpe)/cmgp
ngpe[1..8]'=phingp*(ninfgp(vgpe[j])-ngpe[j])/taungp(vgpe[j])
hgpe[1..8]'=phihgp*(hinfgp(vgpe[j])-hgpe[j])/tauhgp(vgpe[j])
rgpe[1..8]'=phirgp*(rinfgp(vgpe[j])-rgpe[j])/taurggp
xcagpe[1..8]'=epsxcagp*(-icagp(vgpe[j])-itgp(vgpe[j],rgpe[j])-kcagp*xcagpe[j])
sgpe[1..8]'=alphagp*(1-sgpe[j])*hminfgp(vgpe[j]-thtggp)-betagpe*sgpe[j]

# GPi equations

vgpi[1..8]'=(-itgp(vgpi[j],rgpi[j])-inagp(vgpi[j],hgpi[j])-ikgp(vgpi[j],ngpi[j])-iahpgp(vgpi[j],xcagpi[j])-icagp(vgpi[j])-ilgp(vgpi[j])+iappgpi-istn2gpi[j])/cmgp
ngpi[1..8]'=phingp*(ninfgp(vgpi[j])-ngpi[j])/taungp(vgpi[j])
hgpi[1..8]'=phihgp*(hinfgp(vgpi[j])-hgpi[j])/tauhgp(vgpi[j])
rgpi[1..8]'=phirgp*(rinfgp(vgpi[j])-rgpi[j])/taurggp
xcagpi[1..8]'=epsxcagp*(-icagp(vgpi[j])-itgp(vgpi[j],rgpi[j])-kcagp*xcagpi[j])
sgpi[1..8]'=alphagp*(1-sgpi[j])*hminfgp(vgpi[j]-thtggp)-betagpi*sgpi[j]

# Thl equations

vthl1'=(-ilthl(vthl1)-inathl(vthl1,hthl1)-ikthl(vthl1,hthl1)-itthl(vthl1,rthl1)+ismthl(t)-igpi2thl1)/cmthl
rthl1'=phirthl*(rinfthl(vthl1)-rthl1)/taurthl(vthl1)
hthl1'=phihthl*(hinfthl(vthl1)-hthl1)/tauhthl(vthl1)

vthl2'=(-ilthl(vthl2)-inathl(vthl2,hthl2)-ikthl(vthl2,hthl2)-itthl(vthl2,rthl2)+ismthl(t)-igpi2thl2)/cmthl
rthl2'=phirthl*(rinfthl(vthl2)-rthl2)/taurthl(vthl2)
hthl2'=phihthl*(hinfthl(vthl2)-hthl2)/tauhthl(vthl2)

# Make visible some variables

aux aismthl=ismthl(t)
aux asgpi2thl1=sgpi2thl1
aux asgpi2thl2=sgpi2thl2
aux aigpi2thl1=igpi2thl1
aux aigpi2thl2=igpi2thl2
aux aihfsstn=ihfsstn(t)

# in silent mode save only the following variables
only t,vthl1,vthl2,aismthl,aihfsstn,asgpi2thl1,asgpi2thl2,aigpi2thl1,aigpi2thl2,rthl1,rthl2

# Initial conditions

# ICs
init VSTN1=-70.2963328357186
init VSTN2=-69.45626520384715
init VSTN3=-61.57227419701998
init VSTN4=-57.42949551593134
init VSTN5=-68.26142227528348
init VSTN6=-64.847564080094
init VSTN7=-59.94034019769452
init VSTN8=-36.13846030480007
init HSTN1=0.1455501900899287
init HSTN2=0.1634553791482899
init HSTN3=0.3189732573009864
init HSTN4=0.2876195347465059
init HSTN5=0.2674565491228242
init HSTN6=0.3201323707767232
init HSTN7=0.117124130113879
init HSTN8=0.18070385940658
init NSTN1=0.1942106271083542
init NSTN2=0.1764180020310163
init NSTN3=0.03080545474027171
init NSTN4=0.03668644696345393
init NSTN5=0.07368970365024322
init NSTN6=0.1170103020715659
init NSTN7=0.2621068537744238
init NSTN8=0.2646853464952902
init RSTN1=0.5363725059416923
init RSTN2=0.5205023602660154
init RSTN3=0.6790553865510595
init RSTN4=0.6508979574661953
init RSTN5=0.3383845200833131
init RSTN6=0.38886607918034
init RSTN7=0.4963060109029069
init RSTN8=0.4755783001814112
init XCASTN1=0.5177936071017125
init XCASTN2=0.5224422746885499
init XCASTN3=0.4659124978796718
init XCASTN4=0.4834243501718455
init XCASTN5=0.4930421214390157
init XCASTN6=0.5106314709099659
init XCASTN7=0.4850441148250232
init XCASTN8=0.4895303851515876
init SSTN1=0.002245373527316081
init SSTN2=0.002486476184693662
init SSTN3=0.006067133597593091
init SSTN4=0.008571570634603693
init SSTN5=0.002867892282545885
init SSTN6=0.004333174583764654
init SSTN7=0.007248711928891034
init SSTN8=0.04207015249036755
init VGPE1=-76.19857159170789
init VGPE2=-75.65246053889084
init VGPE3=-74.04179520509994
init VGPE4=-72.27320500821767
init VGPE5=-69.65751754691165
init VGPE6=-69.46272243280967
init VGPE7=-68.66741425393707
init VGPE8=-67.96771029101726
init NGPE1=0.145251986872227
init NGPE2=0.1728304298020422
init NGPE3=0.1525161379651593
init NGPE4=0.1685687719329369
init NGPE5=0.186758331810659
init NGPE6=0.2021607997643594
init NGPE7=0.2017487143200761
init NGPE8=0.2095548657387559
init HGPE1=0.8135660530566688
init HGPE2=0.7855059316951624
init HGPE3=0.7918179591614027
init HGPE4=0.7677816026825283
init HGPE5=0.7502933467823444
init HGPE6=0.7384552729573229
init HGPE7=0.732192517801176
init HGPE8=0.7233501296509451
init RGPE1=0.9283635817280316
init RGPE2=0.8850705143963882
init RGPE3=0.8673773015303538
init RGPE4=0.7705147624134699
init RGPE5=0.6443720392593262
init RGPE6=0.4549492249119116
init RGPE7=0.6313447593781805
init RGPE8=0.5978520124911044
init XCAGPE1=0.1155293318957297
init XCAGPE2=0.08083423662681917
init XCAGPE3=0.112042386034417
init XCAGPE4=0.1059864484219792
init XCAGPE5=0.08031613671143878
init XCAGPE6=0.05163743209969612
init XCAGPE7=0.08484564353640682
init XCAGPE8=0.091861332731073
init SGPE1=0.4048566949169946
init SGPE2=0.4900731585990308
init SGPE3=0.167682474891889
init SGPE4=0.1393118840432917
init SGPE5=0.3943391430262136
init SGPE6=0.4751887852059297
init SGPE7=0.4343978957529472
init SGPE8=0.4544787000220082
init VGPI1=-71.0735806020549
init VGPI2=-71.13894227176741
init VGPI3=-68.89169863654296
init VGPI4=-68.68689945861436
init VGPI5=-70.3278171289078
init VGPI6=-70.7183277377132
init VGPI7=-72.01985112819415
init VGPI8=-69.35944753853504
init NGPI1=0.1807224619490668
init NGPI2=0.1815411655176497
init NGPI3=0.2007876437843322
init NGPI4=0.20054981826503
init NGPI5=0.1917481812334788
init NGPI6=0.1830641813588005
init NGPI7=0.185903583816399
init NGPI8=0.181076350074299
init HGPI1=0.7498771842909363
init HGPI2=0.7485532036160857
init HGPI3=0.7200997299023243
init HGPI4=0.7204512667525099
init HGPI5=0.7334360975944675
init HGPI6=0.7464640821502111
init HGPI7=0.7623101380383253
init HGPI8=0.7581093481557878
init RGPI1=0.6919372043192852
init RGPI2=0.6407996804061891
init RGPI3=0.4723880865027284
init RGPI4=0.4859896983733851
init RGPI5=0.3553717797071263
init RGPI6=0.6306022018499258
init RGPI7=0.6515225437217268
init RGPI8=0.7107016809011143
init XCAGPI1=0.06887945823533427
init XCAGPI2=0.06918924408699446
init XCAGPI3=0.04945241023724238
init XCAGPI4=0.05188611755485018
init XCAGPI5=0.0507360244899742
init XCAGPI6=0.07210273121350474
init XCAGPI7=0.05487279159617815
init XCAGPI8=0.07028769419721714
init SGPI1=0.02660290323807734
init SGPI2=0.01858086252885182
init SGPI3=4.316933115972264e-06
init SGPI4=7.47216684299879e-06
init SGPI5=0.0004124633413807342
init SGPI6=0.02944439096173522
init SGPI7=0.2285896386723639
init SGPI8=0.1536664992109558
init VTHL1=-61.58326124327281
init RTHL1=0.0520748163465005
init HTHL1=0.952264959828637
init VTHL2=-74.57228901203139
init RTHL2=0.02767653618328546
init HTHL2=0.9581509776467813

done


This file has been produced by sbmlutils.

Terms of use

Copyright © 2017 Matthias Koenig

Redistribution and use of any part of this model, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of this SBML file must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in a different form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
This model is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Model :

id
name
time
substance
extent
volume
area
length
Access SBML model  L3V1

FunctionDefinitions [53] name math sbo cvterm
max minimum x y x x y y
min maximum x y x x y y
heav heavyside x 0 x 0 0.5 x 0 1 x 0 0
mod modulo x y x y x y x 0 y 0 x y x y
ggpe2gpe t ggpe2gpen ggpe2gpep tpark ggpe2gpen ggpe2gpep ggpe2gpen heav t tpark
iappgpe t iappgpen iappgpep tpark iappgpen iappgpep iappgpen heav t tpark
ihfsstn t imhfsstn sigym thfs tmhfs whfs imhfsstn ym 2 t tmhfs sigym 1 ym 2 t whfs tmhfs sigym heav t thfs
ismthl t dsmthl imsmthl sigym tmsmthl wsmthl imsmthl ym 2 t dsmthl tmsmthl sigym 1 ym 2 t dsmthl wsmthl tmsmthl sigym
minfstn v sigmstn thtmstn 1 1 v thtmstn sigmstn
hinfstn v sighstn ththstn 1 1 v ththstn sighstn
ninfstn v signstn thtnstn 1 1 v thtnstn signstn
sinfstn v sigsstn thtsstn 1 1 v thtsstn sigsstn
ainfstn v sigastn thtastn 1 1 v thtastn sigastn
binfstn r sigbstn thtbstn 1 1 r thtbstn sigbstn 1 1 thtbstn sigbstn
rinfstn v sigrstn thtrstn 1 1 v thtrstn sigrstn
tauhstn v sightaustn tauh0stn tauh1stn ththtaustn tauh0stn tauh1stn 1 v ththtaustn sightaustn
taunstn v signtaustn taun0stn taun1stn thtntaustn taun0stn taun1stn 1 v thtntaustn signtaustn
taurstn v sigrtaustn taur0stn taur1stn thtrtaustn taur0stn taur1stn 1 v thtrtaustn sigrtaustn
hminfstn v sigghmstn thtghmstn 1 1 v thtghmstn sigghmstn
minfgp vg sigmgp thtmgp 1 1 vg thtmgp sigmgp
hinfgp vg sighgp ththgp 1 1 vg ththgp sighgp
ninfgp vg signgp thtngp 1 1 vg thtngp signgp
sinfgp vg sigsgp thtsgp 1 1 vg thtsgp sigsgp
ainfgp vg sigagp thtagp 1 1 vg thtagp sigagp
rinfgp vg sigrgp thtrgp 1 1 vg thtrgp sigrgp
tauhgp vg sightaugp tauh0gp tauh1gp ththtaugp tauh0gp tauh1gp 1 vg ththtaugp sightaugp
taungp vg signtaugp taun0gp taun1gp thtntaugp taun0gp taun1gp 1 vg thtntaugp signtaugp
hminfgp vg sigghmgp thtghmgp 1 1 vg thtghmgp sigghmgp
minfthl v sigmthl thtmthl 1 1 v thtmthl sigmthl
hinfthl v sighthl thththl 1 1 v thththl sighthl
pinfthl v sigpthl thtpthl 1 1 v thtpthl sigpthl
rinfthl v sigrthl thtrthl 1 1 v thtrthl sigrthl
ahthl v ah0thl sigahthl thtahthl ah0thl v thtahthl sigahthl
bhthl v bh0thl sigbhthl thtbhthl bh0thl 1 v thtbhthl sigbhthl
tauhthl v ah0thl bh0thl sigahthl sigbhthl thtahthl thtbhthl 1 ahthl v ah0thl sigahthl thtahthl bhthl v bh0thl sigbhthl thtbhthl
taurthl v sigrtauthl taur0thl taur1thl thtrtauthl taur0thl taur1thl v thtrtauthl sigrtauthl
ym v sigym 1 1 v sigym
ilstn v glstn vlstn glstn v vlstn
inastn v h gnastn sigmstn thtmstn vnastn gnastn minfstn v thtmstn sigmstn 3 h v vnastn
ikstn v n gkstn vkstn gkstn n 4 v vkstn
iahpstn v xca gahpstn k1stn vkstn gahpstn v vkstn xca xca k1stn
icastn v gcastn sigsstn thtsstn vcastn gcastn sinfstn v sigsstn thtsstn 2 v vcastn
itstn v r gtstn sigastn sigbstn thtastn thtbstn vcastn gtstn ainfstn v thtastn sigastn 3 binfstn r sigbstn thtbstn 2 v vcastn
ilgp v glgp vlgp glgp v vlgp
inagp v h gnagp sigmgp thtmgp vnagp gnagp minfgp v sigmgp thtmgp 3 h v vnagp
ikgp v n gkgp vkgp gkgp n 4 v vkgp
iahpgp v xcag gahpgp k1gp vkgp gahpgp v vkgp xcag xcag k1gp
icagp v gcagp sigsgp thtsgp vcagp gcagp sinfgp v sigsgp thtsgp 2 v vcagp
itgp v r gtgp sigagp thtagp vcagp gtgp ainfgp v thtagp sigagp 3 r v vcagp
ilthl v glthl vlthl glthl v vlthl
inathl v h gnathl sigmthl thtmthl vnathl gnathl minfthl v thtmthl sigmthl 3 h v vnathl
ikthl v h gkthl vkthl gkthl 0.75 1 h 4 v vkthl
itthl v r gtthl sigpthl thtpthl vtthl gtthl pinfthl v sigpthl thtpthl 2 r v vtthl

Parameters [356] name constant value unit derived unit sbo cvterm
tpark tpark = 5000 5000.0 None
ggpe2gpen ggpe2gpen = 1 1.0 None
ggpe2gpep ggpe2gpep = 0 0.0 None
iappgpen iappgpen = -0.5 -0.5 None
iappgpep iappgpep = -2.3 -2.3 None
thfs thfs = 10000 10000.0 None
imhfsstn imhfsstn = 171.4 171.4 None
tmhfs tmhfs = 6 6.0 None
whfs whfs = 0.3 0.3 None
imsmthl imsmthl = 8 8.0 None
tmsmthl tmsmthl = 25 25.0 None
wsmthl wsmthl = 5 5.0 None
dsmthl dsmthl = 80 80.0 None
cmstn cmstn = 1 1.0 None
glstn glstn = 2.25 2.25 None
vlstn vlstn = -60 -60.0 None
gnastn gnastn = 37.5 37.5 None
vnastn vnastn = 55 55.0 None
thtmstn thtmstn = -30 -30.0 None
sigmstn sigmstn = 15 15.0 None
ththstn ththstn = -39 -39.0 None
sighstn sighstn = 3.1 3.1 None
tauh0stn tauh0stn = 1 1.0 None
tauh1stn tauh1stn = 500 500.0 None
ththtaustn ththtaustn = -57 -57.0 None
sightaustn sightaustn = 3 3.0 None
phihstn phihstn = 0.75 0.75 None
gkstn gkstn = 45 45.0 None
vkstn vkstn = -80 -80.0 None
thtnstn thtnstn = -32 -32.0 None
signstn signstn = 8 8.0 None
taun0stn taun0stn = 1 1.0 None
taun1stn taun1stn = 100 100.0 None
thtntaustn thtntaustn = -80 -80.0 None
signtaustn signtaustn = 26 26.0 None
phinstn phinstn = 0.75 0.75 None
gcastn gcastn = 0.5 0.5 None
vcastn vcastn = 140 140.0 None
thtsstn thtsstn = -39 -39.0 None
sigsstn sigsstn = 8 8.0 None
gtstn gtstn = 0.5 0.5 None
thtastn thtastn = -63 -63.0 None
sigastn sigastn = 7.8 7.8 None
thtbstn thtbstn = 0.25 0.25 None
sigbstn sigbstn = 0.07 0.07 None
thtrstn thtrstn = -67 -67.0 None
sigrstn sigrstn = 2 2.0 None
taur0stn taur0stn = 7.1 7.1 None
taur1stn taur1stn = 17.5 17.5 None
thtrtaustn thtrtaustn = 68 68.0 None
sigrtaustn sigrtaustn = 2.2 2.2 None
phirstn phirstn = 0.5 0.5 None
gahpstn gahpstn = 9 9.0 None
k1stn k1stn = 15 15.0 None
kcastn kcastn = 22.5 22.5 None
phixcastn phixcastn = 0.75 0.75 None
epsxcastn epsxcastn = 5e-5 5e-05 None
alphastn alphastn = 5 5.0 None
betastn betastn = 1 1.0 None
thtgstn thtgstn = 30 30.0 None
thtghmstn thtghmstn = -39 -39.0 None
sigghmstn sigghmstn = 8 8.0 None
ggpe2stn ggpe2stn = 0.9 0.9 None
vgpe2stn vgpe2stn = -100 -100.0 None
im0stn im0stn = 2 2.0 None
cmgp cmgp = 1 1.0 None
glgp glgp = 0.1 0.1 None
vlgp vlgp = -55 -55.0 None
gnagp gnagp = 120 120.0 None
vnagp vnagp = 55 55.0 None
thtmgp thtmgp = -37 -37.0 None
sigmgp sigmgp = 10 10.0 None
ththgp ththgp = -58 -58.0 None
sighgp sighgp = 12 12.0 None
tauh0gp tauh0gp = 0.05 0.05 None
tauh1gp tauh1gp = 0.27 0.27 None
ththtaugp ththtaugp = -40 -40.0 None
sightaugp sightaugp = 12 12.0 None
phihgp phihgp = 0.05 0.05 None
gkgp gkgp = 30 30.0 None
vkgp vkgp = -80 -80.0 None
thtngp thtngp = -50 -50.0 None
signgp signgp = 14 14.0 None
taun0gp taun0gp = 0.05 0.05 None
taun1gp taun1gp = 0.27 0.27 None
thtntaugp thtntaugp = -40 -40.0 None
signtaugp signtaugp = 12 12.0 None
phingp phingp = 0.05 0.05 None
gcagp gcagp = 0.1 0.1 None
vcagp vcagp = 120 120.0 None
thtsgp thtsgp = -35 -35.0 None
sigsgp sigsgp = 2 2.0 None
gtgp gtgp = 0.5 0.5 None
thtagp thtagp = -57 -57.0 None
sigagp sigagp = 2 2.0 None
thtrgp thtrgp = -70 -70.0 None
sigrgp sigrgp = 2 2.0 None
taurggp taurggp = 30 30.0 None
phirgp phirgp = 1 1.0 None
gahpgp gahpgp = 30 30.0 None
k1gp k1gp = 30 30.0 None
kcagp kcagp = 20 20.0 None
alphagp alphagp = 2 2.0 None
thtggp thtggp = 20 20.0 None
thtghmgp thtghmgp = -57 -57.0 None
sigghmgp sigghmgp = 2 2.0 None
betagpe betagpe = 0.04 0.04 None
gstn2gpe gstn2gpe = 0.3 0.3 None
vstn2gpe vstn2gpe = 0 0.0 None
vgpe2gpe vgpe2gpe = -80 -80.0 None
im0gpe im0gpe = 0.3 0.3 None
betagpi betagpi = 0.08 0.08 None
gstn2gpi gstn2gpi = 1 1.0 None
vstn2gpi vstn2gpi = 0 0.0 None
thtstn2gpi thtstn2gpi = 0 0.0 None
iappgpi iappgpi = -1.2 -1.2 None
cmthl cmthl = 1 1.0 None
glthl glthl = 0.05 0.05 None
vlthl vlthl = -70 -70.0 None
gnathl gnathl = 3 3.0 None
vnathl vnathl = 50 50.0 None
thtmthl thtmthl = -37 -37.0 None
sigmthl sigmthl = 7 7.0 None
thththl thththl = -41 -41.0 None
sighthl sighthl = 4 4.0 None
ah0thl ah0thl = 0.128 0.128 None
thtahthl thtahthl = -46 -46.0 None
sigahthl sigahthl = 18 18.0 None
bh0thl bh0thl = 4 4.0 None
thtbhthl thtbhthl = -23 -23.0 None
sigbhthl sigbhthl = 5 5.0 None
phihthl phihthl = 1 1.0 None
gkthl gkthl = 5 5.0 None
vkthl vkthl = -90 -90.0 None
gtthl gtthl = 5 5.0 None
vtthl vtthl = 0 0.0 None
thtpthl thtpthl = -60 -60.0 None
sigpthl sigpthl = 6.2 6.2 None
thtrthl thtrthl = -84 -84.0 None
sigrthl sigrthl = 4 4.0 None
taur0thl taur0thl = 28 28.0 None
taur1thl taur1thl = 1 1.0 None
thtrtauthl thtrtauthl = -25 -25.0 None
sigrtauthl sigrtauthl = 10.5 10.5 None
phirthl phirthl = 2.5 2.5 None
ggpi2thl ggpi2thl = 0.15 0.15 None
vgpi2thl vgpi2thl = -85 -85.0 None
sigym sigym = 0.001 0.001 None
vstn1 vstn1 = -70.2963328357186 -70.2963328357186 None
vstn2 vstn2 = -69.45626520384715 -69.4562652038472 None
vstn3 vstn3 = -61.57227419701998 -61.57227419702 None
vstn4 vstn4 = -57.42949551593134 -57.4294955159313 None
vstn5 vstn5 = -68.26142227528348 -68.2614222752835 None
vstn6 vstn6 = -64.847564080094 -64.847564080094 None
vstn7 vstn7 = -59.94034019769452 -59.9403401976945 None
vstn8 vstn8 = -36.13846030480007 -36.1384603048001 None
hstn1 hstn1 = 0.1455501900899287 0.145550190089929 None
hstn2 hstn2 = 0.1634553791482899 0.16345537914829 None
hstn3 hstn3 = 0.3189732573009864 0.318973257300986 None
hstn4 hstn4 = 0.2876195347465059 0.287619534746506 None
hstn5 hstn5 = 0.2674565491228242 0.267456549122824 None
hstn6 hstn6 = 0.3201323707767232 0.320132370776723 None
hstn7 hstn7 = 0.117124130113879 0.117124130113879 None
hstn8 hstn8 = 0.18070385940658 0.18070385940658 None
nstn1 nstn1 = 0.1942106271083542 0.194210627108354 None
nstn2 nstn2 = 0.1764180020310163 0.176418002031016 None
nstn3 nstn3 = 0.03080545474027171 0.0308054547402717 None
nstn4 nstn4 = 0.03668644696345393 0.0366864469634539 None
nstn5 nstn5 = 0.07368970365024322 0.0736897036502432 None
nstn6 nstn6 = 0.1170103020715659 0.117010302071566 None
nstn7 nstn7 = 0.2621068537744238 0.262106853774424 None
nstn8 nstn8 = 0.2646853464952902 0.26468534649529 None
rstn1 rstn1 = 0.5363725059416923 0.536372505941692 None
rstn2 rstn2 = 0.5205023602660154 0.520502360266015 None
rstn3 rstn3 = 0.6790553865510595 0.679055386551059 None
rstn4 rstn4 = 0.6508979574661953 0.650897957466195 None
rstn5 rstn5 = 0.3383845200833131 0.338384520083313 None
rstn6 rstn6 = 0.38886607918034 0.38886607918034 None
rstn7 rstn7 = 0.4963060109029069 0.496306010902907 None
rstn8 rstn8 = 0.4755783001814112 0.475578300181411 None
xcastn1 xcastn1 = 0.5177936071017125 0.517793607101713 None
xcastn2 xcastn2 = 0.5224422746885499 0.52244227468855 None
xcastn3 xcastn3 = 0.4659124978796718 0.465912497879672 None
xcastn4 xcastn4 = 0.4834243501718455 0.483424350171845 None
xcastn5 xcastn5 = 0.4930421214390157 0.493042121439016 None
xcastn6 xcastn6 = 0.5106314709099659 0.510631470909966 None
xcastn7 xcastn7 = 0.4850441148250232 0.485044114825023 None
xcastn8 xcastn8 = 0.4895303851515876 0.489530385151588 None
sstn1 sstn1 = 0.002245373527316081 0.00224537352731608 None
sstn2 sstn2 = 0.002486476184693662 0.00248647618469366 None
sstn3 sstn3 = 0.006067133597593091 0.00606713359759309 None
sstn4 sstn4 = 0.008571570634603693 0.00857157063460369 None
sstn5 sstn5 = 0.002867892282545885 0.00286789228254589 None
sstn6 sstn6 = 0.004333174583764654 0.00433317458376465 None
sstn7 sstn7 = 0.007248711928891034 0.00724871192889103 None
sstn8 sstn8 = 0.04207015249036755 0.0420701524903676 None
vgpe1 vgpe1 = -76.19857159170789 -76.1985715917079 None
vgpe2 vgpe2 = -75.65246053889084 -75.6524605388908 None
vgpe3 vgpe3 = -74.04179520509994 -74.0417952050999 None
vgpe4 vgpe4 = -72.27320500821767 -72.2732050082177 None
vgpe5 vgpe5 = -69.65751754691165 -69.6575175469116 None
vgpe6 vgpe6 = -69.46272243280967 -69.4627224328097 None
vgpe7 vgpe7 = -68.66741425393707 -68.6674142539371 None
vgpe8 vgpe8 = -67.96771029101726 -67.9677102910173 None
ngpe1 ngpe1 = 0.145251986872227 0.145251986872227 None
ngpe2 ngpe2 = 0.1728304298020422 0.172830429802042 None
ngpe3 ngpe3 = 0.1525161379651593 0.152516137965159 None
ngpe4 ngpe4 = 0.1685687719329369 0.168568771932937 None
ngpe5 ngpe5 = 0.186758331810659 0.186758331810659 None
ngpe6 ngpe6 = 0.2021607997643594 0.202160799764359 None
ngpe7 ngpe7 = 0.2017487143200761 0.201748714320076 None
ngpe8 ngpe8 = 0.2095548657387559 0.209554865738756 None
hgpe1 hgpe1 = 0.8135660530566688 0.813566053056669 None
hgpe2 hgpe2 = 0.7855059316951624 0.785505931695162 None
hgpe3 hgpe3 = 0.7918179591614027 0.791817959161403 None
hgpe4 hgpe4 = 0.7677816026825283 0.767781602682528 None
hgpe5 hgpe5 = 0.7502933467823444 0.750293346782344 None
hgpe6 hgpe6 = 0.7384552729573229 0.738455272957323 None
hgpe7 hgpe7 = 0.732192517801176 0.732192517801176 None
hgpe8 hgpe8 = 0.7233501296509451 0.723350129650945 None
rgpe1 rgpe1 = 0.9283635817280316 0.928363581728032 None
rgpe2 rgpe2 = 0.8850705143963882 0.885070514396388 None
rgpe3 rgpe3 = 0.8673773015303538 0.867377301530354 None
rgpe4 rgpe4 = 0.7705147624134699 0.77051476241347 None
rgpe5 rgpe5 = 0.6443720392593262 0.644372039259326 None
rgpe6 rgpe6 = 0.4549492249119116 0.454949224911912 None
rgpe7 rgpe7 = 0.6313447593781805 0.63134475937818 None
rgpe8 rgpe8 = 0.5978520124911044 0.597852012491104 None
xcagpe1 xcagpe1 = 0.1155293318957297 0.11552933189573 None
xcagpe2 xcagpe2 = 0.08083423662681917 0.0808342366268192 None
xcagpe3 xcagpe3 = 0.112042386034417 0.112042386034417 None
xcagpe4 xcagpe4 = 0.1059864484219792 0.105986448421979 None
xcagpe5 xcagpe5 = 0.08031613671143878 0.0803161367114388 None
xcagpe6 xcagpe6 = 0.05163743209969612 0.0516374320996961 None
xcagpe7 xcagpe7 = 0.08484564353640682 0.0848456435364068 None
xcagpe8 xcagpe8 = 0.091861332731073 0.091861332731073 None
sgpe1 sgpe1 = 0.4048566949169946 0.404856694916995 None
sgpe2 sgpe2 = 0.4900731585990308 0.490073158599031 None
sgpe3 sgpe3 = 0.167682474891889 0.167682474891889 None
sgpe4 sgpe4 = 0.1393118840432917 0.139311884043292 None
sgpe5 sgpe5 = 0.3943391430262136 0.394339143026214 None
sgpe6 sgpe6 = 0.4751887852059297 0.47518878520593 None
sgpe7 sgpe7 = 0.4343978957529472 0.434397895752947 None
sgpe8 sgpe8 = 0.4544787000220082 0.454478700022008 None
vgpi1 vgpi1 = -71.0735806020549 -71.0735806020549 None
vgpi2 vgpi2 = -71.13894227176741 -71.1389422717674 None
vgpi3 vgpi3 = -68.89169863654296 -68.891698636543 None
vgpi4 vgpi4 = -68.68689945861436 -68.6868994586144 None
vgpi5 vgpi5 = -70.3278171289078 -70.3278171289078 None
vgpi6 vgpi6 = -70.7183277377132 -70.7183277377132 None
vgpi7 vgpi7 = -72.01985112819415 -72.0198511281941 None
vgpi8 vgpi8 = -69.35944753853504 -69.359447538535 None
ngpi1 ngpi1 = 0.1807224619490668 0.180722461949067 None
ngpi2 ngpi2 = 0.1815411655176497 0.18154116551765 None
ngpi3 ngpi3 = 0.2007876437843322 0.200787643784332 None
ngpi4 ngpi4 = 0.20054981826503 0.20054981826503 None
ngpi5 ngpi5 = 0.1917481812334788 0.191748181233479 None
ngpi6 ngpi6 = 0.1830641813588005 0.183064181358801 None
ngpi7 ngpi7 = 0.185903583816399 0.185903583816399 None
ngpi8 ngpi8 = 0.181076350074299 0.181076350074299 None
hgpi1 hgpi1 = 0.7498771842909363 0.749877184290936 None
hgpi2 hgpi2 = 0.7485532036160857 0.748553203616086 None
hgpi3 hgpi3 = 0.7200997299023243 0.720099729902324 None
hgpi4 hgpi4 = 0.7204512667525099 0.72045126675251 None
hgpi5 hgpi5 = 0.7334360975944675 0.733436097594467 None
hgpi6 hgpi6 = 0.7464640821502111 0.746464082150211 None
hgpi7 hgpi7 = 0.7623101380383253 0.762310138038325 None
hgpi8 hgpi8 = 0.7581093481557878 0.758109348155788 None
rgpi1 rgpi1 = 0.6919372043192852 0.691937204319285 None
rgpi2 rgpi2 = 0.6407996804061891 0.640799680406189 None
rgpi3 rgpi3 = 0.4723880865027284 0.472388086502728 None
rgpi4 rgpi4 = 0.4859896983733851 0.485989698373385 None
rgpi5 rgpi5 = 0.3553717797071263 0.355371779707126 None
rgpi6 rgpi6 = 0.6306022018499258 0.630602201849926 None
rgpi7 rgpi7 = 0.6515225437217268 0.651522543721727 None
rgpi8 rgpi8 = 0.7107016809011143 0.710701680901114 None
xcagpi1 xcagpi1 = 0.06887945823533427 0.0688794582353343 None
xcagpi2 xcagpi2 = 0.06918924408699446 0.0691892440869945 None
xcagpi3 xcagpi3 = 0.04945241023724238 0.0494524102372424 None
xcagpi4 xcagpi4 = 0.05188611755485018 0.0518861175548502 None
xcagpi5 xcagpi5 = 0.0507360244899742 0.0507360244899742 None
xcagpi6 xcagpi6 = 0.07210273121350474 0.0721027312135047 None
xcagpi7 xcagpi7 = 0.05487279159617815 0.0548727915961782 None
xcagpi8 xcagpi8 = 0.07028769419721714 0.0702876941972171 None
sgpi1 sgpi1 = 0.02660290323807734 0.0266029032380773 None
sgpi2 sgpi2 = 0.01858086252885182 0.0185808625288518 None
sgpi3 sgpi3 = 4.316933115972264e-06 4.31693311597226e-06 None
sgpi4 sgpi4 = 7.47216684299879e-06 7.47216684299879e-06 None
sgpi5 sgpi5 = 0.0004124633413807342 0.000412463341380734 None
sgpi6 sgpi6 = 0.02944439096173522 0.0294443909617352 None
sgpi7 sgpi7 = 0.2285896386723639 0.228589638672364 None
sgpi8 sgpi8 = 0.1536664992109558 0.153666499210956 None
vthl1 vthl1 = -61.58326124327281 -61.5832612432728 None
rthl1 rthl1 = 0.0520748163465005 0.0520748163465005 None
hthl1 hthl1 = 0.952264959828637 0.952264959828637 None
vthl2 vthl2 = -74.57228901203139 -74.5722890120314 None
rthl2 rthl2 = 0.02767653618328546 0.0276765361832855 None
hthl2 hthl2 = 0.9581509776467813 0.958150977646781 None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
epsxcagp 0.0 dimensionless None
sgpe2stn1 0.0 dimensionless None
sgpe2stn2 0.0 dimensionless None
sgpe2stn3 0.0 dimensionless None
sgpe2stn4 0.0 dimensionless None
sgpe2stn5 0.0 dimensionless None
sgpe2stn6 0.0 dimensionless None
sgpe2stn7 0.0 dimensionless None
sgpe2stn8 0.0 dimensionless None
0.0 dimensionless None
sgpe2gpe1 0.0 dimensionless None
sgpe2gpe2 0.0 dimensionless None
sgpe2gpe3 0.0 dimensionless None
sgpe2gpe4 0.0 dimensionless None
sgpe2gpe5 0.0 dimensionless None
sgpe2gpe6 0.0 dimensionless None
sgpe2gpe7 0.0 dimensionless None
sgpe2gpe8 0.0 dimensionless None
0.0 dimensionless None
sstn2gpe1 0.0 dimensionless None
sstn2gpe2 0.0 dimensionless None
sstn2gpe3 0.0 dimensionless None
sstn2gpe4 0.0 dimensionless None
sstn2gpe5 0.0 dimensionless None
sstn2gpe6 0.0 dimensionless None
sstn2gpe7 0.0 dimensionless None
sstn2gpe8 0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
0.0 dimensionless None
sgpi2thl1 0.0 dimensionless None
sgpi2thl2 0.0 dimensionless None
0.0 dimensionless None
aismthl 0.0 dimensionless None
asgpi2thl1 0.0 dimensionless None
asgpi2thl2 0.0 dimensionless None
aigpi2thl1 0.0 dimensionless None
aigpi2thl2 0.0 dimensionless None
aihfsstn 0.0 dimensionless None
t model time 0.0 dimensionless None

Rules [64]   assignment name derived units sbo cvterm
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
= None None
d vthl1/dt = ilthl vthl1 glthl vlthl inathl vthl1 hthl1 gnathl sigmthl thtmthl vnathl ikthl vthl1 hthl1 gkthl vkthl itthl vthl1 rthl1 gtthl sigpthl thtpthl vtthl ismthl t dsmthl imsmthl sigym tmsmthl wsmthl igpi2thl1 cmthl None
d rthl1/dt = phirthl rinfthl vthl1 sigrthl thtrthl rthl1 taurthl vthl1 sigrtauthl taur0thl taur1thl thtrtauthl None
d hthl1/dt = phihthl hinfthl vthl1 sighthl thththl hthl1 tauhthl vthl1 ah0thl bh0thl sigahthl sigbhthl thtahthl thtbhthl None
d vthl2/dt = ilthl vthl2 glthl vlthl inathl vthl2 hthl2 gnathl sigmthl thtmthl vnathl ikthl vthl2 hthl2 gkthl vkthl itthl vthl2 rthl2 gtthl sigpthl thtpthl vtthl ismthl t dsmthl imsmthl sigym tmsmthl wsmthl igpi2thl2 cmthl None
d rthl2/dt = phirthl rinfthl vthl2 sigrthl thtrthl rthl2 taurthl vthl2 sigrtauthl taur0thl taur1thl thtrtauthl None
d hthl2/dt = phihthl hinfthl vthl2 sighthl thththl hthl2 tauhthl vthl2 ah0thl bh0thl sigahthl sigbhthl thtahthl thtbhthl None
epsxcagp = 1 -4 None
sgpe2stn1 = sgpe5 sgpe2 None
sgpe2stn2 = sgpe6 sgpe1 None
sgpe2stn3 = sgpe8 sgpe4 None
sgpe2stn4 = sgpe7 sgpe3 None
sgpe2stn5 = sgpe2 sgpe6 None
sgpe2stn6 = sgpe1 sgpe5 None
sgpe2stn7 = sgpe3 sgpe8 None
sgpe2stn8 = sgpe4 sgpe7 None
= None None
sgpe2gpe1 = sgpe2 sgpe3 None
sgpe2gpe2 = sgpe1 sgpe5 None
sgpe2gpe3 = sgpe4 sgpe8 None
sgpe2gpe4 = sgpe3 sgpe1 None
sgpe2gpe5 = sgpe6 sgpe7 None
sgpe2gpe6 = sgpe5 sgpe2 None
sgpe2gpe7 = sgpe8 sgpe3 None
sgpe2gpe8 = sgpe7 sgpe4 None
= None None
sstn2gpe1 = sstn8 sstn4 None
sstn2gpe2 = sstn7 sstn3 None
sstn2gpe3 = sstn1 sstn5 None
sstn2gpe4 = sstn2 sstn6 None
sstn2gpe5 = sstn4 sstn8 None
sstn2gpe6 = sstn3 sstn7 None
sstn2gpe7 = sstn5 sstn2 None
sstn2gpe8 = sstn6 sstn1 None
= None None
= None None
= None None
sgpi2thl1 = sgpi1 sgpi2 sgpi5 sgpi6 None
sgpi2thl2 = sgpi3 sgpi4 sgpi7 sgpi8 None
= None None
aismthl = ismthl t dsmthl imsmthl sigym tmsmthl wsmthl None
asgpi2thl1 = sgpi2thl1 None
asgpi2thl2 = sgpi2thl2 None
aigpi2thl1 = igpi2thl1 None
aigpi2thl2 = igpi2thl2 None
aihfsstn = ihfsstn t imhfsstn sigym thfs tmhfs whfs None
t = time None