dt jumps to 1e+9 at the beggining of the simulation

The basics of how to develop, test, and use models.
Post Reply
mariorodriguez

dt jumps to 1e+9 at the beggining of the simulation

Post by mariorodriguez »

hi
my problem: dt jumps to 1e+9 at the beggining of the simulation, and the simulation does not run. At that point i can change the dt and go on with the simulation with "continue for". Any suggestion to overcome this would be very welcome.
m
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: dt jumps to 1e+9 at the beggining of the simulation

Post by ted »

What is dt before finitialize() or run() is called? Are you using fixed time step or adaptive integration ("cvode")? Are you using the standard run system or your own main computational loop? What version of NEURON are you using, and under what OS?
Post Reply