Skip to content

A set of example Jupyter IPython Notebooks to get you started with using data published within the Transregional Collaborative Research Centre TR 172 "Arctic Amplification: Climate Relevant Atmospheric and Surface Processes and Feedback Mechanisms - (AC)³

License

Notifications You must be signed in to change notification settings

ac3-tr/ac3-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository of example scripts for the (AC)³ Project

In this repository, a number of example Jupyter notebooks are presented to access various Earth System Science datasets published within the scope of the TR172 Arctic Amplification: Climate Relevant Atmopsheric and Surface Processes and Feedback Mechanisms (AC)³ The datasets need to be downloaded separately from PANGAEA: Data Publisher for Earth & Environmental Science using the links provided in the respective notebooks.


Dependencies

A working Python stack, including NumPy, Matplotlib, Jupyter.

If you choose to use one of the available Python Distributions (e.g. Anaconda) the following steps can be skipped.

To setup a virtual Python3 environment, virtualenv is needed.

A new virtual environment can then be created in folder pyac3 using

> virtualenv -p python3 pyac3

After activation of the virtual environment using:

> source pyac3/bin/activate

Within the newly created environment, additionally needed Python packages can be installed using pip. Note that, depending on the notebook you want to excecute, not all packages might be necessary:

> pip install cython
> pip install numpy
> pip install matplotlib
> pip install scipy
> pip install cartopy
> pip install jupyter
> pip install python-hdf4
> pip install netcdf4

Starting a Jupyter Notebook server:

A Jupyter Notebook server can be started locally in the virtual environment using:

> source pyac3/bin/activate
> jupyter-notebook

The standard browser should pop up and the desired notebook file (something.ipynb) can be started by selecting it.

About

A set of example Jupyter IPython Notebooks to get you started with using data published within the Transregional Collaborative Research Centre TR 172 "Arctic Amplification: Climate Relevant Atmospheric and Surface Processes and Feedback Mechanisms - (AC)³

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published