Commit de1b3e10 authored by Jonathan  Minz's avatar Jonathan Minz
Browse files

Edit CF-Compliance-Checker.md

parent 1e805ad6
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -15,26 +15,6 @@ It uses the [CF-Checker](https://github.com/cedadev/cf-checker) utility (`cfchec
- Optionally exports the summary to **CSV** or **Excel**, with timestamped filenames for reproducibility.  
- The summary table includes a **Folder** column to show the subdirectory of each file.  

---

## Workflow

```mermaid
flowchart TD
    A["Parent Directory"] --> B["Find NetCDF files in each subdir"]
    B -->|Default| C["First file only"]
    B -->|--all flag| C2["All files"]
    C --> D["Run cfchecks on each file"]
    C2 --> D
    D --> E["Parse CF-Checker summary: Errors, Warnings, Info"]
    E --> F["cf_compliance_details.log (per-file details)"]
    E --> G["cf_compliance_summary.log (summary table with Folder column)"]
    G --> H["Optional CSV Export (timestamped)"]
    G --> I["Optional Excel Export (timestamped)"]

   


---

## Requirements