;; Akemann W, Knopfel T. Interaction of Kv3 potassium channels and ;; resurgent sodium current influences the rate of spontaneous firing of ;; Purkinje neurons. J Neurosci. 2006 Apr 26;26(17):4602-12. (nemo-model AKP06 ((input v (ica from ion-currents)) (const Vrest = -68) (const diam = 20) (const celsius = 24) (const temp_adj = (pow (3 ((celsius - 22) / 10)))) (component (type membrane-capacitance) (const C_m = 1) (output C_m)) (component (type decaying-pool) (name ca) (const F = 96485.0) (const ca_initial = 1e-4) (const ca_depth = 0.1) (const ca_beta = 1.0) (d (ca) = ((neg (ica) / (2 * F * ca_initial * ca_depth)) - (ca * ca_beta * temp_adj)) (initial ca_initial)) (output ca) ) ))