Skip to content

Commit

Permalink
Merge pull request #13 from jbusecke/jbusecke_model_updates
Browse files Browse the repository at this point in the history
added more model to renaming, maintenance notebook, modified tests
  • Loading branch information
Julius Busecke authored Feb 29, 2020
2 parents b4bc124 + 5fb94e0 commit 46fe68a
Show file tree
Hide file tree
Showing 6 changed files with 2,867 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ target/
# pyenv python configuration file
.python-version

*.ipynb_checkpoints
.ipynb_checkpoints
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ The following issues are under development:
2. Arrange different variables on their respective staggered grid, so they can work seamlessly with [xgcm](https://xgcm.readthedocs.io/en/latest/)

Please check out the [tutorial](notebooks/tutorial.ipynb) for some examples using the [pangeo cloud](ocean.pangeo.io).

## Installation

Install `cmip6_preprocessing` via pip:

`pip install cmip6_preprocessing`

or conda:

`conda install -c conda-forge cmip6_preprocessing`

15 changes: 0 additions & 15 deletions README.rst

This file was deleted.

Loading

0 comments on commit 46fe68a

Please sign in to comment.