| 
    ARTS
    2.0.49
    
   | 
 
Routine for calculating the geomagnetic field. More...
#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, const Verbosity &verbosity) | 
Variables | |
| const Numeric | PI | 
| const Numeric | DEG2RAD | 
| const Numeric | EARTH_RADIUS | 
Routine for calculating the geomagnetic field.
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, | ||
| const Verbosity & | verbosity | ||
| ) | 
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().
      
  | 
  extern | 
Referenced by magfield_nk().
      
  | 
  extern | 
Referenced by magfield_nk().
      
  | 
  extern | 
Referenced by magfield_nk().