REPEATING STELLAR JETS

Task Group: VISUALIZATION


Members: Objectives: An example HDF data set of a supersonic jet is available in /ncsu/py228_info/jet/sample.hdf.

A fortran program to plot the hdf data is available in the py228 account on Wonka. To compile the program, pltjet.f, type:
f77 -o pltjet pltjet.f -lmongo -lX11 -ldf
Note in the code that the declared array sizes must match the array size of the HDF file. The output can be directed to an X window or a printer. The program also outputs an hdf file (scratch.hdf) of the variable being plotted.