NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://ncar.github.io/musica/
Apache License 2.0
6 stars 3 forks source link

Access species properties through API #86

Closed mattldawson closed 5 months ago

mattldawson commented 5 months ago

Adds the ability to query for species properties through the API. Also modifies some Dockerfiles and GH Actions for more automated testing on development branches

closes #62

mattldawson commented 5 months ago

I think everything is passing now.

I bypassed one of the tests when using the ClangCL toolset on Windows because it didn't seem like ASSERT_THROW() wasn't working, but I'm not sure what the real problem is.

The fortran tests that are failing should pass once this is merged in to main (I think). I tested them locally and they worked when using the musica-c library code from by dev branch