<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.cusf.co.uk/index.php?action=history&amp;feed=atom&amp;title=Monte_carlo_landing_predition</id>
	<title>Monte carlo landing predition - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cusf.co.uk/index.php?action=history&amp;feed=atom&amp;title=Monte_carlo_landing_predition"/>
	<link rel="alternate" type="text/html" href="https://wiki.cusf.co.uk/index.php?title=Monte_carlo_landing_predition&amp;action=history"/>
	<updated>2026-05-31T23:35:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.cusf.co.uk/index.php?title=Monte_carlo_landing_predition&amp;diff=144&amp;oldid=prev</id>
		<title>EllieClifford: &quot;Add old wiki&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cusf.co.uk/index.php?title=Monte_carlo_landing_predition&amp;diff=144&amp;oldid=prev"/>
		<updated>2021-04-19T18:57:28Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;Add old wiki&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Monte Carlo Landing Prediction ==&lt;br /&gt;
&lt;br /&gt;
This page documents some work done on the 'next generation' Monte Carlo landing prediction code hosted at [http://github.com/rjw57/cusf-landing-prediction GitHub].&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&lt;br /&gt;
The code may be downloaded using the &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ git clone git://github.com/rjw57/cusf-landing-prediction.git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
After that, the standard &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; tool can be used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
&lt;br /&gt;
The code as presented requires the GLib2 libraries to be installed because they have good, tested, thread-aware random number generators (amongst other things).&lt;br /&gt;
&lt;br /&gt;
== Alternate data grabbing ==&lt;br /&gt;
&lt;br /&gt;
This branch contains a script under the &amp;lt;code&amp;gt;pydap/&amp;lt;/code&amp;gt; directory which uses OpeNDAP via [http://pydap.org/ PyDAP] to fetch the data rather than the old GRIB-based system. This has the following advantages:&lt;br /&gt;
&lt;br /&gt;
* We may directly query the NOAA server for the time ranges each data set covers without downloading the entirety of it.&lt;br /&gt;
* We can selectively download portions of the set both temporally as well as in space.&lt;br /&gt;
* There are 47 pressure levels rather than the (IIRC) 21 available as GRIB data.&lt;br /&gt;
&lt;br /&gt;
The script itself outputs a slightly different format than the original GRIB grabber which makes the parser a little easier to implement.&lt;/div&gt;</summary>
		<author><name>EllieClifford</name></author>
	</entry>
</feed>