@@ -6,12 +6,14 @@ The `check_cf_compliance.py` script automates the validation of **NetCDF files**
It uses the [CF-Checker](https://github.com/cedadev/cf-checker) utility (`cfchecks`) and is designed for workflows where NetCDF datasets are organized in subdirectories. The script:
- Finds the **first NetCDF file** in each subdirectory of a given parent directory.
- By default, finds the **first NetCDF file** in each subdirectory of a given parent directory.
- With the `--all` flag, processes **all NetCDF files** in each subdirectory.