NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Prepare error handling for MUSICA library #466

Closed mattldawson closed 4 months ago

mattldawson commented 4 months ago

In preparation for implementing a solution for error handling in the MUSICA library, ensure that MICM consistently throws when errors are encountered, and use custom exceptions that can be caught and sent through the MUSICA C API in some way.

Acceptance Criteria

Ideas