lizziel / cubedsphere

Cubed-Sphere data processing with xarray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CubedSphere: Cubed-Sphere data processing with xarray

CubedSphere is an xarray-based package for processing the Cubed-Sphere data from GFDL-FV3 and models using FV3 such as GEOS-Chem HP, GEOS5, and CESM.

Installation

Install dependencies via conda:

$ conda install xarray dask

Install this package:

$ git clone http://github.com/jiaweizhuang/cubedsphere
$ cd cubedsphere
$ pip install .

Developers can install by symlink to automatically track source file changes:

$ pip install -e .

Users can also install without cloning the source code:

$ pip install git+https://github.com/JiaweiZhuang/cubedsphere.git

Quick Start

See the example notebook.

License

This code is freely available under the MIT license. See the accompanying LICENSE file.

About

Cubed-Sphere data processing with xarray

License:MIT License


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%