m2lines / convection-parameterization-in-CAM

Deployment of the convection parameterization scheme (previously from within SAM) deployed into the CAM model
MIT License
3 stars 2 forks source link

Fortran Tests #48

Closed jatkinson1000 closed 5 months ago

jatkinson1000 commented 5 months ago

As part of the coupling process and developing the interface it is useful to have a testing framework.

This ensures code continues to behave as expected during refactoring, and also helps check the validity of new code being written.

~This is discussed in #45 but will cover more than just regridding.~

Tests:

jatkinson1000 commented 5 months ago

I think this is now ready to be merged back into the main repo, performing tests on the original extracted parameterisation.

My plan is to then merge that into #44 and add additional tests for the developments that have occurred there, as well as checking that the code continues to function as expected.