ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Run init tests on savepoint_tests_mpi #275

Closed jdahm closed 2 years ago

jdahm commented 2 years ago

Purpose

@oelbert and I noticed that the Grid tests are not run in CI 😳 😨 😱 😠 , since the CI only uses the default TARGET and the grid init was put into TARGET=init instead of TARGET=dycore.

Code changes:

jdahm commented 2 years ago

... and the translate tests of course fail because of https://github.com/ai2cm/pace/issues/276.

jdahm commented 2 years ago

It doesn't look like this adds run-time to the fv3core tests in any appreciable manner, since the tests still take ~45 minutes.