<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel>
	<title>FARGO</title>
	<link>http://fargo.in2p3.fr/</link>
	<description>A simple and fast 2-D polar hydrodynamic code dedicated to planet-disk tidal interactions</description>
	<language>en</language>
	<generator>SPIP - www.spip.net</generator>





	<item>
		<title>Benchmarking</title>
		<link>http://fargo.in2p3.fr/spip.php?article103</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article103</guid>
		<dc:date>2010-10-22T03:54:48Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Frederic Masset</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique18">GFARGO</category>


		<description>Here are quoted a few speed up ratios between GFARGO, and the standard, double precision FARGO code on one CPU core. These speed up ratios are obtained in the limit of a large mesh. In the case of the comparison problem of de Val-Borro et al. (2006), the small size of the mesh (384*128) yields somewhat smaller ratios. The CPU code, for these benchmarks, is always compiled with gcc, with the -O3 and -ffast-math options. &lt;br /&gt;The standard test of a Neptune mass planet embedded in an inviscid disk (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique18" rel="directory"&gt;GFARGO&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>Interactive commands</title>
		<link>http://fargo.in2p3.fr/spip.php?article102</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article102</guid>
		<dc:date>2010-10-22T03:54:32Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Frederic Masset</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique18">GFARGO</category>


		<description>You can press the following keys while running the windowed version (built with make win) to change the code's behavior: &lt;br /&gt;key 'd' : plot the density field &lt;br /&gt;key 'r' : plot the radial velocity field &lt;br /&gt;key 't' : plot the azimuthal velocity field (residual with respect to Keplerian velocity). &lt;br /&gt;key 'v' : plot the vortensity field &lt;br /&gt;Space bar key : pause / restart &lt;br /&gt;key 'u' : toggle update. &lt;br /&gt;key 'f' : toggle fullscreen &lt;br /&gt;key 'c' : toggle Cartesian / polar representation (disabled in fullscreen mode) (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique18" rel="directory"&gt;GFARGO&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>FAQ</title>
		<link>http://fargo.in2p3.fr/spip.php?article101</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article101</guid>
		<dc:date>2010-10-22T03:54:19Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Frederic Masset</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique18">GFARGO</category>


		<description>Is there a difference with the output format of the CPU version ? &lt;br /&gt;There are two main differences: &lt;br /&gt;the hydrodynamics fields, that are written in raw format, are now written in single precision rather than double precision. They occupy half the disk space that they would occupy with the CPU version. Under IDL, they should be read in arrays defined with fltarr, rather than dblarr. &lt;br /&gt;The azimuthal velocity (written to the files gasvtheta*.dat) is now the residual velocity with respect to (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique18" rel="directory"&gt;GFARGO&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>Overview</title>
		<link>http://fargo.in2p3.fr/spip.php?article100</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article100</guid>
		<dc:date>2010-10-22T03:54:01Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Frederic Masset</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique18">GFARGO</category>


		<description>The GPU version of FARGO (GFARGO) is written in C and C for CUDA. It runs only on NVIDIA's graphics cards. It should be regarded essentially as a &quot;proof of concept&quot;. It corresponds to the standard, isothermal version of FARGO, although not all the functionnalities of the CPU version have been translated to CUDA. Namely, the following features are absent from the GPU version: &lt;br /&gt;Gas accretion onto the planets &lt;br /&gt;MPI communications. This version is therefore mono-GPU only. &lt;br /&gt;The -e command line (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique18" rel="directory"&gt;GFARGO&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>Download</title>
		<link>http://fargo.in2p3.fr/spip.php?article99</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article99</guid>
		<dc:date>2010-10-22T03:53:46Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Frederic Masset</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique18">GFARGO</category>


		<description>Important note 1 &lt;br /&gt;Whereas the installation of the standard version of FARGO is a breeze, the installation of GFARGO (FARGO for GPU) is significantly more tricky. You should make sure that you first know how to install and run the standard CPU version, as the directories structure and output format is essentially the same. The installation of the standard CPU version is explained here. &lt;br /&gt;Important note 2 &lt;br /&gt;Before you can install GFARGO, you must install the three packages provided by NVIDIA, (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique18" rel="directory"&gt;GFARGO&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>IDL tools : rep.pro</title>
		<link>http://fargo.in2p3.fr/spip.php?article98</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article98</guid>
		<dc:date>2009-09-28T15:22:47Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Jules Casoli</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique15">IDL</category>


		<description>The routine rep.pro is used to display the data, with a lot of options. Start by typing : rep,dir=&quot;out2&quot;,noutput=5,&quot;density&quot; which should display the density field over the whole disc, in a polar (r,phi) representation, at the fifth output (hence, 5 orbits in you ran the template2.par file provided) : As rep.pro internally calls open.pro, you can change density to whatever you like (pressure, vortensity, etc.). For a detailed list of the possibilities of this command, you should consult (...)

-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique15" rel="directory"&gt;IDL&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>IDL tools : open.pro</title>
		<link>http://fargo.in2p3.fr/spip.php?article97</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article97</guid>
		<dc:date>2009-09-28T15:22:40Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Jules Casoli</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique15">IDL</category>


		<description>This routine opens the gas*.dat file created by FARGO, to produce arrays containing any desired quantity, such as density, pressure, temperature, entropy, vorticity, etc. &lt;br /&gt;To open the output files produced during output #1, type, for example : open,dir=&quot;out2&quot;,noutput=1,density=d1,vrad=vr1 tvscl,vr1 &lt;br /&gt;dir, and noutput being sticky, if you now want to open other quantities, you can just type : open,vorticity=v1,radii=rad,azimuths=az radii and azimuths being arrays containing the radial and (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique15" rel="directory"&gt;IDL&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>IDL tools : tqf.pro</title>
		<link>http://fargo.in2p3.fr/spip.php?article96</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article96</guid>
		<dc:date>2009-09-28T15:22:08Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Jules Casoli</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique15">IDL</category>


		<description>This routine plots the torque output by FARGO, as a function of time (in orbits). You can call it from the exact directory where the data is (i.e. &quot; /your_fargo_dir/out2&quot;). For example, from your fargo directory, issue : cd,&quot;out2&quot; tqf You should see this : As we don't want to have to type cd each time we want an other torque plot, we can place ourselves in our FARGO directory, from where we still can call tqf : cd,&quot;..&quot; tqf,dir=&quot;out2&quot; If you want another torque on top of this, from another (...)

-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique15" rel="directory"&gt;IDL&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>IDL tools</title>
		<link>http://fargo.in2p3.fr/spip.php?article95</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article95</guid>
		<dc:date>2009-09-28T15:00:02Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Jules Casoli</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique15">IDL</category>


		<description>News 2010-12 : Some cleanup has been made. You can see the (small) changes here. &lt;br /&gt;A set of tool is available for opening and displaying easily the files output by FARGO in IDL. GDL users, see the note &lt;br /&gt;Download and install You can download it here. To install, simply uncompress it in your FARGO directory. This should create an &quot;idl&quot; directory, containing 10 routines. Include this directory in IDL's path, by editing the startup file (defined by the environment variable IDL_STARTUP) &lt;br /&gt;(To do so, (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique15" rel="directory"&gt;IDL&lt;/a&gt;


		</description>



		

	</item>



	<item>
		<title>First run</title>
		<link>http://fargo.in2p3.fr/spip.php?article94</link>
		<guid isPermaLink="true">http://fargo.in2p3.fr/spip.php?article94</guid>
		<dc:date>2009-01-16T15:47:33Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Aur&#233;lien Crida</dc:creator>

<category domain="http://fargo.in2p3.fr/spip.php?rubrique16">FARGO-2D1D</category>


		<description>To start your first run, after compiling, enter the following command line in the parent directory of the in/, out/, and src/ directories : ./fargo2D1D in/template.par &lt;br /&gt;This makes the simulation of a Jupiter mass planet initially on a circular orbit at r=1, in a disk extending from 0.04 to 20. The 2D grid extends from 0.35 to 2.5 (but the rings between 0.35 and 0.4 and between 2.45 and 2.5 are ghosts). The rest is covered by the 1D grid. The resolution is $\delta r=0.01$ &lt;br /&gt;The aspect ratio is (...)


-
&lt;a href="http://fargo.in2p3.fr/spip.php?rubrique16" rel="directory"&gt;FARGO-2D1D&lt;/a&gt;


		</description>



		

	</item>





</channel>

</rss>
