pmcpy is a Python package for PartMC post-processing.
Author: Dr. Zhonghua Zheng
Step 1: create an environment:
$ conda create -n pmcpy python=3.8 $ conda activate pmcpy $ conda install -c conda-forge numpy pandas xarray netcdf4
Step 2: install using pip:
$ pip install pmcpy
(optional) install from source:
$ git clone https://github.com/zhonghua-zheng/pmcpy.git $ cd pmcpy $ python setup.py install
You may reproduce the jupyter notebook example on Binder.
Please check online documentation (or Read the Docs version) for more information.
The GitHub issue tracker is the primary place for bug reports.