Coverage for pygeodyn/constants.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-12-22 13:43 +0000

1#!/usr/bin/python3 

2 

3""" Physical constants needed for algo of the diffusion among others. """ 

4 

5# Distance between the core-mantle boundary (CMB) and the layer just below the radial grid of the Coupled-Earth model 

6delta = 2.7033 

7# Effective magnetic diffusion coefficient of the Coupled-Earth model 

8eta_mag = 36.577129 

9 

10 

11# Radius of core 

12r_core = 3485.0 

13# Radius of Earth 

14r_earth = 6371.2 

15# Radius usde in covobs decomposition 

16r_covobs = 6371.2 

17 

18# Julian Date of Jan 1, 2000 12h 

19jd2000 = 2451545.0