stc offer are command line tools to work with FF, PP, NetCDF and GRIB2 files, e.g. data related to the Unified Model. The tool stc
is build on top of the SciTools libraries like Iris. It is a small utility project, provided as it is without further development or support plans.
Learn more about the use of stc
in the online documentation.
mkdir ~/opt
git clone git@github.com:MetOffice/stc.git ~/opt/stc
Add ~/opt/stc to your PATH by including the follwing in your ~/.bashrc
file:
export PATH=~/opt/stc:${PATH}