Reads the LFM model data in form of HDF and text files, extracts the density N, computes its log, and projects log N onto three orthogonal cut planes. Executing the network steps through the simulation time steps from 20000 to 30000 and animates the density evolution.
Illustrates the use of the FileLoop and ForEachMember modules to generate a time sequence from a LFM HDF data file.
The page Import introduces the SPDX module FileLoop which is connected to a FileSelector that reads a *.animate file and to ForEachMember which iterates over the time steps as specified in *.animate. The Parse module separates the input string into the filename and the step number.