&define_field_output
filename = "gunRun.fields",
time_interval = 0.1e-9,
start_time = 1e-9,
z_interval = 2,
r_interval = 2
&end
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.
&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