.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
codecov.yml
conda-requirements-opt-win.txt
conda-requirements-opt.txt
environment-win.yml
environment.yml
pull_request_template.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/linting.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
.github/workflows/optional/python-package-conda.yml
ci/environment-py3.10-win.yml
ci/environment-py3.10.yml
ci/environment-py3.8-win.yml
ci/environment-py3.8.yml
ci/environment-py3.9-win.yml
ci/environment-py3.9.yml
data/external/.gitkeep
data/interim/.gitkeep
data/processed/.gitkeep
data/raw/.gitkeep
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/index.rst
docs/models.ipynb
docs/ts_work.ipynb
docs/unstructured_subsetting.ipynb
docs/whats_new.rst
docs/css/custom.css
extract_model/__init__.py
extract_model/_version.py
extract_model/accessor.py
extract_model/extract_model.py
extract_model/model_type.py
extract_model/sorting.py
extract_model/utils.py
extract_model.egg-info/PKG-INFO
extract_model.egg-info/SOURCES.txt
extract_model.egg-info/dependency_links.txt
extract_model.egg-info/entry_points.txt
extract_model.egg-info/not-zip-safe
extract_model.egg-info/requires.txt
extract_model.egg-info/top_level.txt
extract_model/grids/__init__.py
extract_model/grids/triangular_mesh.py
extract_model/xr/__init__.py
extract_model/xr/triangular_mesh_netcdf.py
notebooks/.gitkeep
tests/__init__.py
tests/model_configs.yaml
tests/test_accessor.py
tests/test_em.py
tests/test_sel2d.py
tests/test_sorting.py
tests/test_utils.py
tests/utils.py
tests/data/dbofs_sample.nc
tests/data/fake_fvcom.nc
tests/data/test_creofs_selfe.nc
tests/data/test_hycom.nc
tests/data/test_hycom2.nc
tests/data/test_leofs_fvcom.nc
tests/data/test_mom6.nc
tests/data/test_roms.nc
tests/dynamic/data/cbofs.cdl
tests/dynamic/data/ciofs.cdl
tests/dynamic/data/dbofs.cdl
tests/dynamic/data/tbofs.cdl
tests/grids/test_triangular_mesh.py
tests/xr/__init__.py
tests/xr/test_triangular_mesh_netcdf.py