Python implementation of FV3 GFS physics built using the NDSL domain-specific language middleware in Python.
pySHiELD is under active development. Currently, the pace level docker environment should be used for development.
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