Search found 2 matches

by zhuowang
Fri Jun 24, 2005 3:16 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: cai cut in half
Replies: 2
Views: 6636

cai was 5e-5

no matter what value I give in the hoc file.
[code]
forall {
insert cadif
cao = 2
cai = 1e-4
}
[/code]
by zhuowang
Fri Jun 24, 2005 3:09 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: cai cut in half
Replies: 2
Views: 6636

cai cut in half

I implemented the calcium buffer and diffusion model as described in the NMODL article. After I specified in my hoc file: cai = 1e-4, the cai used in the model was actually 5e-5. I added "VALENCE 2" to the "USEION ca" line, but that didn't solve the problem. Any help will be high...