Replies: 2 comments 2 replies
-
Hi, Not sure I understand. Can you please elaborate? Regarding the walls we are currently working on an entirely new scheme that includes voxels, i.e. we will not use Tg or TgOut. We will however include walls, wallsun and wallsh. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Dear Nils, Thank you for taking the time. I have a question regarding the use of POIs and the saved surface temperature (TgOut). As shown in the first figure, the surface temperature of sunlit areas on both building rooftops and the ground is identical, and the surface temperature of shaded areas is also the same. Upon reviewing the code (Solweig_2022a_calc_forprocessing.py), it seems that land cover is not considered when calculating TgOut. Instead, land cover is used in the subsequent step when calculating long wave radiation. Since I require surface temperature values that account for land cover variations, I would like to ask for your guidance on this matter.
Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My name is G. Kang, and I am conducting research on urban greening modeling using CFD models.
Following up on my previous question (#593, regarding building wall temperatures), I have made some modifications to the SOLWEIG code to calculate 3D surface temperatures.
I have a few questions:
I recalculated the TgOut values using the Lup values, which were computed considering land cover and GVF. Please see the illustration below:
original:
TgTemp = Tg * shadow + Ta
TgOut, timeadd, TgOut1 = TsWaveDelay_2015a(TgTemp, firstdaytime, timeadd, timestepdec, TgOut1)
renew:
renew_TgTemp = ((Lup+LupE+LupS+LupW+LupN)/(5SBCemis_grid))**(0.25) - 273.15
I calculated the 3D wall temp., referring to the SEBE_2015a_calc_forprocessing.py code and TgTemp and TgOut variables. I considered various factors such as walls, wallsun, wallsh, and wallshve.
Could you please let me know if there are any additional considerations or precautions for calculating 3D wall temperatures in the 2024a version mentioned earlier?
Thank you so much all the time!
Beta Was this translation helpful? Give feedback.
All reactions