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 b9e0b5c2c9d3e249774cb48d75ed2c0bc21b3960
parent 2a773569843093cc65baae3fd34f0fe740487d8f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Nov 2018 10:30:47 +0100

Update the high-tune web pages

Diffstat:
Mhigh-tune/Makefile | 6+++---
Mhigh-tune/high-tune.html.in | 14+++++++-------
Mhigh-tune/starter-pack.html.in | 66+++++++++++++++++++++++++++++++++++++++++++++++++-----------------
Mmeso-menu.sh | 1+
4 files changed, 60 insertions(+), 27 deletions(-)

diff --git a/high-tune/Makefile b/high-tune/Makefile @@ -13,10 +13,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -HTRDR-VERSION=0.0.0 +HTRDR-VERSION=0.0.0-r1 HTRDR-STARTER-PACK-VERSION=0.0.0 -SRC = high-tune.html.in high-tune.sh +SRC = high-tune.html.in high-tune.sh starter-pack.html.in IMG = DZVAR.png .PHONY: all clean default publish @@ -26,7 +26,7 @@ all: ${SRC} @sh high-tune.sh ${HTRDR-VERSION} ${HTRDR-STARTER-PACK-VERSION} publish: - rsync -avzr high-tune.html ${IMG} downloads man ${REMOTE}/high-tune/ + rsync -avzr high-tune.html starter-pack.html ${IMG} downloads man ${REMOTE}/high-tune/ clean: rm -rf high-tune.html downloads/*.sig man diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in @@ -43,7 +43,7 @@ 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>. -<h2> A straight interface</h3> +<h2>A straight interface</h2> <div class="img" style="width: 16em"> <a href="DZVAR.png"> @@ -86,9 +86,9 @@ $ source ~/High-Tune-${VERSION}-GNU-Linux64/etc/high_tune.profile $ htrdr -h </pre> -<p>The <b>reference documentation</b> of the <code>htrdr</code> program and -some of its associated file formats is provided trough man pages. Use the -<code>man</code> command-line to consult it.</p> +<p>The <b>reference documentation</b> of the <code>htrdr</code> program and its +associated file formats is provided trough man pages. Use the <code>man</code> +command-line to consult it.</p> <pre class="code"> $ man htrdr @@ -97,9 +97,9 @@ $ man htcp $ man htmie </pre> -<h2>License</h2> - -<p><code>htrdr</code> is <b>free software</b> released under the GPLv3+ +<p>Refer to the <a href=starter-pack.html>High-Tune: Starter Pack</a> to +quickly run a <code>htrdr</code> rendering; this archive provides input data +and scripts that are good starting point to use <code>htrdr</code> license: GNU GPL version 3 or later. You can freely study, modify or extend them. You are also welcome to redistribute them under certain conditions; refer to the <a href="https://www.gnu.org/licenses/gpl.html">license</a> for diff --git a/high-tune/starter-pack.html.in b/high-tune/starter-pack.html.in @@ -23,29 +23,60 @@ description of the scene to render. provided for the pressure and temperature atmospheric vertical profile. These data were generated with the <a href="https://www.ecmwf.int/en/elibrary/16901-ecrad-new-radiation-scheme-ifs">ECRAD</a> -software and are saved according to the High-Tune: Gas Optical Properties file +software and are saved according to the <a +href=downloads/gas_opt_prop_en.pdf>High-Tune: Gas Optical Properties</a> file format. <h3>Clouds</h3> -<p>The files contained in the <code>clouds</code> subdirectory store the liquid -water content in suspension within clouds that is a result of <b>Large Eddy -Simulations</b> performed with the <a -href="http://mesonh.aero.obs-mip.fr/mesonh54">Meso-NH</a> model. The data are -formatted according to the <a href="man/man5/htcp.5.html">High-Tune: Cloud -Properties</a> file format. Available files are: +<p>The files contained in the <code>clouds</code> subdirectory contains <a +href=man/man5/htcp.5.html>htcp</a> files defining the liquid water content in +suspension within clouds. These fields are generated from idealized Large Eddy +Simulations computed by the French hydrostatic research model, MesoNH +(<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>), with flat surfaces and prescribed large-scale forcings. Available +files are: <ul> - <li><code>DZVAR.1.ARMCU.008.diaKCL.htcp</code></li> - <li><code>L25.1.FIRE.012.htcp</code></li> - <li><code>L12km.1.BOMEX.005</code></li> + <li><code>DZVAR.1.ARMCU.008.diaKCL.htcp</code>: a continental cumulus case + initialized from a composite of observed thermodynamic profiles measured on + the ARM SGP site, following <a + href="https://rmets.onlinelibrary.wiley.com/doi/10.1256/003590002320373210">Brown + et al. (2002)</a>. The provided field corresponds to the 8th hour of + simulation (13h30 local time), in the middle of the diurnal cycle. The + boundary layer is well-developed with cloud base height around 1km and cloud + top around 2km, and a total cloud cover of around 25% of the 6.4km x 6.4km + domain (horizontal resolution is 25m)</li> + + <li><code>L12km.1.BOMEX.005.htcp</code>: an oceanic, trade wind cumulus case + initialized from observed thermodynamic profiles acquired during the BOMEX + campaign in the Barbados. The model set-up is as in <a + href="https://journals.ametsoc.org/doi/10.1175/1520-0469%282003%2960%3C1201%3AALESIS%3E2.0.CO%3B2">Siebesma + et al. (2003)</a> but with a 12.8km x 12.8km domain and resolution 25m. The + cloud layer is between 500m and 1.5km heights and covers around 14% of the + domain. </li> + + <li><code>L25.1.FIRE.012.htcp</code>: a marine stratocumulus case initialized + from observed thermodynamic profiles acquired during the FIRE campaign off + the coast of southern California. The model set-up is as in <a + href="https://rmets.onlinelibrary.wiley.com/doi/abs/10.1256/qj.03.139">Duynkerke + et al. (2004) </a>with a 25km x 25km domain, 100m horizontal and 10m + vertical resolutions. The field corresponds to the 12th hour of simulation + (12h local time) typical of a decoupled boundary layer, with the overcast + stratocumulus layer between 300 and 600m.</li> </ul> <h3>Water droplets properties</h3> -<p>The <code>Mie_LUT_Cloud.nc</code> file stores the optical properties of water -droplets obtained from a <b>Mie code</b>. This NetCDF file is formatted according to -the <a href="man/man5/htmie.5.html">High-Tune: Mie</a> file format. +<p>The <code>Mie_LUT_Cloud.nc</code> stores the spectro-angular tabulation of +water droplets optical properties computed using the <a +href="https://pubs.giss.nasa.gov/abs/mi06300n.html">Mishchenko et al. +(2002)</a> implementation of the Lorenz-Mie solution for light scattering by +homogeneous spherical particles. The monodisperse solution was integrated over +a log-normal droplet size distribution of mean 10 micrometers and standard +deviation 1 micrometer. This NetCDF file is formatted according to the <a +href="man/man5/htmie.5.html">High-Tune: Mie</a> file format. <h3>Ground geometries</h3> @@ -85,7 +116,7 @@ current shell, one can invoke a <code>htrdr</code> rendering as bellow: <pre class="code"> $ cd ~/High-Tune-Starter-Pack-${VERSION_PACK} -High-Tune-Starter-Pack-${VERSION_PACK} $ bash ht-run.sh scenes/DZVAR2 +~/High-Tune-Starter-Pack-${VERSION_PACK} $ bash ht-run.sh scenes/DZVAR2 </pre> <p>With <code>~/High-Tune-Starter-Pack-${VERSION_PACK}</code> the directory @@ -96,12 +127,13 @@ href="man/man1/htpp.1.html">htpp</a> program to convert it in a regular PPM file that can be then displayed with a regular image viewer. <pre class="code"> -High-Tune-Starter-Pack-${VERSION_PACK} $ htpp -o DZVAR2.ppm DZVAR2_1280x720x128.txt +~/High-Tune-Starter-Pack-${VERSION_PACK} $ htpp -o DZVAR2.ppm DZVAR2_1280x720x128.txt </pre> <h2>License</h2> -High-Tune: Starter Pack is released under the GPLv3+ license: GNU GPL version 3 + +<p>High-Tune: Starter Pack is released under the GPLv3+ license: GNU GPL version 3 or later. You can freely study, modify or extend them. You are also welcome to redistribute them under certain conditions; refer to the <a -href="https://www.gnu.org/licenses/gpl.html">license</a> for details.</p> +href="https://www.gnu.org/licenses/gpl.html">license</a> for details. diff --git a/meso-menu.sh b/meso-menu.sh @@ -61,6 +61,7 @@ print_high_tune_sub_menu() { echo " <li><a href=\"$link_path\">${entry[0]}</a></li>" fi done + echo " <li><a href="${root}high-tune/downloads/gas_opt_prop_en.pdf">htgop</a> <b>[PDF]</b>" echo ' </ul>' echo ' <ul>' if [ "$name" == "Starter-Pack" ]; then