Demos the ReadMHDHDF module This module reads in the old LFM MHD HDF model output which is stored as a HDF file
MODULE ReadMHDHDF CATEGORY CISM_DX_Readers DESCRIPTION Read MHD HDF files LOADABLE readmhdhdf; INPUT filename; string; (none); INPUT input1; string; (none); INPUT wind; string; (none); INPUT step; integer; (none); INPUT xang; scalar; (none); X-angle INPUT yang; scalar; (none); Y-angle INPUT zang; scalar; (none); Z-angle OUTPUT mhd; field; MHD field 17 vector OUTPUT ion; field; Ionospheric 2D field 16 vector OUTPUT Bflux; field; MHD Flux field 3-vector OUTPUT Jflux; field; MHD Current Flux 3-vector OUTPUT time; scalar; Simulation Time