Search found 3 matches

by yan1982
Fri Sep 22, 2017 6:47 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: NEURON's CVode method ignores conservation
Replies: 1
Views: 10486

NEURON's CVode method ignores conservation

Hello,
When I running nrnivmod command for a mod file, i get the following notice:

NEURON's CVode method ignores conservation
Notice: LINEAR is not thread safe

How can i do to disable this notice?

Thank
by yan1982
Tue Jun 20, 2017 3:50 am
Forum: Other questions
Topic: Simulation with time step greater than 0.025 ms
Replies: 2
Views: 5714

Re: Simulation with time step greater than 0.025 ms

Thank you very much for your assistance,

I was able to solve the problem with the following relationships:

h.dt = value
h.steps_per_ms = 1.0/h.dt
by yan1982
Mon Jun 19, 2017 8:40 am
Forum: Other questions
Topic: Simulation with time step greater than 0.025 ms
Replies: 2
Views: 5714

Simulation with time step greater than 0.025 ms

Hi, I try to simulate some biological neurons models with parameters provided by Allen institute. When i fixe time step to 0.05 ms, Neuron automatically reset time step to 0.025 ms during simulation. I also remarked that if i choose h.dt less or equal to 0.025 ms, Neuron maintained this value during...