Next: Interfaces
Up: IOJpeg
Previous: Use
Contents
colormap |
Scope: private |
| KEYWORD |
Description:How to set the colormap |
|
Range |
|
| Default: custom |
auto |
Set automatically using min/max of grid variables |
|
custom |
Set min/max manually |
|
colormap_bias |
Scope: private |
| REAL |
Description:Bias automatic colormap generation towards red (low) or blue (high) |
|
Range |
|
| Default: 0.5 |
-1:1 |
Could be unrestricted |
|
colormap_factor |
Scope: private |
| INT |
Description:How to scale float values to rgb color |
|
Range |
|
| Default: 32 |
2:256 |
Positive scaling |
|
colormap_max |
Scope: private |
| REAL |
Description:maximum value to be mapped to colors |
|
Range |
|
| Default: +1.0 |
*:* |
Only for custom colormap scale |
|
colormap_min |
Scope: private |
| REAL |
Description:minimum value to be mapped to colors |
|
Range |
|
| Default: -1.0 |
*:* |
Only for custom colormap scale |
|
colormap_quality |
Scope: private |
| INT |
Description:JPEG quality of level |
|
Range |
|
| Default: 75 |
0:100 |
Percentage of full quality |
|
mode |
Scope: private |
| KEYWORD |
Description:Output mode to use |
|
Range |
|
| Default: standard |
remove |
Remove files from old timesteps |
|
standard |
Generate a file for each out_every timesteps |
|
out2d_xyplane_z |
Scope: private |
| REAL |
Description:z-coord for 2D planes in xy |
|
Range |
|
| Default: -424242 |
*:* |
A value between [zmin, zmax] |
|
-424242: |
Default to IO::out_xyplane_z |
|
out2d_xyplane_zi |
Scope: private |
| INT |
Description:z-index (from 0) for 2D planes in xy |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nz) |
|
-1: |
Choose the default from IO::out_xyplane_zi |
|
out2d_xzplane_y |
Scope: private |
| REAL |
Description:y-coord for 2D planes in xz |
|
Range |
|
| Default: -424242 |
*:* |
A value between [ymin, ymax] |
|
-424242: |
Default to IO::out_xzplane_y |
|
out2d_xzplane_yi |
Scope: private |
| INT |
Description:y-index (from 0) for 2D planes in xz |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, ny) |
|
-1: |
Choose the default from IO::out_xzplane_yi |
|
out2d_yzplane_x |
Scope: private |
| REAL |
Description:x-coord for 2D planes in yz |
|
Range |
|
| Default: -424242 |
*:* |
A value between [xmin, xmax] |
|
-424242: |
Default to IO::out_yzplane_x |
|
out2d_yzplane_xi |
Scope: private |
| INT |
Description:x-index (from 0) for 2D planes in yz |
|
Range |
|
| Default: -1 |
0:* |
An index between [0, nx) |
|
-1: |
Choose the default from IO::out_yzplane_xi |
|
out_dir |
Scope: private |
| STRING |
Description:Output directory for IOJpeg 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 IOJpeg output, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable IOJpeg output |
|
-1: |
Choose the default from IO::out_every |
|
out_vars |
Scope: private |
| STRING |
Description:Variables to output by IOJpeg |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
refinement_factor |
Scope: private |
| INT |
Description:Refine each 2D slice by a certain factor (using interpolation) ? |
|
Range |
|
| Default: 1 |
1:* |
A factor greater 0 |
|
io_out_dir |
Scope: shared from IO |
| STRING |
io_out_every |
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 |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IOJpeg
Previous: Use
Contents
|