MagFieldsFromAltitudeRawCalc
- Workspace.MagFieldsFromAltitudeRawCalc(self: pyarts.arts._Workspace, mag_u_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.mag_u_field, mag_v_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.mag_v_field, mag_w_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.mag_w_field, lat_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_grid, lon_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lon_grid, z_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor3 | None = self.z_field, mag_u_field_raw: pyarts.arts.WorkspaceVariable | pyarts.arts.GriddedField3 | None = self.mag_u_field_raw, mag_v_field_raw: pyarts.arts.WorkspaceVariable | pyarts.arts.GriddedField3 | None = self.mag_v_field_raw, mag_w_field_raw: pyarts.arts.WorkspaceVariable | pyarts.arts.GriddedField3 | None = self.mag_w_field_raw, interp_order: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 1, extrapolating: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric | None = 1e99, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Regrids the rawfield by lat-lon and interpolates to z_field.
Author(s): Richard Larsson
- Parameters:
mag_u_field (Tensor3, optional) – Zonal component of the magnetic field. See
mag_u_field, defaults toself.mag_u_field[OUT]mag_v_field (Tensor3, optional) – Meridional component of the magnetic field. See
mag_v_field, defaults toself.mag_v_field[OUT]mag_w_field (Tensor3, optional) – Vertical component of the magnetic field. See
mag_w_field, defaults toself.mag_w_field[OUT]lat_grid (Vector, optional) – The latitude grid. See
lat_grid, defaults toself.lat_grid[IN]lon_grid (Vector, optional) – The longitude grid. See
lon_grid, defaults toself.lon_grid[IN]z_field (Tensor3, optional) – The field of geometrical altitudes. See
z_field, defaults toself.z_field[IN]mag_u_field_raw (GriddedField3, optional) – Raw zonal component of the magnetic field. See
mag_u_field_raw, defaults toself.mag_u_field_raw[IN]mag_v_field_raw (GriddedField3, optional) – Raw meridional component of the magnetic field. See
mag_v_field_raw, defaults toself.mag_v_field_raw[IN]mag_w_field_raw (GriddedField3, optional) – Raw vertical component of the magnetic field. See
mag_w_field_raw, defaults toself.mag_w_field_raw[IN]interp_order (Index, optional) – Interpolation order (1=linear interpolation). Defaults to
1[IN]extrapolating (Numeric, optional) – Extrapolation allowed in interpolation of altitude. Defaults to
1e99[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]