Skip to content

Collection of functions used for working with global/regional chemical transport model (CTM) ouput and observations

License

Notifications You must be signed in to change notification settings

leixuezhang/AC_tools

 
 

Repository files navigation

AC_tools - Atmospheric Chemistry (AC) tools

This repository contains a portable collection of functions used for working with global/regional chemical transport model (CTM) ouput and observations.

The module is setup to be used as a submodule, with collections of functions held in module files that can be imported in entirely or seperately.

e.g.

import AC_tools as AC

AC.get_GC_output()

Example analysis code for GEOS-Chem using AC_tools is available in the scripts folder.

For more infomation, please visit the wiki: https://github.com/tsherwen/AC_tools/wiki

INSTALL

mkdir -p $HOME/python
cd $HOME/python
git clone --recursive https://github.com/tsherwen/AC_tools/

About

Collection of functions used for working with global/regional chemical transport model (CTM) ouput and observations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%