xinvert uses many constants within the package. However, these constants need to be modified in some cases. For example, a numerical model may use 6371,000 as the radius of the earth, while here 6371,200 is used as default. We need to add a constants module, so that these constants can be modified by users across the whole package, based on their needs.
xinvert
uses many constants within the package. However, these constants need to be modified in some cases. For example, a numerical model may use 6371,000 as the radius of the earth, while here 6371,200 is used as default. We need to add aconstants
module, so that these constants can be modified by users across the whole package, based on their needs.