CISM_DX Logo DX Logo
CISM_DX - Documentation
Full Contents QuickStart Guide User's Guide User's Reference CISM_DX
Previous Page Next Page Table of Contents Partial Table of Contents Index Search

readENLIL

Category

SPAPT

Function

Reads ENLIL MHD data file.

Syntax


mhd = readENLIL(filename);

Inputs
Name Type Default Description
filename string none ENLIL data file

Outputs
Name Type Description
mhd field MHD field

Functional Details

This module reads the data files created by the ENLIL solar wind code.
The ENLIL velocity and magnetic field vectors are in spherical coordinates which are transformed into cartesian coordinates so that they can be displayed in DX.

filename

must be in netCDF format.

mhd

contains the MHD field
density [kg/m^3]
temperature [K]
Vx [km/s]
Vy [km/s]
Vz [km/s]
Bx [nT]
By [nT]
Bz [nT]
radius [AU]

Example Visual Programs

BasicENLIL.net

See Also


[ OpenDX Home at IBM | OpenDX.org ]