emc2.io.load_arm_file

emc2.io.load_arm_file(filename, **kwargs)[source]

Loads an ARM-compliant netCDF file.

Parameters
filename: str

The name of the file to load.

Additional keyword arguments are passed into :py:func:`act.io.armfiles.read_netcdf`
Returns
ds: ACT dataset

The xarray dataset containing the file data.