diff options
author | 2021-11-20 19:42:42 -0800 | |
---|---|---|
committer | 2021-11-21 03:42:42 +0000 | |
commit | 8610be58d48251c92a83affbdcb6a448fe65976e (patch) | |
tree | df4656c0a65f596beeffe88947dae84f7c461c15 /Examples/Modules | |
parent | f87ee691277dedc1efca584b63b492ce1850d3fb (diff) | |
download | WarpX-8610be58d48251c92a83affbdcb6a448fe65976e.tar.gz WarpX-8610be58d48251c92a83affbdcb6a448fe65976e.tar.zst WarpX-8610be58d48251c92a83affbdcb6a448fe65976e.zip |
openPMD: 1D3V Support (#2586)
Add 1D output support with openPMD.
Diffstat (limited to '')
-rw-r--r-- | Examples/Modules/laser_injection/inputs_1d_rt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Examples/Modules/laser_injection/inputs_1d_rt b/Examples/Modules/laser_injection/inputs_1d_rt index eb947039c..e2edfe284 100644 --- a/Examples/Modules/laser_injection/inputs_1d_rt +++ b/Examples/Modules/laser_injection/inputs_1d_rt @@ -50,10 +50,14 @@ laser1.profile_focal_distance = 13.109e-6 # Focal distance from the antenna (in # at the end of the simulation. # Diagnostics -diagnostics.diags_names = diag1 +diagnostics.diags_names = diag1 openpmd diag1.intervals = 20 diag1.diag_type = Full +openpmd.intervals = 20 +openpmd.diag_type = Full +openpmd.format = openpmd + # Moving window warpx.do_moving_window = 1 warpx.moving_window_dir = z |