Next: Interfaces
Up: IOFlexIO
Previous: Utility programs provided by
Contents
checkpoint |
Scope: private |
| BOOLEAN |
Description:Do checkpointing with IOFlexIO |
|
|
|
| Default: no |
checkpoint_next |
Scope: private |
| BOOLEAN |
Description:Checkpoint at next iteration |
|
|
|
| Default: no |
out2d_dir |
Scope: private |
| STRING |
Description:Output directory for 2D IOFlexIO files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out2d_every |
Scope: private |
| INT |
Description:How often to do 2D IOFlexIO output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable 2D IOFlexIO output |
|
-1: |
Default to IO::out_every |
|
out2d_vars |
Scope: private |
| STRING |
Description:Variables to output in 2D FlexIO file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
out2d_xyplane_z |
Scope: private |
| REAL |
Description:z-coord for 2D planes in xy |
|
Range |
|
| Default: 0.0 |
*:* |
|
|
out2d_xyplane_zi |
Scope: private |
| INT |
Description:z-index (from 0) for 2D planes in xy |
|
Range |
|
| Default: -1 |
-1:* |
|
|
out2d_xzplane_y |
Scope: private |
| REAL |
Description:y-coord for 2D planes in xz |
|
Range |
|
| Default: 0.0 |
*:* |
|
|
out2d_xzplane_yi |
Scope: private |
| INT |
Description:y-index (from 0) for 2D planes in xz |
|
Range |
|
| Default: -1 |
-1:* |
|
|
out2d_yzplane_x |
Scope: private |
| REAL |
Description:x-coord for 2D planes in yz |
|
Range |
|
| Default: 0.0 |
*:* |
|
|
out2d_yzplane_xi |
Scope: private |
| INT |
Description:x-index (from 0) for 2D planes in yz |
|
Range |
|
| Default: -1 |
-1:* |
|
|
out_dir |
Scope: private |
| STRING |
Description:Output directory for IOFlexIO files, overrides IO::out_dir |
|
Range |
|
| Default: (none) |
.+ |
A valid directory name |
|
^$ |
An empty string to choose the default from IO::out_dir |
|
out_every |
Scope: private |
| INT |
Description:How often to do IOFlexIO output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable IOFlexIO output |
|
-1: |
Default to IO::out_every |
|
out_vars |
Scope: private |
| STRING |
Description:Variables to output in FlexIO file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
reuse_filehandles |
Scope: private |
| BOOLEAN |
Description:Reuse system file handles by pausing/resuming IEEEIO files at each output request ? |
|
|
|
| Default: no |
checkpoint_every |
Scope: shared from IO |
| INT |
checkpoint_id |
Scope: shared from IO |
| BOOLEAN |
checkpoint_keep |
Scope: shared from IO |
| INT |
checkpoint_on_terminate |
Scope: shared from IO |
| BOOLEAN |
io_out_dir |
Scope: shared from IO |
| STRING |
io_out_every |
Scope: shared from IO |
| INT |
out_fileinfo |
Scope: shared from IO |
| KEYWORD |
out_mode |
Scope: shared from IO |
| KEYWORD |
out_save_parameters |
Scope: shared from IO |
| KEYWORD |
out_timesteps_per_file |
Scope: shared from IO |
| INT |
out_xyplane_z |
Scope: shared from IO |
| REAL |
out_xyplane_zi |
Scope: shared from IO |
| INT |
out_xzplane_y |
Scope: shared from IO |
| REAL |
out_xzplane_yi |
Scope: shared from IO |
| INT |
out_yzplane_x |
Scope: shared from IO |
| REAL |
out_yzplane_xi |
Scope: shared from IO |
| INT |
print_timing_info |
Scope: shared from IO |
| BOOLEAN |
recover |
Scope: shared from IO |
| KEYWORD |
recover_and_remove |
Scope: shared from IO |
| BOOLEAN |
recover_file |
Scope: shared from IO |
| STRING |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IOFlexIO
Previous: Utility programs provided by
Contents
|