/pysatModels

Interface for model analysis and model-data comparisons within the pysat ecosystem

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pysat

pysatModelUtils

Build Status Coverage Status

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.

Installation

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