.gitattributes
.gitignore
LICENSE
README.md
environment.yml
pixi.toml
pyproject.toml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/newfeature.yml
.github/ISSUE_TEMPLATE/newrecipe.yml
.github/PULL_REQUEST_TEMPLATE/feature.md
.github/PULL_REQUEST_TEMPLATE/recipe.md
.github/workflows/ci_docs.yml
.github/workflows/ci_tests.yml
docs/mkdocs.yml
docs/docs/contributing.md
docs/docs/howto.md
docs/docs/index.md
docs/docs/recipe_barotropic_sf.ipynb
docs/docs/recipe_extract_mask_boundary.ipynb
docs/docs/recipe_extract_osnap.ipynb
docs/docs/recipe_heat_content.ipynb
docs/docs/recipe_heat_transport.ipynb
docs/docs/recipe_masked_stats.ipynb
docs/docs/recipe_moc_tracer.ipynb
docs/docs/recipe_moc_z.ipynb
docs/docs/recipe_sea_ice.ipynb
docs/docs/recipe_sfwmt_sigma0.ipynb
docs/docs/recipe_transform_vertical_coords.ipynb
docs/docs/recipe_volume_census.ipynb
docs/docs/recipe_xesmf.ipynb
docs/docs/recipes.md
docs/docs/reference.md
docs/docs/release_notes.md
docs/docs/user_guide.md
docs/docs/assets/icons/NEMO_Cookbook_Logo.png
docs/docs/assets/icons/NEMO_blue.png
docs/docs/assets/icons/favicon.ico
docs/docs/assets/icons/noc_logo.png
docs/docs/assets/icons/noc_logo_dark.png
docs/docs/assets/images/nemo_c_grid.png
nemo_cookbook/__init__.py
nemo_cookbook/accessors.py
nemo_cookbook/examples.py
nemo_cookbook/extract.py
nemo_cookbook/integrate.py
nemo_cookbook/interpolate.py
nemo_cookbook/lbc.py
nemo_cookbook/masks.py
nemo_cookbook/nemodataarray.py
nemo_cookbook/nemodatatree.py
nemo_cookbook/processing.py
nemo_cookbook/registry.txt
nemo_cookbook/stats.py
nemo_cookbook/transform.py
nemo_cookbook/utils.py
nemo_cookbook/validation.py
nemo_cookbook.egg-info/PKG-INFO
nemo_cookbook.egg-info/SOURCES.txt
nemo_cookbook.egg-info/dependency_links.txt
nemo_cookbook.egg-info/requires.txt
nemo_cookbook.egg-info/top_level.txt
recipes/example_nemodatatrees.ipynb
recipes/recipe_TEMPLATE.ipynb
recipes/recipe_barotropic_sf.ipynb
recipes/recipe_extract_mask_boundary.ipynb
recipes/recipe_extract_osnap.ipynb
recipes/recipe_heat_content.ipynb
recipes/recipe_heat_transport.ipynb
recipes/recipe_masked_stats.ipynb
recipes/recipe_moc_tracer.ipynb
recipes/recipe_moc_z.ipynb
recipes/recipe_sea_ice.ipynb
recipes/recipe_sfwmt_sigma0.ipynb
recipes/recipe_transform_vertical_coords.ipynb
recipes/recipe_volume_census.ipynb
recipes/recipe_xesmf.ipynb
tests/conftest.py
tests/test_examples.py
tests/test_nemodataarray.py
tests/test_nemodatarray_core.py
tests/test_nemodatatree.py
tests/test_nemodatatree_core.py
tests/test_processing.py