Graph: Ferret

Acknowlegement

"PyFerret is a python module wrapping Ferret. Ferret is an interactive computer visualization and analysis environment designed to meet the needs of oceanographers and meteorologists analyzing large and complex gridded data sets." It has been developed by NOAA Pacific Marine Environmental Laboratory. Following scripts were constructed based on the knowledge gained from the Ferret Support web site (Ferret web page). We thank the development team to make Ferret/PyFerret available to us.

Terms and conditions of use

We have no responsibility or liability for any unintended consequences or damages that the use of the following information may cause. Please use them at your own risk.

Setup

To install (CentOS 7)

conda update conda; conda update --all
conda create -n FERRET -c conda-forge pyferret ferret_datasets --yes

For local users (rocky)

# to setup for TC-shell users
conda init tcsh
# to setup for B-shell users
conda init bash
# exit SHELL
# restart SHELL

# to start PyFerret
conda activate FER
pyferret

(Do not use "conda activate FERRET")

# to close PyFerret
conda deactivate

Getting started

PyFerret tutorial: https://ferret.pmel.noaa.gov/Ferret/documentation/ferret-tutorials

Follow each page to start learning

Tips