EcohydrologyTeam / ClearWater-riverine

A 2D water quality transporter model to calculate conservative advection and diffusion of constituents from an unstructured grid of flows
MIT License
6 stars 0 forks source link

first pytest case implemented #32

Closed jrutyna closed 1 year ago

jrutyna commented 1 year ago

The first pytest case has been implemented on the two by one mesh. This test for plan02 checks the ending mass in the domain against the known mass which is calculated from the final cell volumes and the known concentration of both cell being at 100 mg/L.

jrutyna commented 1 year ago

@sjordan29 and @xaviernogueira, can you please review my branch to see if you agree with how I structured the pytest case before I continue creating more tests?

aufdenkampe commented 1 year ago

Thanks @jrutyna for moving this forward and to @xaviernogueira and @sjordan29 for your rapid review and responses!