ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
3 stars 11 forks source link

Implement fortran unit tests for history infrastructure #273

Open peverwhee opened 4 weeks ago

peverwhee commented 4 weeks ago

Issue Type

Infrastructure Update

Issue Description

We need unit testing for the new history infrastructure. This means we need to decide on a build system (possible - https://github.com/dryman/fortran_unit_test?tab=readme-ov-file#specifying-tests-in-cmake) and the structure of the tests.

The original testing implementation can be found here: https://github.com/peverwhee/CAM-SIMA/tree/history_test

Will this change answers?

No

Will you be implementing this yourself?

Yes, but I will need some help