Skip to content
Snippets Groups Projects
Commit 008189a9 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

use smaller time step for test

parent a16c4ae0
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ parser.add_argument('--multiplejob',
def plain(opt):
wd = opt.work_dir
opt.work_dir = wd + '/N{0:0>3x}_1'.format(opt.n)
c0 = launch(opt, dt = 0.4/opt.n)
c0 = launch(opt, dt = 0.2/opt.n)
c0.compute_statistics()
df = c0.get_data_file()
for s in range(c0.particle_species):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment