From fa15e7b7d048b4a17a704ad38eb3584470986b44 Mon Sep 17 00:00:00 2001 From: Halvor Lund Date: Mon, 3 Jun 2024 10:42:58 +0200 Subject: [PATCH] Minor docs change --- linerate/equations/cigre207/solar_heating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linerate/equations/cigre207/solar_heating.py b/linerate/equations/cigre207/solar_heating.py index ef6b4d0..87f1e6c 100644 --- a/linerate/equations/cigre207/solar_heating.py +++ b/linerate/equations/cigre207/solar_heating.py @@ -92,7 +92,7 @@ def compute_global_radiation_intensity( ground). The factor :math:`0.5 \pi` is due the assumption that the ground reflects light diffusely and uniformly in all directions, so the reflected energy is always directed normally to the line. In CIGRE207, it is also assumed that the diffuse radiation is uniformly directed, - which leads to :math:`I_d (0.5 \pi + 0.5 F \pi)` instead of :math:`I_d (1 + 0.5 F \pi)` + which leads to :math:`I_d \pi/2 (1 + F)` instead of :math:`I_d (1 + 0.5 F \pi)` Parameters ----------