spacepy.pybats.ram.Currents

class spacepy.pybats.ram.Currents(filename)[source]

The 3D equilibrium code produces NetCDF files that contain the electric currents throughout the domain. Currents objects parse and visualize this data.

For quick parsing of these files, PyNIO is required.

__init__(filename)[source]

Methods

close()

Close the NetCDF file.

keys()

List all keys for data objects stored in the IonoPotScb object.

plot_jpar(ax, time[, maxz])

close()[source]

Close the NetCDF file. This will make values stored inside of the file unavailable to the user.

keys()[source]

List all keys for data objects stored in the IonoPotScb object.

plot_jpar(ax, time, maxz=0.5)[source]