-
Notifications
You must be signed in to change notification settings - Fork 120
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
timestep_over_CFL leads to an index error #727
Comments
Can you try to specify in the
or
? I am not sure that specifying a combination of |
Yes, I changed it to dx = 59.71um /1408 Main( It does not crash anymore, but gives several warnings: It also says that timestep = 0.266455 = 1.131895 x CFL albeit defining it differently. Thats why I am confused that it does have problems with the given CFL number. |
But by doing this, does the simulation work with stable fields? |
When setting the CFL condition to 0.5 it works, yes. But at 0.8 it crashes. Edit: I get the same warnings. |
Description
Hello,
when using timestep_over_CFL I get following error:
" On rank 0 [Python] Exception: simulation_time and number_of_timesteps are not defined"
When using timesteps, it works without problems. I added a shortened namelist where the error occured (it is a txt file so that I can send it here).
Thanks!
Steps to reproduce the problem
Ocured when running smilei_test
Parameters
namelist_short.txt
The text was updated successfully, but these errors were encountered: