Skip to content
Snippets Groups Projects
Commit aee65554 authored by Pierre Augier's avatar Pierre Augier
Browse files

init_fields noise for benchmark and profiling (just nicer, same results).

parent 2122a56c
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@
# params.oper.type_fft = 'fft2d.mpi_with_fftwmpi2d'
pass
if "noise" in params.init_fields.available_types:
params.init_fields.type = "noise"
# params.forcing.enable = True
# params.forcing.type = "tcrandom"
# params.forcing.nkmax_forcing = 6
......@@ -201,6 +204,9 @@
except AttributeError:
pass
if "noise" in params.init_fields.available_types:
params.init_fields.type = "noise"
params.time_stepping.deltat0 = 1.e-4
params.time_stepping.USE_CFL = False
params.time_stepping.it_end = it_end
......
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