#include <iostream>
#include <cmath>
#include "arts.h"
#include "matpackI.h"
#include "xml_io.h"
#include "legendre.h"

Go to the source code of this file.
Functions | |
| void | magfield_nk (Numeric &B_r, Numeric &B_th, Numeric &B_ph, const Numeric r, const Numeric theta, const Numeric phi, const Index Ny) |
Variables | |
| const Numeric | PI |
| const Numeric | DEG2RAD |
| const Numeric | EARTH_RADIUS |
Definition in file geomag_calc.cc.
| void magfield_nk | ( | Numeric & | B_r, | |
| Numeric & | B_th, | |||
| Numeric & | B_ph, | |||
| const Numeric | r, | |||
| const Numeric | theta, | |||
| const Numeric | phi, | |||
| const Index | Ny | |||
| ) |
Definition at line 39 of file geomag_calc.cc.
References DEG2RAD, EARTH_RADIUS, g_legendre_poly_norm_schmidt(), g_legendre_poly_norm_schmidt_deriv3(), M, PI, and xml_read_from_file().
| const Numeric EARTH_RADIUS |
1.5.6