Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 614 Bytes

SCAMPy_tests

SCAMPy is a Single Column Atmospheric Model in Python. The code is available at SCAMPy.

This is a (work in progress) suite of tests for SCAMPy. Tests are done using pytest. The workflow assumes that SCAMPy and SCAMPy_tests are available in the same folder and that the SCAMPy code has been compiled.

testing

To generate the automatic plots try:

$ py.test -s -v plots/

To run one case (for example Bomex) try:

$ py.test -s -v plots/test_plot_Bomex.py

Unit tests and functionality tests (TODO)