.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
cc_plugin_wcrp.egg-info/PKG-INFO
cc_plugin_wcrp.egg-info/SOURCES.txt
cc_plugin_wcrp.egg-info/dependency_links.txt
cc_plugin_wcrp.egg-info/entry_points.txt
cc_plugin_wcrp.egg-info/requires.txt
cc_plugin_wcrp.egg-info/top_level.txt
checks/utils.py
checks/attribute_checks/check_attribute_cv.py
checks/attribute_checks/check_attribute_suite.py
checks/attribute_checks/check_attrs_cordex_cmip6.py
checks/consistency_checks/check_attributes_match_filename.py
checks/consistency_checks/check_drs_consistency.py
checks/consistency_checks/check_drs_filename_cv.py
checks/consistency_checks/check_experiment_consistency.py
checks/consistency_checks/check_frequency_table_consistency.py
checks/consistency_checks/check_institution_source_consistency.py
checks/consistency_checks/check_variant_label_consistency.py
checks/data_plausibility_checks/__init__.py
checks/data_plausibility_checks/check_chunk_size.py
checks/data_plausibility_checks/check_constant.py
checks/data_plausibility_checks/check_fill_missing.py
checks/data_plausibility_checks/check_nan_inf.py
checks/data_plausibility_checks/check_spatial_statistical_outliers.py
checks/data_plausibility_checks/detect_physically_impossible_outlier.py
checks/data_plausibility_checks/outliers_thresholds.json
checks/data_plausibility_checks/utils/auxiliar.py
checks/data_plausibility_checks/utils/data.py
checks/data_plausibility_checks/utils/dimensions.py
checks/dimension_checks/check_dimension_existence.py
checks/dimension_checks/check_dimension_positive.py
checks/dimension_checks/check_dimension_size.py
checks/format_checks/check_compression.py
checks/format_checks/check_format.py
checks/time_checks/check_time_bounds.py
checks/time_checks/check_time_cordex_cmip6.py
checks/time_checks/check_time_range_vs_filename.py
checks/variable_checks/check_bounds_value_consistency.py
checks/variable_checks/check_coords_cordex_cmip6.py
checks/variable_checks/check_data_types.py
checks/variable_checks/check_variable_existence.py
checks/variable_checks/check_variable_shape_vs_dimensions.py
ci/requirements/environment.yml
docs/Makefile
docs/cf_feature_parity_matrix.md
docs/cf_plugin.md
docs/checks.md
docs/credits.md
docs/index.md
docs/installation.md
docs/reporting.md
docs/usage.md
docs/wcrp_plugins.md
docs/img/CF_logo2.jpg
docs/img/Capture1.png
docs/img/Capture2.png
docs/img/copernicus.png
docs/img/traccs.png
plugins/__init__.py
plugins/_version.py
plugins/wcrp_base.py
plugins/cmip6/__init__.py
plugins/cmip6/cmip6.py
plugins/cmip6/resources/mapping_variables.toml
plugins/cmip6/resources/wcrp_config.toml
plugins/cmip7/cmip7.py
plugins/cmip7/resources/mapping_variables.toml
plugins/cmip7/resources/wcrp_config.toml
plugins/cordex_cmip6/cordex_cmip6.py
plugins/cordex_cmip6/resources/mapping_variables.toml
plugins/cordex_cmip6/resources/wcrp_config.toml
plugins/data_plausibility/wcrp_data.py
plugins/data_plausibility/resources/mapping_variables.toml
plugins/data_plausibility/resources/wcrp_config.toml
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/resources.py
tests/cassettes/test_erddap.yaml
tests/cassettes/test_netcdf_content_type.yaml
tests/data/cf-standard-name-table.xml
tests/data/seanames.csv
tests/data/CMIP6/CMIP/IPSL/IPSL-CM5A2-INCA/historical/r1i1p1f1/Amon/pr/gr/v20240619/pr_Amon_IPSL-CM5A2-INCA_historical_r1i1p1f1_gr_185001-201412.nc
tests/data/templates/ccheck.html.j2
tests/data/templates/ccheck_wrapper.html.j2
tests/wcrp_cmip6_test_checks/mapping.toml
tests/wcrp_cmip6_test_checks/test_check_attribute_suite.py
tests/wcrp_cmip6_test_checks/test_check_attributes_match_filename.py
tests/wcrp_cmip6_test_checks/test_check_bounds_value_consistency.py
tests/wcrp_cmip6_test_checks/test_check_dimension_existence.py
tests/wcrp_cmip6_test_checks/test_check_dimension_positive.py
tests/wcrp_cmip6_test_checks/test_check_dimension_size.py
tests/wcrp_cmip6_test_checks/test_check_drs_consistency.py
tests/wcrp_cmip6_test_checks/test_check_drs_filename_cv.py
tests/wcrp_cmip6_test_checks/test_check_experiment_consistency.py
tests/wcrp_cmip6_test_checks/test_check_frequency_table_consistency.py
tests/wcrp_cmip6_test_checks/test_check_institution_source_consistency.py
tests/wcrp_cmip6_test_checks/test_check_time_bounds.py
tests/wcrp_cmip6_test_checks/test_check_time_range_vs_filename.py
tests/wcrp_cmip6_test_checks/test_check_variant_label_consistency.py
tests/wcrp_cmip6_test_checks/test_variable_existence.py
tests/wcrp_cmip6_test_checks/test_variable_shape_vs_dimensions.py