description: Requests output of the field map into an SDDS file. A separate SDDS data
page is made for successive maps. The interleaved simulation field grids are interpolated to
give all field values on the same grid.
This command results in output of the fields on a grid that is twice as coarse as the simulation grid
in both z and r, starting at time 1ns and continuing at 100ps intervals thereafter. The data is put in
an SDDS file named gunRun.fields.
synopsis and defaults:
&define_field_output
STRING filename = NULL;
double time_interval = 0;
double start_time = 0;
long z_interval = 1;
long r_interval = 1;
long exclude_imposed_field = 0;
long separate_imposed_field = 0;
&end
details:
filename: Name of an SDDS file in which to put the data.
time_interval: Simulated time interval in seconds between successive maps.
start_time: Starting simulated time for data output.
z_interval: Interval at which grid points are spaced longitudinally in units of the
simulation longitudinal grid size.
r_interval: Interval at which grid points are spaced radially in units of the simulation
radial grid size.
exclude_imposed_field: Flag requesting that any fields specified with the
constant_fields command should be excluded from the field output.
separate_imposed_field: Flag requesting that any fields specified with the
constant_fields command should be included in the output as separate data elements.