NCAR / micm-kpp

KPP MICM translator and test configurations
Apache License 2.0
0 stars 0 forks source link

Develop #8

Closed dwfncar closed 7 months ago

dwfncar commented 7 months ago

Added the method parse_kpp_utils.parse_term to parse a reactant or product string of the form 'x M', where x is the stoichiometric coefficient and M is the molecular formula. A new unit test module test_parse_kpp_utils.py tests this method for possible string formats such as '3H20', '3.0 H2O', '0.3 H2O', '.3 H2O', etc ...

Some other minor changes are scattered throughout.