NCAR / ccpp-framework

Common Community Physics Package (CCPP)
http://www.dtcenter.org/community-code/common-community-physics-package-ccpp/
Other
26 stars 64 forks source link

Create unit tests for blocked data #431

Open gold2718 opened 2 years ago

gold2718 commented 2 years ago

Description

In order to develop and verify capgen's ability to handle host models that use blocked data, unit tests that require this feature and can validate correct code generation should be created.

Solution

Create a host model using blocked data along with a test suite (similar to capgen_test and advection_test)

Related to #314