.gitignore
.pre-commit-config.yaml
COPYRIGHT.txt
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/cd.yml
.github/workflows/ci.yml
conda/environment.yml
conda/meta.yaml
src/access/profiling/__init__.py
src/access/profiling/access_models.py
src/access/profiling/cice5_parser.py
src/access/profiling/cylc_manager.py
src/access/profiling/cylc_parser.py
src/access/profiling/esmf_parser.py
src/access/profiling/experiment.py
src/access/profiling/fms_parser.py
src/access/profiling/manager.py
src/access/profiling/metrics.py
src/access/profiling/parser.py
src/access/profiling/payu_manager.py
src/access/profiling/payujson_parser.py
src/access/profiling/plotting_utils.py
src/access/profiling/scaling.py
src/access/profiling/um_parser.py
src/access_profiling.egg-info/PKG-INFO
src/access_profiling.egg-info/SOURCES.txt
src/access_profiling.egg-info/dependency_links.txt
src/access_profiling.egg-info/requires.txt
src/access_profiling.egg-info/top_level.txt
tests/test_access_models.py
tests/test_cice5_profiling.py
tests/test_cylc_dbreader.py
tests/test_cylc_manager.py
tests/test_cylc_parser.py
tests/test_esmf_summary_parser.py
tests/test_experiment.py
tests/test_fms_parser.py
tests/test_manager.py
tests/test_metrics.py
tests/test_parser.py
tests/test_payu_manager.py
tests/test_payujson_parser.py
tests/test_plotting_utils.py
tests/test_scaling.py
tests/test_um_parser.py