All Projects β†’ geoschem β†’ gcpy

geoschem / gcpy

Licence: other
Python toolkit for GEOS-Chem.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gcpy

Xarray
N-D labeled arrays and datasets in Python
Stars: ✭ 2,353 (+6820.59%)
Mutual labels:  numpy, xarray
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing πŸ”¨, visualizing πŸ”, and running simulations πŸ’» in the Weather Research and Forecasting (WRF) model πŸŒ€
Stars: ✭ 137 (+302.94%)
Mutual labels:  scientific-computing, atmospheric-modelling
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (+73.53%)
Mutual labels:  plots, numpy
Eliot
Eliot: the logging system that tells you *why* it happened
Stars: ✭ 874 (+2470.59%)
Mutual labels:  numpy, scientific-computing
datajoint-python
Relational data pipelines for the science lab
Stars: ✭ 140 (+311.76%)
Mutual labels:  scientific-computing, cloud-computing
Numcpp
C++ implementation of the Python Numpy library
Stars: ✭ 2,031 (+5873.53%)
Mutual labels:  numpy, scientific-computing
Cloudsuite
A Benchmark Suite for Cloud Services.
Stars: ✭ 91 (+167.65%)
Mutual labels:  benchmarking, cloud-computing
NPY-for-Fortran
A FORTRAN module to write Numpy's *.npy and *.npz files
Stars: ✭ 30 (-11.76%)
Mutual labels:  numpy, scientific-computing
steep
‴️ Steep Workflow Management System – Run scientific workflows in the Cloud
Stars: ✭ 30 (-11.76%)
Mutual labels:  scientific-computing, cloud-computing
PyEarthScience
The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.
Stars: ✭ 56 (+64.71%)
Mutual labels:  xarray, cartopy
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+738.24%)
Mutual labels:  numpy, scientific-computing
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+91.18%)
Mutual labels:  numpy, scientific-computing
Python-Matematica
Explorando aspectos fundamentais da matemΓ‘tica com Python e Jupyter
Stars: ✭ 41 (+20.59%)
Mutual labels:  numpy, scientific-computing
Mobulaop
A Simple & Flexible Cross Framework Operators Toolkit
Stars: ✭ 161 (+373.53%)
Mutual labels:  numpy, scientific-computing
DataSciPy
Data Science with Python
Stars: ✭ 15 (-55.88%)
Mutual labels:  numpy, scientific-computing
Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization πŸ“ŠπŸ—Ύ
Stars: ✭ 2,433 (+7055.88%)
Mutual labels:  plots, scientific-computing
xbpch
xarray interface for bpch files
Stars: ✭ 17 (-50%)
Mutual labels:  xarray, geos-chem
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
Stars: ✭ 32 (-5.88%)
Mutual labels:  numpy, xarray
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (-2.94%)
Mutual labels:  benchmarking, cloud-computing
PyRates
Open-source, graph-based Python code generator and analysis toolbox for dynamical systems (pre-implemented and custom models). Most pre-implemented models belong to the family of neural population models.
Stars: ✭ 33 (-2.94%)
Mutual labels:  numpy, scientific-computing

License

GCPy: Python toolkit for GEOS-Chem

GCPy is a Python-based toolkit containing useful functions for working specifically with the GEOS-Chem model of atmospheric chemistry and composition.

GCPy aims to build on the well-established scientific Python technical stack, leveraging tools like cartopy and xarray to simplify the task of working with model output and performing atmospheric chemistry analyses.

What GCPy was intended to do:

  1. Produce plots and tables from GEOS-Chem output using simple function calls.
  2. Generate the standard evaluation plots and tables from GEOS-Chem benchmark output.
  3. Obtain GEOS-Chem's horizontal/vertical grid information.
  4. Implement GCHP-specific regridding functionalities (e.g. cubed-sphere to lat-lon regridding)
  5. Provide example scripts for creating specific types of plots or analysis from GEOS-Chem output.

What GCPY was not intended to do:

  1. General NetCDF file modification: (crop a domain, extract some variables):
  2. Statistical analysis:
  3. Machine Learning:

Documentation:

For more information on installing and using GCPy, visit the official documentation at gcpy.readthedocs.io.

License

GCPy is distributed under the MIT license. Please read the license documents LICENSE.txt and AUTHORS.txt, which are located in the root folder.

Contact

To contact us, please open a new issue on the issue tracker connected to this repository. You can ask a question, report a bug, or request a new feature.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].