Ferret is a powerful data visualization and analysis tool
developed by the Thermal Modeling and Analysis Project (TMAP) at NOAA/PMEL. The software
resides in the directory /usr/local/bin/ferret. Type
ferret to run the software.
See also the GFDL Ferret Wiki.
Official Ferret Home Page
Documentation & Release Notes
Tour
Tutorials
Frequently Asked Questions
User's Group Mail Archives
Bug Reporting
cp /usr/local/ferret/bin/my_ferret_paths_template.csh ~/.my_ferret_paths.csh module load ferret
source ~/.my_ferret_paths.csh source
commands into your shell window; note, however, that this would only affect
that particular shell window, and you would have to repeat for any other
windows in which you want to run Ferret.~/.my_ferret_paths.csh.~/.ferret_paths_ac, which was being sourced by their ~/.cshrc
when opening an HPCS session. A solution is to edit the ~/.cshrc
(or ~/.login) file, replacing any "source ~/.ferret_paths_ac"
lines with source ~/.ferret_paths.csh~/.ferret_paths_ac file can then be deleted, or moved
to a backup directory. (The same goes for ~/.ferret_paths_686,
which is also obsolete.)~/.login or ~/.cshrc.
Note that it's more efficient to "source" these ferret_paths files from
your ~/.login, rather than your ~/.cshrc. The
changes will appear the next time you login.