Skip to content
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

Update the field probe diagnostic documentation #4564

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Docs/source/usage/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2868,8 +2868,9 @@ Reduced Diagnostics
defaulting to ``1``.
In RZ geometry, this only saves the
0'th azimuthal mode component of the fields.
Integrated electric and magnetic field components can instead be obtained by specifying
Time integrated electric and magnetic field components can instead be obtained by specifying
``<reduced_diags_name>.integrate = true``.
The integration is done every time step even when the data is written out less often.
In a *moving window* simulation, the FieldProbe can be set to follow the moving frame by specifying ``<reduced_diags_name>.do_moving_window_FP = 1`` (default 0).

.. warning::
Expand Down
Loading