Execute Network | Edit Network
Author: Peter Schmitt Date: 12/03/2007

Demos the ReadMHDHDFDbl53 module This module reads in the old LFM MHD HDF model output which is stored in double precision at grid resolution 53 as an HDF file.

MODULE ReadMHDHDFDbl53 CATEGORY CISM_DX_Readers DESCRIPTION Read MHD HDF files LOADABLE readmhdhdfdbl53; 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