Skip to main content

AutoCalibration tool written in Python

Project description

# parsac

parsac (formerly acpy) is a Python-based tool for sensitivity analysis and auto-calibration in parallel. It is designed for analysis of models that take significant time to run. For that reason, it focuses on storing and exploiting every single model result, and performing model runs in parallel on either a single machine or on computer clusters. It works with models that are run by calling one binary, that use text-based configuration files based on YAML or Fortran namelists, and that write their output to NetCDF.

[![DOI](https://zenodo.org/badge/206791023.svg)](https://zenodo.org/badge/latestdoi/206791023)

## Installation

pip install parsac –user

Remove –user to install in the system’s shared Python directory (not recommended). Some systems have multiple versions of pip, e.g., pip for Python 2, pip3 for Python 3. Make sure you use the command that corresponds to the Python version you want to install into.

### Dependencies

parsac supports parallel simulations through [Parallel Python](https://www.parallelpython.com). This package supports Python 2 out of the box (pip install pp –user), but its Python 3 version is currently in beta. To install pp in Python 3, [download the zip file with the Python 3 port of Parallel Python](https://www.parallelpython.com/content/view/18/32), extract its contents, go to the contained directory and open a command prompt there, then run python setup.py install.

parsac uses [SALib](https://github.com/SALib/SALib) for sensitivity analysis. Typically, this can be installed with pip install SALib –user. If you are using [the Anaconda Python distribution](https://www.anaconda.com), you can instead do conda install SALib (you may need to add -c conda-forge).

## Known issues

  • On Windows, parallel runs may finish with several “ERROR: The process “xxx” not found.” messages. These are harmless and can be ignored - the analysis has completed successfully and all results have been correctly processed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parsac-0.5.7-py2.py3-none-any.whl (332.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file parsac-0.5.7-py2.py3-none-any.whl.

File metadata

  • Download URL: parsac-0.5.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 332.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3

File hashes

Hashes for parsac-0.5.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b28c0ab535512c305bd89cfc266fb72fd8b0e0bcd70850f994c52f2396f949c5
MD5 89490ab409503d34ac230a4175c1efe0
BLAKE2b-256 6b757118e194e6bb7d4d6cb9119dc94d52a3144e3da47fadd06891a99da020d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page