;; 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 Leak ((input v ) (const Vrest = -68) (const celsius = 24) (const temp_adj = (pow (3 ((celsius - 22) / 10)))) (component (type ion-channel) (name Leak) (component (type pore) (const gbar_Leak = 9e-5) (output gbar_Leak )) (component (type permeating-ion) (name non-specific) (const e_Leak = -61) (output e_Leak )) ) ;; end leak current ))