This command tells IVE that the data set may be spread over multiple files with each file containing data at one point along the specified coordinate.

Widget:

Command: Arguments: If start and end are not specified, IVE will read in all available files. If a "-" is in front of the coordinate value the files are read in by decreasing values of the file coordinate, otherwise they are read by increasing values.

If start and end are specified, IVE will only read files within the specified range. If start < end, then the files are read in by increasing values of the file coordinate, otherwise they are read by decreasing values. The "-" option should not be used to reverse the ordering of the input files when start and end values are specified.

Examples:

In this example the multiple read coordinate is set to time. Suppose you then set the current file to be "/home/ive/data_1000_run.nc" using the widget or the FILE command, and that file contained variable U with a single time of value 1000. IVE will then look for other files of the form "/home/ive/data_*_run.nc" that have time values for "*". When you set the current field to "U" using the widget or the FIELD command, IVE will read the values of U out of all of the proper files and act as if all the time values of U were in one file.

In this example the multiple read coordinate is set to Z. Suppose you then set the current file to be "/home/ive/data_1000_run.nc" using the widget or the FILE command, and that file contained variable U with a single Z of value 1000. IVE will then look for other files of the form "/home/ive/data_*_run.nc" that have z values for "*" in the range of 1000 to 100. When you set the current field to "U" using the widget or the FIELD command, IVE will read the values of U out of all of the proper files and act as if all the Z values of U were in one file. Plots with a Z axis will have Z decreasing along the axis.

back to index