commit 62c9a69ce3a98705664f43a5918def96edc8eb24
parent 0e5a843b20ef8bd998d398ab921d2c6285aadbf9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 19 Nov 2019 09:56:56 +0100
Add a reference to the Najda's article
Diffstat:
1 file changed, 21 insertions(+), 13 deletions(-)
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -36,6 +36,15 @@ suspension within the clouds that is a result of Large Eddy Simulation
computations, and the optical properties of water droplets that have been
obtained from a Mie code.
+<div class="news">
+ <p><b>Related article</b></p>
+ <ul>
+ <li>
+ <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2018MS001602">
+ Villefranque et al. (2019)</a></li>
+ </ul>
+</div>
+
<p><code>htrdr</code> evaluates the intensity incoming on each pixel of the
sensor array. The underlying algorithm is based on a <b>Monte-Carlo</b> method:
it consists in simulating a given number of optical paths originating from a
@@ -132,18 +141,6 @@ procedure is summed up to:
~/High-Tune-${VERSION}/build $ make
</pre>
-<h3>Package</h3>
-
-<p>Once built, the <code>htrdr</code> installation can be packaged in an
-archive that can then be deployed on compatible systems, <i>i.e.</i> systems
-whose C library, NetCDF library and MPI implementation are compatibles with the
-ones available on the system used to build <code>htrdr</code>.
-
-<pre class="code">
-~/High-Tune-${VERSION}/build $ make pkg
-~/High-Tune-${VERSION}/build $ ls package/High-Tune-${VERSION}* # list packages
-</pre>
-
<h3>Run</h3>
By default <code>htrdr</code> is installed in the <code>local</code>
@@ -172,6 +169,18 @@ Use the <code>man</code> command-line to consult them.</p>
quickly run a <code>htrdr</code> rendering; this archive provides input data
and scripts that are good starting points to use <code>htrdr</code>.
+<h3>Package</h3>
+
+<p>Once built, the <code>htrdr</code> installation can be packaged in an
+archive that can then be deployed on compatible systems, <i>i.e.</i> systems
+whose C library, NetCDF library and MPI implementation are compatibles with the
+ones available on the system used to build <code>htrdr</code>.
+
+<pre class="code">
+~/High-Tune-${VERSION}/build $ make pkg
+~/High-Tune-${VERSION}/build $ ls package/High-Tune-${VERSION}* # list packages
+</pre>
+
${RELEASE_NOTES}
<h2>License</h2>
@@ -181,4 +190,3 @@ GPL version 3 or later. You can freely study, modify or extend it. You are
also welcome to redistribute it under certain conditions; refer to the <a
href="https://www.gnu.org/licenses/gpl.html">license</a> for details.</p>
-