ARTS built-in documentation server
Workspace Method MagFieldsFromAltitudeRawCalc
Description
Regrids the rawfield by lat-lon and interpolates to z_field.
Authors: Richard Larsson
Synopsis
MagFieldsFromAltitudeRawCalc( | mag_u_field, mag_v_field, mag_w_field, lat_grid, lon_grid, z_field, mag_u_field_raw, mag_v_field_raw, mag_w_field_raw, interp_order, extrapolating ) |
Variables
OUT | mag_u_field | (Tensor3) | Zonal component of the magnetic field. |
OUT | mag_v_field | (Tensor3) | Meridional component of the magnetic field. |
OUT | mag_w_field | (Tensor3) | Vertical component of the magnetic field. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | mag_u_field_raw | (GriddedField3) | Raw zonal component of the magnetic field. |
IN | mag_v_field_raw | (GriddedField3) | Raw meridional component of the magnetic field. |
IN | mag_w_field_raw | (GriddedField3) | Raw vertical component of the magnetic field. |
GIN | interp_order | (Index, Default: 1) | Interpolation order (1=linear interpolation). |
GIN | extrapolating | (Numeric, Default: 1e99) | Extrapolation allowed in interpolation of altitude. |