We need to add the following integration tests to the Github CI:
ThermoIntegration_test.py
run_simple_example.sh
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.
We need to add the following integration tests to the Github CI:
ThermoIntegration_test.py
run_simple_example.sh
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.