Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 761 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 761 Bytes

September 2020

Kevin Dougherty

PyGSI

PyGSI is a collection of tools that read, filter, and plot diagnostic GSI netCDF4 files.

Environment

On Supported Platforms

To load the proper environment when working on Hera, use the following commands:

cd PyGSI
module use modulefiles
module load PyGSI/hera

To load the environment on Orion, use the following commands:

cd PyGSI
module use modulefiles
module load PyGSI/orion

On Local Machine

If working on a local machine, users can install PyGSI using pip.

cd PyGSI
pip install .

For further instructions on how to use the tools within PyGSI, users can navigate to the documentation page here: https://noaa-emc.github.io/PyGSI/#/.