ARTS built-in documentation server

Workspace Method MagFieldsCalc

Description

Interpolation of raw magnetic fields to calculation grids.
Heritage from AtmFieldsCalc

Internally, MagFieldsCalc applies GriddedFieldPRegrid and
GriddedFieldLatLonRegrid. Generally, 'half-grid-step' extrapolation
is allowed and applied.

Authors: Richard Larsson

Synopsis

MagFieldsCalc( mag_u_field, mag_v_field, mag_w_field, p_grid, lat_grid, lon_grid, mag_u_field_raw, mag_v_field_raw, mag_w_field_raw, atmosphere_dim, interp_order )

Variables

OUTmag_u_field(Tensor3)Zonal component of the magnetic field.
OUTmag_v_field(Tensor3)Meridional component of the magnetic field.
OUTmag_w_field(Tensor3)Vertical component of the magnetic field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INmag_u_field_raw(GriddedField3)Raw zonal component of the magnetic field.
INmag_v_field_raw(GriddedField3)Raw meridional component of the magnetic field.
INmag_w_field_raw(GriddedField3)Raw vertical component of the magnetic field.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINinterp_order(Index, Default: 1)Interpolation order (1=linear interpolation).