/PySHiELD

Python versions of the SHiELD physics

Primary LanguagePython

pySHiELD

Python implementation of FV3 GFS physics built using the NDSL domain-specific language middleware in Python.

Description

pySHiELD is under active development. Currently, the pace level docker environment should be used for development.

QuickStart

Install the requirements with:

pip install -r ./physics/requirements.txt

A standard setup.py installation script is provided and can be installed with pip. If you are planning on modifying the source files, use the following command:

pip install -e ./physics