The sunplot GUI can be started while a simulation is running as long as the data files
are not empty. To view the data with the default settings in a given directory, use
./sunplot --datadir=examples/boundaries/dataThis will bring up a planview of the salinity data at the first time step
./sunplot -np 8 --datadir=examples/boundaries/dataFor multiprocessor output, the processors being displayed will start at 0 and end at
np-1.
For example, for a 64 processor job, the command
./sunplot -np 3 --datadir=examples/boundaries/datawill show data on processors 0, 1, and 2.