| checkpoint_every |
-1 | How often to checkpoint (-1) |
| checkpoint_file |
checkpoint.chkpt | File name for regular checkpoint (checkpoint.chkpt) |
| checkpoint_ID_file |
checkpoint.chkpt | File name for initial data checkpoint (checkpoint.chkpt) |
| checkpoint_keep |
1 | How many checkpoint files to keep (1) |
| checkpoint_on_terminate |
no | Checkpoint after last iteration (no) |
| out_downsample_x |
2 | Factor by which to downsample output in x direction. Point (0,0,0) is always included. (1) |
| out_downsample_y |
2 | Factor by which to downsample output in y direction. Point (0,0,0) is always included. (1) |
| out_downsample_z |
2 | Factor by which to downsample output in z direction. Point (0,0,0) is always included. (1) |
| out_dt |
-2 | How often to do output by default (-2) |
| out_every |
-1 | How often to do output by default (-1) |
| out_single_precision |
no | Output data in single precision ? (no) |
| parfile_update_every |
0 | How often to update the parameter file for steered parameters (0) |
| recover_file |
checkpoint.chkpt | Basename of recovery file (checkpoint.chkpt) |
| verbose |
standard | Level of screen output for I/O (standard) |
| checkpoint_dir |
. |
Output directory for checkpoint files (.) |
| checkpoint_ID |
no |
Checkpoint initial data ? (no) |
| filereader_ID_dir |
. |
Directory to look for input files (.) |
| filereader_ID_files |
|
List of files to read in as initial data () |
| filereader_ID_vars |
all |
List of variables to read in from the given initial data files (all) |
| new_filename_scheme |
yes |
Use the new filename scheme for output files ? (yes) |
| out3D_septimefiles |
no |
Write one file per time slice, as opposed to all data in one file (no) |
| out_criterion |
iteration |
Criterion to select output intervals (iteration) |
| out_dir |
WaveDemo |
Default output directory (.) |
| out_fileinfo |
all |
Add some useful file information to output files ? (all) |
| out_mode |
proc |
Which mode to use for output (proc) |
| out_proc_every |
8 |
Do output on every N processors (8) |
| out_save_parameters |
only set |
Save current parameter settings in output files ? (only set) |
| out_timesteps_per_file |
-1 |
How many timesteps to write to a single file (-1) |
| out_unchunked |
no |
Don't write data in chunks. This parameter is ignored for single-processor runs where output is always done in unchunked mode. (no) |
| out_xline_y |
0 |
y-coord for 1D lines in x-direction (0.0) |
| out_xline_yi |
-2 |
y-index (from 0) for 1D lines in x-direction, overrides IO::out_xline_y (-2) |
| out_xline_z |
0 |
z-coord for 1D lines in x-direction (0.0) |
| out_xline_zi |
-2 |
z-index (from 0) for 1D lines in x-direction, overrides IO::out_xline_z (-2) |
| out_xyplane_z |
0 |
z-coord for 2D planes in xy (0.0) |
| out_xyplane_zi |
-2 |
z-index (from 0) for 2D planes in xy, overrrides IO::out_xyplane_z (-2) |
| out_xzplane_y |
0 |
y-coord for 2D planes in xz (0.0) |
| out_xzplane_yi |
-2 |
y-index (from 0) for 2D planes in xz, overrrides IO::out_xzplane_y (-2) |
| out_yline_x |
0 |
x-coord for 1D lines in y-direction (0.0) |
| out_yline_xi |
-2 |
x-index (from 0) for 1D lines in y-direction, overrides IO::out_yline_x (-2) |
| out_yline_z |
0 |
z-coord for 1D lines in y-direction (0.0) |
| out_yline_zi |
-2 |
z-index (from 0) for 1D lines in y-direction, overrides IO::out_yline_z (-2) |
| out_yzplane_x |
0 |
x-coord for 2D planes in yz (0.0) |
| out_yzplane_xi |
-2 |
x-index (from 0) for 2D planes in yz, overrrides IO::out_yzplane_x (-2) |
| out_zline_x |
0 |
x-coord for 1D lines in z-direction (0.0) |
| out_zline_xi |
-2 |
x-index (from 0) for 1D lines in z-direction, overrides IO::out_zline_x (-2) |
| out_zline_y |
0 |
y-coord for 1D lines in z-direction (0.0) |
| out_zline_yi |
-2 |
y-index (from 0) for 1D lines in z-direction, overrides IO::out_zline_y (-2) |
| parfile_name |
|
Filename for the parameter file to be written () |
| parfile_write |
copy |
Write a parameter file to 'IO::out_dir' (copy) |
| print_timing_info |
no |
Print timing information on I/O operations. (no) |
| recover |
no |
Recover from a checkpoint file ? (no) |
| recover_and_remove |
no |
Remove checkpoint file after successful recovery ? (no) |
| recover_dir |
. |
Directory to look for recovery files (.) |
| strict_io_parameter_check |
yes |
Stop on errors while parsing I/O parameters from parameter file ? (yes) |
| truncate_files_after_recovering |
no |
Truncate existing output files after recovering ? (no) |