;; Cerebellar Purkinje Cell: resurgent Na current and high frequency ;; firing (Khaliq et al 2003). (nemo-model Leak ((input v (cai from ion-pools) (ica from ion-currents)) (const ena = 60) (const ek = -88) (const ca0 = 1e-4) (component (type gate-complex) (name Leak) (component (type pore) (const gbar_Leak = 5e-5) (output gbar_Leak )) (component (type permeating-ion) (name non-specific) (const e_Leak = -60) (output e_Leak )) ) ;; end leak current ))