nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

add integration tests to github CI #535

Open TomMelt opened 5 months ago

TomMelt commented 5 months ago

We need to add the following integration tests to the Github CI:

Currently though, the single column test ThermoIntegration_test.py fails because it relies on Paragrid which is not parallelized yet.

I propose we add this after PR #495 is completed. Otherwise the CI test will just fail.

Or we can add a new (serial) build of nextsim to the CI and only run the integration tests for that build until the MPI implementation of Paragrid is finished.