commit 67bff192cca47453dc65423a7e7ccba7bd34918b
parent e65353b90524a062fc6a4ebe33a1d7aa134479a3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Jun 2025 15:02:37 +0200
htrdr: delete changes page
Intended to list htrdr modifications, there was in fact only one,
published since the page's creation: htrdr-Urban. Its installation page
is now linked directly in the "Associated projects" section of the
presentation page, under the "ModRadUrb" item. While its results are no
longer displayed, they remain accessible via the related articles
section of the same page.
Diffstat:
7 files changed, 6 insertions(+), 94 deletions(-)
diff --git a/htrdr/Makefile b/htrdr/Makefile
@@ -122,19 +122,13 @@ PLANETSSPK_IMG=\
random01_visible.jpg\
random01_LW_10-12um.jpg
-MODS_IMG=\
- mods/Rendering_icif_district_spp200.jpg\
- mods/Ebudget_Streetcanyon_Broadband.svg\
- mods/MRT_map_icif_district_day.svg
-
IMG=$(OVERVIEW_IMG) $(ATMSPK_IMG) $(COMSPK_IMG) $(PLANETSSPK_IMG) $(MODS_IMG)
HTML=\
htrdr.html\
htrdr-atmosphere-spk.html\
htrdr-combustion-spk.html\
htrdr-planets-spk.html\
- htrdr-docs.html\
- htrdr-mods.html
+ htrdr-docs.html
build: .sig .man
@$(MAKE) -fMakefile -f .sig -f .man build_all
@@ -250,13 +244,6 @@ $(PLANETSSPK_README):
@tar -xz -f $(PLANETSSPK_ARCH) $(PLANETSSPK_README)
################################################################################
-# Mods
-################################################################################
-htrdr-mods.html: mods/htrdr-urban.html.in htrdr_build.sh $(MODS_IMG)
- @echo "Building $@"
- @$(SHELL) htrdr_build.sh mods > $@
-
-################################################################################
# Check files
################################################################################
lint: build .lint
diff --git a/htrdr/htrdr.md.in b/htrdr/htrdr.md.in
@@ -175,6 +175,11 @@ research projects:
atmospheric fluxes* on a plane positioned anywhere in the scene, both
in the visible and the infrared spectral ranges.
+ Note that the
+ [`htrdr` Urban](https://gitlab.com/edstar/htrdr/-/tree/main_urban) fork adds
+ the calculation of the radiative flux density incident on or absorbed
+ by a group of triangles to the geometry of the ground and humans.
+
- In project
[MCG-RaD](https://anr.fr/Projet-ANR-18-CE46-0012)
the `htrdr` codebase was used to explore a whole new class of
diff --git a/htrdr/mods/Ebudget_Streetcanyon_Broadband.svg b/htrdr/mods/Ebudget_Streetcanyon_Broadband.svg
@@ -1 +0,0 @@
-#$# git-wad 4f01c41f195f3c486c58e5617b4d55e609ad8d9e7961e36dab7d74e1c8e3b8d7 112397
-\ No newline at end of file
diff --git a/htrdr/mods/MRT_map_icif_district_day.svg b/htrdr/mods/MRT_map_icif_district_day.svg
@@ -1 +0,0 @@
-#$# git-wad 0d784883573ec9f6807004c2eee253d09959c61cd61e5dc8d256717503de163c 210511
-\ No newline at end of file
diff --git a/htrdr/mods/Rendering_icif_district_spp200.jpg b/htrdr/mods/Rendering_icif_district_spp200.jpg
@@ -1 +0,0 @@
-#$# git-wad cdd28e25ccb72a10dad1f34eed834f254f80b615d546ab67d2d18745ebb58eb2 342698
-\ No newline at end of file
diff --git a/htrdr/mods/htrdr-urban.html.in b/htrdr/mods/htrdr-urban.html.in
@@ -1,68 +0,0 @@
-<h2 id="urban"><code style="color: #000000">htrdr</code> Urban</h2>
-
-<div class="img" style="width: 20em">
- <a href="mods/Rendering_icif_district_spp200.jpg">
- <img src="mods/Rendering_icif_district_spp200.jpg" alt="icif_district">
- </a>
- <div class="caption">
- Fig. 1 - Rendering in the visible part of the solar spectrum of a
- procedurally generated dense mid-rise city. The number of pixels is 1500x800,
- the vertical field of view 70°, and the number of samples per pixel 200.
- </div>
-</div>
-
-<p>The <code>htrdr</code> Urban program is a fork of <code>htrdr</code> 0.6.1
-that simulates radiative transfer in scenes composed of an atmospheric gas
-mixture, clouds, and a ground with buildings and vegetation. In addition of
-<b>visible or infrared rendering</b> of virtual scenes and calculation of
-<b>solar or infrared irradiation</b>, <code>htrdr</code> Urban adds the
-calculation of <b>radiative flux density</b> incident on or absorbed by a group
-of triangles belonging to the ground geometry (e.g. building, walls, windows,
-roofs, <i>etc.</i>) and humans. Visit the <a
-href="https://gitlab.com/edstar/htrdr/-/tree/main_urban">project repository</a>
-for more information about this modification (features, installation process,
-use case, <i>etc</i>).
-
-<p>The following figures illustrate some of the results obtained with
-<code>htrdr</code> Urban.</p>
-
-<div style="display: inline-block;">
- <div style="float: left; width: 22em; margin-right: 1em;">
- <a href="mods/Ebudget_Streetcanyon_Broadband.svg">
- <img src="mods/Ebudget_Streetcanyon_Broadband.svg" alt="ebudget">
- </a>
- <div class="caption">
- Fig. 2 - Solar radiation budget of infinitely-long street canyon
- geometries with different aspect ratios (building height divided by street
- width) simulated with htrdr-urban (MC) and the Town Energy Balance (TEB),
- which calculates radiative exchange with the radiosity method. The
- radiation budget consists of the reflected radiation (UP) and the radiation
- absorbed by the roof (ABS_ROOF), walls (ABS_WALL), and road (ABS_ROAD). All
- terms have been normalized with the downwelling solar radiation. The plane
- area building density is 0.5. All surfaces have a Lambertian broadband
- albedo of 0.5. (left) The downwelling solar radiation consists of only
- direct radiation. (right) The downwelling solar radiation consists of
- isotropic diffusive radiation.
- </div>
- </div>
-
- <div style="float: left; width: 26em;">
- <a href="mods/MRT_map_icif_district_day.svg">
- <img src="mods/MRT_map_icif_district_day.svg" alt="MRT_day">
- </a>
- <div class="caption">
- Fig. 3 - (left) Spatial distribution (1 m resolution) of the
- Mean Radiant Temperature (MRT) in a compact mid-rise urban district of
- 800 m x 800 m horizontal extent during the daytime. A
- rendering of the district is shown in Fig. 1. The solar elevation angle
- is 50° and the sky is clear. The sun is located in the west of the
- district (it shines from left to right) leading to low MRT due to shading on
- the right of the buildings and high MRT due to reflected solar radiation on
- the left of the buildings. The temperature of all surfaces is 295 K. The
- white colour depicts the built areas for which the outdoor MRT is not
- defined. (right) Standard deviation of the MRT displayed in (left) calculated
- by the Monte-Carlo method.
- </div>
- </div>
-</div>
-
diff --git a/meso-menu.sh b/meso-menu.sh
@@ -136,12 +136,6 @@ print_htrdr_sub_menu()
echo " <a href=\"${root}htrdr/htrdr.html\">Overview</a>"
fi
echo "  . "
- if [ "${name}" = "Mods" ]; then
- echo " <span class=\"cur\">Modifications</span>"
- else
- echo " <a href=\"${root}htrdr/htrdr-mods.html\">Modifications</a>"
- fi
- echo "  . "
if [ "${name}" = "Documentations" ]; then
echo " <span class=\"cur\">Manual pages</span>"
else