This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
monte_carlo_landing_predition [2009/11/12 12:54] rjw57 created |
monte_carlo_landing_predition [2011/11/13 20:20] (current) jonsowman old revision restored |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Monte Carlo Landing Prediction ===== | ||
+ | |||
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]]. | 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]]. | ||
- | == Alternate data grabbing == | + | ===== Building ===== |
+ | |||
+ | The code may be downloaded using the ''git'' tool: | ||
+ | |||
+ | $ git clone git://github.com/rjw57/cusf-landing-prediction.git | ||
+ | |||
+ | After that, the standard ''make'' tool can be used. | ||
+ | |||
+ | $ make | ||
+ | |||
+ | ==== Requirements ==== | ||
+ | |||
+ | The code as presented requires the GLib2 libraries to be installed because they have good, tested, thread-aware random number generators (amongst other things). | ||
+ | |||
+ | ===== Alternate data grabbing ===== | ||
This branch contains a script under the ''pydap/'' 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: | This branch contains a script under the ''pydap/'' 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: |