Skip to content

vc340/ew-weatherbench2

 
 

Repository files navigation

We learn how to read WeatherBench 2 using Jupyter Notebook on a cluster.

First, we load a conda environment. I load miniconda on bwUniCluster 2.0.

module load devel/miniconda/4.9.2

Set up a kernel for jupyter notebook.

conda create -n env-weatherbench ipykernel python=3.9.1
source activate env-weatherbench
python -m ipykernel install --user --name weatherbench-kernel --display-name="WeatherBench"

Install WeatherBench 2.

pip install git+https://github.com/google-research/weatherbench2.git
pip install gcsfs basemap

Some useful commands module

module avail
module list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%