CFMIP / COSPv2.0

COSP - The CFMIP (Cloud Feedbacks Model Intercomparison Project) Observation Simulator Package
41 stars 38 forks source link

Split CI workflows into gfortran and containerized #88

Closed alejandrobodas closed 4 months ago

alejandrobodas commented 4 months ago

This PR split the continuous integration tests into two workflows, one for the gfortran compilers and a second one for containerized ifort compilers. This PR also creates KGOs for ifort and ifx that allows for strict regression tests (as it was done for gfortran compilers). This is an interim step that fixes the CI workflows. Support for nvidia compiler will be added in a separate PR because that compiler throws a runtime error that needs to be investigated.

alejandrobodas commented 4 months ago

@RobertPincus would you mind reviewing this one? I'll tidy up the download of the KGOs in a separate pull request, but I believe it would be useful to get this onto the master branch to avoid delaying the other PRs that are open. Thanks!

alejandrobodas commented 4 months ago

Thanks @RobertPincus . Changes merged.