This code handles the model-data comparison routines for pysat. It is currently a work in progress, and will eventually replace the pysat.model_utils module in pysat.
First, checkout the repository:
git clone https://github.com/pysat/pysatModelUtils.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatModelUtils/
python setup.py install