meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit d5de78dd1e4d9d17824ad37492fb572de375817c
parent 62c9a69ce3a98705664f43a5918def96edc8eb24
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 26 Nov 2019 16:16:20 +0100

Add the HRES_ARMCu video to High-Tune

Diffstat:
M.gitattributes | 1+
Ahigh-tune/HRES_ARMCu.jpg | 2++
Mhigh-tune/Makefile | 2+-
Ahigh-tune/downloads/HRES_ARMCu.mp4 | 2++
Mhigh-tune/high-tune.html.in | 19++++++++++++++++++-
Mmeso.css | 6++++++
6 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -7,3 +7,4 @@ *.tgz filter=wad -crlf *.zip filter=wad -crlf *.pdf filter=wad -crlf +*.mp4 filter=wad -crlf diff --git a/high-tune/HRES_ARMCu.jpg b/high-tune/HRES_ARMCu.jpg @@ -0,0 +1 @@ +#$# git-wad 1281876c49a77267968ac5fe7d3cdda15a397dcbde2c97c71d5320140c65b971 250069 +\ No newline at end of file diff --git a/high-tune/Makefile b/high-tune/Makefile @@ -17,7 +17,7 @@ HTRDR-VERSION=0.1.0-r1 HTRDR-STARTER-PACK-VERSION=0.1.1 SRC = high-tune.html.in high-tune.sh starter-pack.html.in -IMG = CLEMENT.jpg DZVAR.jpg DZVAR2.jpg L12km_BOMEX.jpg L25_Fire.jpg +IMG = CLEMENT.jpg DZVAR.jpg DZVAR2.jpg L12km_BOMEX.jpg L25_Fire.jpg HRES_ARMCu.jpg .PHONY: all clean default publish default: all diff --git a/high-tune/downloads/HRES_ARMCu.mp4 b/high-tune/downloads/HRES_ARMCu.mp4 @@ -0,0 +1 @@ +#$# git-wad abcb33e3756bcf3c48ae401052e025ce550062f231773663b48b8bac310777ff 17001833 +\ No newline at end of file diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in @@ -8,7 +8,7 @@ function poptext(Id) { <header> - <h1>High Tune: RenDeRer + <h1>High-Tune: RenDeRer <span class=subtitle> Image renderer of cloudy atmospheres </span> @@ -63,6 +63,23 @@ Passing Interface</a> specification to parallelise its computations in a <b>distribute memory</b> environment; the <code>htrdr</code> binary can thus be run either directly or through a MPI process launcher like <code>mpirun</code>. +<div class="video"> + <video style="width:100%; text-align:center" controls poster=HRES_ARMCu.jpg> + <source src="downloads/HRES_ARMCu.mp4" type="video/mp4"> + Your browser does not support the video tag. + </video> + <div class="caption"> + Rendering of a 4D cloud field produced by the Meso-NH (<a + href="https://www.ann-geophys.net/16/90/1998/angeo-16-90-1998.html">Lafore + et al 1998</a>, <a href="https://www.geosci-model-dev.net/11/1929/2018/">Lac + et al 2018</a>) Large Eddy model. Each frame was rendered with + <code>htrdr</code> using 4096 samples per pixel component. The resulting + images are then postprocessed with the <a + href="man/man1/htpp.1.html">htpp</a> program. Refer to the video for a + complete description of how it was produced. + </div> +</div> + <h2>A straight interface</h2> <div class="img" style="width: 20em"> diff --git a/meso.css b/meso.css @@ -209,7 +209,13 @@ hr { margin: 0em 0em 1em 1em; } +.video { + text-align: center; + margin: 1em 1em 1em 1em; +} + .caption { + text-align: left; font-style: italic; font-size: 8pt; margin: 0 0.5em 0 0.5em;