ARTS built-in documentation server

Workspace Method MagRawRead

Description

Reads magnetic field data from a scenario.

A full set of field components is read (NOTE: fails if scenario
only contains selected field components). The files can be
anywhere, but must all be in the same directory specified by
'basename'. Naming convention for the field component files is
basename.mag_u.xml for the u-component, v- and w-components
accordingly.

Authors: Richard Larsson

Synopsis

MagRawRead( mag_u_field_raw, mag_v_field_raw, mag_w_field_raw, basename )

Variables

OUTmag_u_field_raw(GriddedField3)Raw zonal component of the magnetic field.
OUTmag_v_field_raw(GriddedField3)Raw meridional component of the magnetic field.
OUTmag_w_field_raw(GriddedField3)Raw vertical component of the magnetic field.
GINbasename(String)Name of scenario, probably including the full path. For example: "/data/magnetic_field"