Category
Function
Reads MHD HDF files from LFM model runs.
Syntax
mhd = readmhdhdfdbl53(filename, input1, wind, step, xang, yang, zang);
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| filename | string | none | name of LFM HDF file |
| input1 | string | none | name of LFM ion .dat file |
| wind | string | none | name of LFM wind .dat file |
| step | integer | none | model step number |
| xang | scalar | none | X-angle |
| yang | scalar | none | Y-angle |
| zang | scalar | none | Z-angle |
Outputs
| Name | Type | Description |
|---|---|---|
| mhd | field | MHD field 17 vector |
| ion | field | ionospheric 2D field 16 vector |
| Bflux | field | MHD flux field 3 vector |
| Jflux | field | MHD current flux 3 vector |
| time | scalar | simulation time |
Functional Details
This module reads in the extended LFM model output which is calculated on the "finest", 53x48x64, mesh.
Example Visual Programs
none.net
See Also
readmhdhdf, readmhdhdf53 readmhdhdfdbl,
[ OpenDX Home at IBM | OpenDX.org ]