patricksferraz / geoschem-data-analysis

jupyter notebook for data analysis of geos chem outputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geoschem-data-analysis

jupyter notebook for data analysis of geos chem outputs

Install

Two ways

Install script

  • conda
./install.sh -e conda my_env
  • pip
./install.sh -e pip

Manually

  • conda
conda create -n my_env -f geoschem_data_analysis.yml
  • pip
pip install -r requirements.txt

Usage

  • conda
conda activate my_env
jupyter-lab
  • pip
jupyter-lab

Out folder

Directory contains some examples of script output

About

jupyter notebook for data analysis of geos chem outputs


Languages

Language:Jupyter Notebook 87.2%Language:Python 8.6%Language:Shell 4.2%