Skip to content

icenet-ai/icenet-notebooks

Repository files navigation

icenet-notebooks

This repository contains instructional notebooks that describe how to use the IceNet library and pipelining utilities built around it.

Instructional notebooks

Currently, notebooks 01, 02, 03, 04 are completely tested

The notebooks 01-05 are intended for instruction and contain output from example runs.

Notebooks xx.* are illustrative and exemplify/contain runs from the operational infrastructure, but rely on the model run(s) they were run against. These are easily adaptable for your own local executions with IceNet.

A brief description of the different notebooks included in this repository:

Status / Compatibility

These are compatible at time of writing with the 0.2.* version of the IceNet library.

Please ensure you have installed netCDF4<=1.6 in your Python environment. You might run into issues on netCDF outputs with newer versions.

pip install -U netCDF4<=1.6.0

If you are running into setup issues, please use the conda environment.yml file from icenet-pipeline corresponding to the tagged version of this repository to create a python conda environment.

All three main icenet-related repositories (icenet, icenet-notebooks and icenet-pipeline) share a common version tag.

scratch_ noteboooks

Many of the other notebooks are scratch or potentially useful (or were once useful) when the codebase was being refactored. These are named scratch_ to show that they're only potentially useful if you want to explore or adapt them.

Other notebooks

Any other notebook is likely related to events or presentations that have been given.

Contributing

Please fork and raise PRs, contributions are most welcome!

About

A set of notebooks instructing and demonstrating usage of the IceNet core library.

Resources

License

Stars

Watchers

Forks