E3SM-Project / e3sm_diags

E3SM Diagnostics package
https://e3sm-project.github.io/e3sm_diags
BSD 3-Clause "New" or "Revised" License
39 stars 32 forks source link

CDAT Migration Phase 2: Add CDAT regression test notebook template and fix GH Actions build #743

Closed tomvothecoder closed 11 months ago

tomvothecoder commented 11 months ago

This PR adds the CDAT regression test notebook, which was converted from the original script.

Using a Jupyter Notebook makes it much easier to view pandas DataFrames. It removes the need to export the DataFrames to CSV/Excel Spreadsheet and using Microsoft Excel to open.

Additional CICD Changes: The CI/CD build did not run in #677 after switching the base branch to cdat-migration-fy24 because it was only configured to run with pushes or pull requests to main. It has since been configured to also run on cdat-migration-fy24, which revealed lingering build issues in this PR.

NOTE: Integration tests will be fixed in #733