A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

EMC²

An open source framework for atmospheric model and observational column comparison.
https://github.com/columncolab/EMC2

Category: Atmosphere
Sub Category: Atmospheric Composition and Dynamics

Keywords from Contributors

atmospheric-science meteorology corrections meteorological-data retrieval

Last synced: 1 day ago
JSON representation

Repository metadata

Earth Model Column Collabratory

README.rst

          EMC²: the Earth Model Column Collaboratory
==========================================

.. image:: https://img.shields.io/pypi/v/emc2.svg
    :target: https://pypi.python.org/pypi/emc2
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/columncolab/EMC2.png
   :target: https://travis-ci.org/columncolab/EMC2
   :alt: Latest Travis CI build status

An open source framework for atmospheric model and observational column comparison.
Supported by the Atmospheric Systems Research (ASR) program of the United States Department of Energy.

The Earth Model Column Collaboratory (EMC²) is inspired from past work comparing remotely sensed zenith-pointing
measurements to climate models and their single-column model modes (SCMs)
(e.g., Bodas-Salcedo et al., 2008; Lamer et al. 2018; Swales et al. 2018).

EMC² provides an open source software framework to:

1. Represent both ARM measurements and GCM columns in the Python programming
   language building on the Atmospheric Community Toolkit (ACT, Theisen et. al. 2019)
   and leveraging the EMC² team’s success with Py-ART (Helmus and Collis 2016).
2. Scale GCM outputs (using the cloud fraction) to compare with sub-grid-scale column measurements
   using a modular sub column generator designed to run off-line on time series extracted from
   existing GCM/SCM output.
3. Enable a suite of comparisons between ARM (and other) column measurements and
   the GCM model subcolumns.

Detailed description of EMC² is provided in Silber et al. (GMD, 2022;
https://doi.org/10.5194/gmd-15-901-2022).


Usage
-----

For details on how to use EMC², please see the Documentation (https://columncolab.github.io/EMC2).

Installation
------------

In order to install EMC², you can use either pip or anaconda. In a terminal, simply type either of::

$ pip install emc2
$ conda install -c conda-forge emc2

In addition, if you want to build EMC² from source and install, type in the following commands::

$ git clone https://github.com/columncolab/EMC2
$ cd EMC2
$ pip install .

Requirements
^^^^^^^^^^^^

EMC² requires Python 3.6+ as well as: 
   * Atmoshperic Community Toolkit (https://arm-doe.github.io/ACT). 
   * Numpy (https://numpy.org)
   * Scipy (https://scipy.org)
   * Matplotlib (https://matplotlib.org)
   * Xarray (http://xarray.pydata.org)
   * Pandas (https://pandas.pydata.org/)
   
Licence
-------

Copyright 2021 Authors

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Authors
-------

`EMC²` was written by `Robert Jackson `_ and `Israel Silber `_.
Collaborators and Contributors include `Scott Collis `_, and Ann Fridlind (NASA GISS). 
Please don't hesitate to reach out to contributors `Jingjing Tian `_ and `Yuying Zhang `_ if you have any questions regarding the statistics_LLNL module.

References
----------

Bodas-Salcedo, A., Webb, M. J., Brooks, M. E., Ringer, M. A., Williams, K. D., Milton, S. F., and Wilson, D. R. (2008), Evaluating cloud systems inthe Met Office global forecast model using simulated CloudSat radar reflectivities, Journal of Geophysical Research: Atmospheres, 113,5https://doi.org/https://doi.org/10.1029/2007JD009620, https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2007JD009620.

Eynard-Bontemps, G., R Abernathey, J. Hamman, A. Ponte, W. Rath, (2019), The Pangeo Big Data Ecosystem and its use at CNES. In P. Soille, S. Loekken, and S. Albani, Proc. of the 2019 conference on Big Data from Space (BiDS’2019), 49-52. EUR 29660 EN, Publications Office of the European Union, Luxembourg. ISBN: 978-92-76-00034-1, doi:10.2760/848593.

Helmus, J., Collis, S. (2016), The Python ARM Radar Toolkit (Py-ART), a Library for Working with Weather Radar Data in the Python Programming Language. Journal of Open Research Software 4. https://doi.org/10.5334/jors.119

Jupyter et al. (2018), "Binder 2.0 - Reproducible, Interactive, Sharable Environments for Science at Scale," Proceedings of the 17th Python in Science Conference, 10.25080/Majora-4af1f417-011

Lamer, K. (2018), Relative Occurrence of Liquid Water, Ice and Mixed-Phase Conditions within Various Cloud and Precipitation Regimes: Long Term Ground-Based Observations for GCM Model Evaluation, The Pennsylvania State University, PhD dissertation.

Silber, I. and Jackson, R. C. and Fridlind, A. M. and Ackerman, A. S. and Collis, S. Verlinde, J. and Ding, J (2022), The Earth Model Column Collaboratory (EMC$^2$) v1.1: An Open-Source Ground-Based Lidar and Radar Instrument Simulator and Subcolumn Generator for Large-Scale Models, Geoscientific Model Development, https://doi.org/10.5194/gmd-11-77-2018.

Swales, D.J., Pincus, R., Bodas-Salcedo, A. (2018), The Cloud Feedback Model Intercomparison Project Observational Simulator Package: Version 2. Geosci. Model Dev. 11, 77–81. https://doi.org/10.5194/gmd-11-77-2018

Theisen et. al. (2019), Atmospheric Community Toolkit: https://github.com/ANL-DIGR/ACT.

        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 447
Total Committers: 14
Avg Commits per committer: 31.929
Development Distribution Score (DDS): 0.432

Commits in past year: 30
Committers in past year: 5
Avg Commits per committer in past year: 6.0
Development Distribution Score (DDS) in past year: 0.333

Name Email Commits
Israel Silber i****4@p****u 254
Jackson r****n@a****v 101
Robert Clyde Jackson r****n@c****v 35
Robert Jackson r****n@R****l 18
Robert Jackson r****n@R****l 9
Scott Collis s****f@g****m 8
Robert Jackson r****n@R****l 6
JingjingTina j****5@g****m 5
McKenna Stanford m****5@c****u 3
mengz1993 8****3 3
Robert Jackson r****n@c****v 2
Max Grover m****x@g****m 1
Robert Jackson r****n@e****v 1
Robert Jackson r****n@e****v 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 16
Total pull requests: 114
Average time to close issues: about 2 months
Average time to close pull requests: 5 days
Total issue authors: 2
Total pull request authors: 7
Average comments per issue: 1.19
Average comments per pull request: 0.41
Merged pull request: 110
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 22
Past year average time to close issues: N/A
Past year average time to close pull requests: 8 days
Past year issue authors: 0
Past year pull request authors: 5
Past year average comments per issue: 0
Past year average comments per pull request: 0.36
Past year merged pull request: 21
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/columncolab/EMC2

Top Issue Authors

  • isilber (12)
  • rcjackson (4)

Top Pull Request Authors

  • isilber (70)
  • rcjackson (36)
  • mengz1993 (3)
  • JingjingTina (2)
  • mckenna-stanford (1)
  • scollis (1)
  • mgrover1 (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

pypi.org: emc2

An open source framework for atmospheric model evaluation using observational data

  • Homepage: https://github.com/columncolab/EMC2
  • Documentation: https://emc2.readthedocs.io/
  • Licenses: MIT
  • Latest release: 1.3.3 (published 6 months ago)
  • Last Synced: 2025-04-25T14:05:52.852Z (2 days ago)
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 586 Last month
  • Rankings:
    • Dependent packages count: 7.31%
    • Forks count: 15.416%
    • Average: 18.237%
    • Stargazers count: 18.529%
    • Dependent repos count: 22.088%
    • Downloads: 27.842%
  • Maintainers (2)
conda-forge.org: emc2

  • Homepage: https://github.com/columncolab/EMC2
  • Licenses: BSD-3-Clause
  • Latest release: 1.2.3 (published over 2 years ago)
  • Last Synced: 2025-04-25T14:06:00.625Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 34.025%
    • Average: 47.579%
    • Dependent packages count: 51.175%
    • Forks count: 51.645%
    • Stargazers count: 53.471%

Dependencies

.github/workflows/python-package.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/sphinx.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
  • peaceiris/actions-gh-pages v3.8.0 composite
.github/workflows/pypi-release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish v1.8.14 composite
requirements.txt pypi
  • act-atmos *
  • nc-time-axis *
  • numpy *
  • pint *
  • xarray *
requirements_docs.txt pypi
  • nbsphinx *
  • numpydoc *
  • pandoc *
  • sphinx *
  • sphinx-autobuild *
  • sphinx_copybutton *
  • sphinx_gallery *
  • sphinx_minipres *
  • sphinx_rtd_theme *
  • sphinx_tabs *
  • sphinx_togglebutton >=0.2.0
setup.py pypi

Score: 11.502390163054844