Skip to content

mheslar/ATMS-523-Module-2

 
 

Repository files navigation

ATMS-523-Module-2

Install required libraries using the environment.yml file. mamba install environment.yml then mamba activate xarray-climate.

The Homework assignment can be completed in a new jupyter notebook that you commit to this repository.

The examples from lecture 3 and 4 are here also.

Make sure you install software as we did in the check in:

mamba env create --prefix $HOME/envs/xarray-climate -f environment.yml
mamba activate $HOME/envs/xarray-climate

or with pip:

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

and use this environment when running the codes and for your homework.

About

Module 2 Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%