ARTS built-in documentation server

Workspace Method MagFieldsCalcIGRF

Description

Computes the magnetic field from part of the IGRF13 magnetic field model

Only accounts for period 2000-2020. Other times uses the limits.
If within the select time period, linear interpolation in time is used

Latitude cutoff very near the poles using only a single value

Note that no conversion from geocentric uvw to geodetic uvw is performed,
so some small artifacts are to be expected

Also note that positions close to the poles are given the same field-values

Authors: Richard Larsson

Synopsis

MagFieldsCalcIGRF( mag_u_field, mag_v_field, mag_w_field, z_field, lat_grid, lon_grid, refellipsoid, time )

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.
INz_field(Tensor3)The field of geometrical altitudes.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INrefellipsoid(Vector)Reference ellipsoid.
INtime(Time)A UTC time point.