An open API service indexing awesome lists of open source software.

https://github.com/tsutterley/model-harmonics

Python tools for working with spherical harmonic coefficients from atmospheric, oceanic and land surface models
https://github.com/tsutterley/model-harmonics

gravity spherical-harmonics

Last synced: 6 months ago
JSON representation

Python tools for working with spherical harmonic coefficients from atmospheric, oceanic and land surface models

Awesome Lists containing this project

README

          

===============
model-harmonics
===============

|Language|
|License|
|PyPI Version|
|Documentation Status|
|zenodo|

.. |Language| image:: https://img.shields.io/pypi/pyversions/model-harmonics?color=green
:target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/model-harmonics
:target: https://github.com/tsutterley/model-harmonics/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/model-harmonics.svg
:target: https://pypi.python.org/pypi/model-harmonics/

.. |Documentation Status| image:: https://readthedocs.org/projects/model-harmonics/badge/?version=latest
:target: https://gravity-toolkit.readthedocs.io/projects/model-harmonics/en/latest/?badge=latest

.. |zenodo| image:: https://zenodo.org/badge/325402443.svg
:target: https://zenodo.org/badge/latestdoi/325402443

Python tools for obtaining and working with model synthetic spherical harmonic coefficients for comparing with data from the the NASA/DLR Gravity Recovery and Climate Experiment (GRACE) and the NASA/GFZ Gravity Recovery and Climate Experiment Follow-On (GRACE-FO) missions

These are extension routines for the set of `gravity-toolkit `_ tools

Resources
#########

- `NASA GRACE mission site `_
- `NASA GRACE-FO mission site `_
- `JPL GRACE Tellus site `_
- `JPL GRACE-FO site `_
- `UTCSR GRACE site `_
- `GRACE at the NASA Physical Oceanography Distributed Active Archive Center (PO.DAAC) `_
- `GRACE at the GFZ Information System and Data Center `_

Dependencies
############

- `geoid-toolkit: Python utilities for calculating geoid heights from static gravity field coefficients `_
- `gravity-toolkit: Python tools for working with GRACE/GRACE-FO data `_
- `pygrib: Python interface for reading and writing GRIB data `_
- `cdsapi: Python client libraries for the CDS Web API `_
- `fiona: Python wrapper for vector data access functions from the OGR library `_
- `pyproj: Python interface to PROJ library `_
- `shapely: PostGIS-ish operations outside a database context for Python `_
- `ecmwf-api-client: Python client libraries for the ECMWF Web API `_

References
##########

I. Velicogna, Y. Mohajerani, G. A, F. Landerer, J. Mouginot, B. Noël,
E. Rignot, T. C. Sutterley, M. van den Broeke, J. M. van Wessem, and D. Wiese,
"Continuity of ice sheet mass loss in Greenland and Antarctica from the GRACE
and GRACE Follow‐On missions", *Geophysical Research Letters*, 47,
(2020). `doi: 10.1029/2020GL087291 `_

T. C. Sutterley, I. Velicogna, and C.-W. Hsu, "Self‐Consistent Ice Mass Balance
and Regional Sea Level From Time‐Variable Gravity", *Earth and Space Science*, 7,
(2020). `doi: 10.1029/2019EA000860 `_

Download
########

| The program homepage is:
| https://github.com/tsutterley/model-harmonics
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/model-harmonics/archive/main.zip

Disclaimer
##########

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
This program is not sponsored or maintained by the Universities Space Research Association (USRA),
the Center for Space Research at the University of Texas (UTCSR), the Jet Propulsion Laboratory (JPL),
the German Research Centre for Geosciences (GeoForschungsZentrum, GFZ) or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.

License
#######

The content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license `_ and the source code is licensed under the `MIT license `_.