AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/icenet.data.datasets.rst
docs/icenet.data.interfaces.rst
docs/icenet.data.loaders.rst
docs/icenet.data.processors.rst
docs/icenet.data.rst
docs/icenet.data.sic.rst
docs/icenet.model.rst
docs/icenet.plotting.rst
docs/icenet.process.rst
docs/icenet.results.rst
docs/icenet.rst
docs/icenet.tests.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
icenet/__init__.py
icenet/utils.py
icenet.egg-info/PKG-INFO
icenet.egg-info/SOURCES.txt
icenet.egg-info/dependency_links.txt
icenet.egg-info/entry_points.txt
icenet.egg-info/not-zip-safe
icenet.egg-info/requires.txt
icenet.egg-info/top_level.txt
icenet/data/__init__.py
icenet/data/cli.py
icenet/data/dataset.py
icenet/data/loader.py
icenet/data/process.py
icenet/data/producers.py
icenet/data/utils.py
icenet/data/datasets/__init__.py
icenet/data/datasets/utils.py
icenet/data/interfaces/__init__.py
icenet/data/interfaces/cds.py
icenet/data/interfaces/cmems.py
icenet/data/interfaces/downloader.py
icenet/data/interfaces/esgf.py
icenet/data/interfaces/mars.py
icenet/data/interfaces/utils.py
icenet/data/loaders/__init__.py
icenet/data/loaders/base.py
icenet/data/loaders/dask.py
icenet/data/loaders/stdlib.py
icenet/data/loaders/utils.py
icenet/data/processors/__init__.py
icenet/data/processors/cmip.py
icenet/data/processors/era5.py
icenet/data/processors/hres.py
icenet/data/processors/meta.py
icenet/data/processors/oras5.py
icenet/data/processors/osi.py
icenet/data/processors/utils.py
icenet/data/sic/__init__.py
icenet/data/sic/mask.py
icenet/data/sic/osisaf.py
icenet/data/sic/utils.py
icenet/model/__init__.py
icenet/model/callbacks.py
icenet/model/losses.py
icenet/model/metrics.py
icenet/model/models.py
icenet/model/predict.py
icenet/model/train.py
icenet/model/utils.py
icenet/plotting/__init__.py
icenet/plotting/data.py
icenet/plotting/forecast.py
icenet/plotting/trend.py
icenet/plotting/utils.py
icenet/plotting/video.py
icenet/process/__init__.py
icenet/process/azure.py
icenet/process/forecasts.py
icenet/process/local.py
icenet/process/predict.py
icenet/process/train.py
icenet/process/utils.py
icenet/results/__init__.py
icenet/tests/__init__.py
icenet/tests/test_mod.py