<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Ferret</id>
		<title>Ferret - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Ferret"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ferret&amp;action=history"/>
		<updated>2026-04-05T09:22:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Ferret&amp;diff=239&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ferret&amp;diff=239&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:05Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Ferret&amp;diff=238&amp;oldid=prev</id>
		<title>192.168.20.177 at 10:30, 21 May 2007</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ferret&amp;diff=238&amp;oldid=prev"/>
				<updated>2007-05-21T10:30:38Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Ferret]] is a program that generates graphics from [[netcdf]] datasets through a command line.&lt;br /&gt;
&lt;br /&gt;
==Linux installation==&lt;br /&gt;
[http://ferret.wrc.noaa.gov/Ferret/Downloads/linux_downloads.html Download] the ferret files. Then follow the [http://ferret.wrc.noaa.gov/Ferret/Downloads/ferret_installation_and_update_guide_v600.html installation instructions]. Then follow the [[#Bash shell|instructions]] for setting up the environment variables script. Finally run the script &lt;br /&gt;
 $ source /usr/local/ferret_paths&lt;br /&gt;
You can now enter ferret command line mode by typing:&lt;br /&gt;
 $ ferret&lt;br /&gt;
or enter the graphical mode by typing:&lt;br /&gt;
 $ ferret -gui&lt;br /&gt;
or create gif files from the command line by typing:&lt;br /&gt;
 $ ferret -gif  &lt;br /&gt;
 $ yes? (commands that generate a plot...)  &lt;br /&gt;
 $ yes? FRAME/FILE=picture.gif &lt;br /&gt;
&lt;br /&gt;
===Bash shell===&lt;br /&gt;
To export the correct environment variables under bash. Copy the file ''/usr/local/ferret/bin/ferret_paths_bash_template'' to ''/usr/local/ferret_paths'' then edit it to perform the following changes:&lt;br /&gt;
&lt;br /&gt;
 # You may want to customize the pathname of the `ferret' directory:&lt;br /&gt;
 export FER_DIR=/usr/local/ferret&lt;br /&gt;
 &lt;br /&gt;
 # The environment variable FER_DSETS should be the pathname of&lt;br /&gt;
 # the directory named `fer_dsets' you created to install the FERRET program.&lt;br /&gt;
 &lt;br /&gt;
 # !!!! You must customize the following line:&lt;br /&gt;
 # This directory will contain FERRET demonstration data files (30+ Mbytes)&lt;br /&gt;
 export FER_DSETS=/home/guillaume/Projects/ferret/fer_dsets&lt;br /&gt;
  &lt;br /&gt;
 # System Manager: Check this PATH modification for your system security.&lt;br /&gt;
 # If you prefer not to modify PATH here you may comment out the following few&lt;br /&gt;
 # lines and execute the file $FER_DIR/bin/install_ferret_links wich will&lt;br /&gt;
 # create ferret links in /usr/local/bin.&lt;br /&gt;
 export PATH=&amp;quot;$PATH:$FER_DIR/bin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==External references==&lt;br /&gt;
*[http://ferret.wrc.noaa.gov/Ferret/ferret_home.html homepage.]&lt;br /&gt;
*[http://ferret.wrc.noaa.gov/Ferret/Downloads/linux_downloads.html download ferret.]&lt;br /&gt;
*[http://ferret.wrc.noaa.gov/Ferret/Downloads/ferret_installation_and_update_guide_v600.html installation guide.]&lt;br /&gt;
&lt;br /&gt;
[[Category:linux]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>