397
Early experience on cloud microphysics modeling with Python
Handout (1.7 MB)
In this talk we present some preliminary experience of working on a novel cloud microphysical scheme in a Python environment. We also present the benefits of using TTD-like techniques in Python for atmospheric modeling with the development of a testing protocol. Such a testing protocol includes a set of tests verifying behaviors of schemes and parameterizations. The development of tests has been made possible in a relatively short amount of time by the use of Python and its testing frameworks such as py.test. To compare results of existing libraries written in Fortran and C++, we used various bindings with Python language. We present the performance comparison between various approaches.