Coverage for pygeodyn/constants.py: 100%
7 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-12-22 13:43 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-12-22 13:43 +0000
1#!/usr/bin/python3
3""" Physical constants needed for algo of the diffusion among others. """
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
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
18# Julian Date of Jan 1, 2000 12h
19jd2000 = 2451545.0