diff options
Diffstat (limited to 'Examples/Modules/boosted_diags/inputs_3d_slice')
-rw-r--r-- | Examples/Modules/boosted_diags/inputs_3d_slice | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/Modules/boosted_diags/inputs_3d_slice b/Examples/Modules/boosted_diags/inputs_3d_slice index d96b8b12e..5c774fc89 100644 --- a/Examples/Modules/boosted_diags/inputs_3d_slice +++ b/Examples/Modules/boosted_diags/inputs_3d_slice @@ -10,7 +10,7 @@ my_constants.ymin = -128.e-6 my_constants.zmin = -40.e-6 my_constants.xmax = +128.e-6 my_constants.ymax = +128.e-6 -my_constants.zmax = 0.96e-6 +my_constants.zmax = 0.e-6 geometry.dims = 3 geometry.prob_lo = xmin ymin zmin @@ -133,6 +133,7 @@ btd_pltfile.dz_snapshots_lab = 0.001 btd_pltfile.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz rho btd_pltfile.format = plotfile btd_pltfile.buffer_size = 32 +btd_pltfile.write_species = 1 # old BTD diagnostics warpx.do_back_transformed_diagnostics = 1 |