-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is external concentration of ca2 1mM not 2mM? #8
Comments
I am using 2mM in NeuroML2, as NEURON is showing. See here ca2o is set to 2mM. I will check whether the NeuroML2 results of running the LVA channel will change with 1 mM. |
This code: https://github.com/OpenSourceBrain/SolinasEtAl-GolgiCell/blob/master/NEURON/Golgi_template.hoc#L86 is I guess you meant: https://github.com/OpenSourceBrain/SolinasEtAl-GolgiCell/blob/master/NEURON/Golgi_template.hoc#L92 and cao should be 2 mM by default. |
@pgleeson so we should keep using 2 mM |
@theiera, yes that's the line that is supposed to set ca2o, but it doesn't (my link was to the general block where concentrations are set). A correct way to set the initial value of ca2 (which is an unrecognised ion; cao defaults to 2, all other unrecognised ions default to 1) is:
This will make sure ca2o is always 2. Note changing ca2o to 2mM will change the behaviour of all NEURON examples slightly (spikes change ~0.5%) The options now are: a) leave the error in place, put 1mM in the NML2 for ca2o & 2mM for cao |
To reproduce, type ca2o in the original NEURON code. cao is 2mM.
This code: https://github.com/OpenSourceBrain/SolinasEtAl-GolgiCell/blob/master/NEURON/Golgi_template.hoc#L86 may have been meant to set ca2o to 2mM, but setup of mechanisms in Nrn is tricky.
@theiera is it ok to change ca2o to 2mM?
@RokasSt this may have been the cause of some of the discrepancy with CaLVA in NML2...
The text was updated successfully, but these errors were encountered: