September 2020
Kevin Dougherty
PyGSI is a collection of tools that read, filter, and plot diagnostic GSI netCDF4 files.
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
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/#/.