Skip to content

fallisd/cmipdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmipdata

image

Introduction

cmipdata is a python package for preprocessing and analysis of climate model data in standardized NetCDF files, such as those used in the Coupled Model Intercomparison Project (CMIP). With cmipdata processing hundreds of NetCDF files that make up a large model ensemble is easy. cmipdata is the python wrapper that intelligently interfaces with the ensemble of model data, while the underlying data processing is done efficiently and transparently using Climate Data Operators (cdo). Limited functionality for loading processed data into numpy arrays and making basic plots is also provided.

Common operations and some example analyses that can be applied across the whole model ensemble with only one or two commands are:

  • joining model time-slices (or experiments)
  • spatial remapping to a common grid
  • selecting a specific time-interval or spatial region
  • computing a climatology or an anomaly
  • calculating an area mean or integral
  • calculating more advanced metrics such as Arctic sea-ice extent

Documentation

Documentation is rendered at https://cmipdata.readthedocs.org and is included in the docs/ directory.

Documentation Status

Contributors

Neil Swart, CCCma, Environment Canada: Neil.Swart@ec.gc.ca David Fallis, University of Victoria: davidwfallis@gmail.com

Pull requests and comments are welcome.

LICENSE

See the LICENSE.txt file in the cmipdata package. cmipdata is distributed under the GNU General Public License version 2, and the Open Government License - Canada (http://data.gc.ca/eng/open-government-licence-canada)

About

Processing and visualization of climate model ouput.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%