ZPYin / hysplit_runner

HYSPLIT model runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HYSPLIT runner

python package for easily calling HYSPLIT.

Download

git clone https://github.com/ZPYin/hysplit_runner.git

Requirements

  • Python 3.6
  • HYSPLIT model

To make your life with Python easier, we highly recommend you to use Anaconda3.

For HYSPLIT installation, you only need to download the executive files, which would save you a lot of time with installing the Graphic User Interface (GUI). But you are free to install the GUI as well, since it doesn't have any interference with using the Python package.

Usage

python virtual environment

cd hysplit_runner

conda create -n hysplit_runner   # you can also choose other names for the virtual environment

# activate the virtual environment
activate hysplit_runner   # windows
source activate hysplit_runner   # MacOS or Linux

# install python and python packages
conda install python=3.6
pip install -r requirements.txt

installation

python setup.py install

After the installation, you can import the hysplit_runner into your python script. You can also have a quick introduction by reading the examples

Contact

Zhenping ZP.Yin@whu.edu.cn

About

HYSPLIT model runner

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%