Difference between revisions of "Some Ferret tips and pointers"

From Planets
Jump to: navigation, search
(Ferret)
(Ferret)
Line 4: Line 4:
 
This free software is from NOAA (National Oceanic and Atmospheric Administration) and the relevant webpage where you can learn how to install and use it is here:  https://ferret.pmel.noaa.gov/Ferret/
 
This free software is from NOAA (National Oceanic and Atmospheric Administration) and the relevant webpage where you can learn how to install and use it is here:  https://ferret.pmel.noaa.gov/Ferret/
  
 
+
[For Mac users] There is a bug in the Mac OSX version as of 2023-June with respect to plotting.  The bug is not subtle as the plotting does not work.  Here is a discussion of how to kludge the problem by having two version of Ferret:  
There is a bug in the Mac OSX version as of 2023-October with respect to plotting.  The bug is not subtle as the plotting does not work.  Here is a discussion of how to by pass the problem by having two version of Ferret:  
 
 
the latest version for analyses, and an older version where the plotting works [LINK TO BE INSERTED].
 
the latest version for analyses, and an older version where the plotting works [LINK TO BE INSERTED].
  

Revision as of 06:49, 17 October 2023

Ferret

Ferret is a NetCDF vizualisation tool which can be used to postprocess and visualize PCM outputs.

This free software is from NOAA (National Oceanic and Atmospheric Administration) and the relevant webpage where you can learn how to install and use it is here: https://ferret.pmel.noaa.gov/Ferret/

[For Mac users] There is a bug in the Mac OSX version as of 2023-June with respect to plotting. The bug is not subtle as the plotting does not work. Here is a discussion of how to kludge the problem by having two version of Ferret: the latest version for analyses, and an older version where the plotting works [LINK TO BE INSERTED].

For first timers

Ferret is essentially a command line tool so the first thing you'll need to do is launch it from your terminal

ferret

(on some system, e.g. Ubuntu, the executable is called ferret_viz because another unrelated software also called ferret exists).

Once under Ferret you should see the Ferret prompt:

yes?

To load a datafile, for example diagfi.nc issue command:

yes? use diagfi.nc

Once the file has been loaded, you can query for its contents with the command show data ...

Various tips and pointers

...

How to make a 1D plot

...

How to make a 2D map

...

How to compute a zonal average

...