Split selected timesteps
splitsel.Rd
This operator splits infile into pieces, one for each adjacent sequence t_1, ...., t_n of timesteps of the same selected time range. The output files will be named <obase><nnnnnn><suffix> where nnnnnn is the sequence number and suffix is the filename extension derived from the file format.
Arguments
- ifile
String with the path to the input file.
- nsets
INTEGER - Number of input timesteps for each output file
- noffset
INTEGER - Number of input timesteps skipped before the first timestep range (optional)
- nskip
INTEGER - Number of input timesteps skipped between timestep ranges (optional)
- obase
String with the basename of the output files.