Replies: 16 comments 22 replies
-
Hi, The model output L component are estimated 1.1 magl so it includes surrounding surfaces (if there are any). |
Beta Was this translation helpful? Give feedback.
-
Hi @ML426, Do you have a reference for Angston (Ångström?)? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @biglimp, Yes, I am familiar with Python (not specifically Python on QGIS), but I am able to understand the code in a general sense. I have a measurement campaign that I am comparing to Solweig, and I'm noticing significant discrepancies especially at night. So, I'm questioning the possibility of improving the model. During the day, the anisotropic model works well, but at night, the isotropic model seems to perform better. In the anisotropic model, Ldown is substantially improved during the day but degraded at night. In Nil's paper, he mentions the possibility that emissivity may have influenced the results. I would like to delve into this by testing with the measurement data from my experimental campaign and comparing it with other models. I've seen in the code that there are two other emissivity models. Therefore, I want to see if testing other models or forcing measured Ldown could lead to better results (while waiting for advancements in estimating Ts). Additionally, I admit that diving into this extensive codebase can be time-consuming. If I have support and guidance, yes, I am willing to test and contribute to improvements. |
Beta Was this translation helpful? Give feedback.
-
I'm all in for testing together :)
I'm all in for testing together :) |
Beta Was this translation helpful? Give feedback.
-
We are a bit concerned with your radiation data it looks like you have tow values at each timestep? |
Beta Was this translation helpful? Give feedback.
-
No, on the previous graph, it's an output from Solweig that compares Kglobale with I0. |
Beta Was this translation helpful? Give feedback.
-
Okay, so next week I will add the Ångström equation for emissivity and you can try it. I will try to add an option to use observed Ldown, but I have to figure out how to handle the anisotropic sky with observed values. :) |
Beta Was this translation helpful? Give feedback.
-
Hi @ML426, Can you give me a specific reference for the Ångström equation you want to test? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @ML426, Here's a new version. I added the possibility to run with observed Ldown as well as sky longwave estimations according to Ångström (two from 1915?), Idso (1981) and Idso & Jackson (1969). I added dois for the papers in the code (emissivity_models.py). If you have another reference for the Ångström equation you proposed above (day and night) it would be nice, or if you could point to what page in the paper/thesis. Couldn't really find it in his paper/thesis. Please, try it and see if it works as expected. I did some quick tests and I think it works, but who knows. :) Looking forward to hearing from you! Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @nilswallenberg, Sorry for my late reply. I was a bit busy on other subjects. |
Beta Was this translation helpful? Give feedback.
-
The error message |
Beta Was this translation helpful? Give feedback.
-
The installation was successful, thank you :) Unfortunately, I've just tested it and got an error message :
I think it comes from the part where the diffuse radiation for the anisotropic model is calculated taking into account the vegetation DEM. I have a cDSM and a tDSM in the study case I want to test. |
Beta Was this translation helpful? Give feedback.
-
Exactly, I had kept the results of the previous SVF. But the calculations were already with the anisotropic model and a subdivision with 153 patches. Has anything changed in the SVFs calculation? In the meantime, I'll restart the SVF calculations and I'll let you know. |
Beta Was this translation helpful? Give feedback.
-
Hi @nilswallenberg, The models for emissivity show a slight difference in the total Ldown on the street (which also takes into account the influence of buildings). I am preparing a documented report to share with you, and I am also taking the opportunity to test other case studies. To compare with my pyrgeometer on the roof, do I need to adjust the height of the figure to the height of my roof (z=6m instead of 1.1m), or is it enough to place my Point Of Interest at the location of the wall? Another very important question, I notice differences between the outputs from UMEP for processing and the already installed UMEP. Is this normal? Has anything else changed in the calculation of radiation, or SVFs ? When comparing the hemispheric distribution outputs, where patches are categorized into distinct classes such as sky, vegetation, shaded building walls, etc., subtle differences are observed despite using identical inputs (DSM, cDSM, SVF...). |
Beta Was this translation helpful? Give feedback.
-
If I position a receiver (POI) at the same location as the wall, which in this case is my roof, the Ldown value recorded in the output file aligns with what I would expect from a pyrgeometer. That is right? As for the discrepancies I've noticed, I'm utilizing the most recent version of UMEP, or at least the version that is current when using the plugin. I had previously executed my models using the anisotropic sky and the default Prata model. I've rerun the model under the same conditions but this time with the UMEP for processing version you've recently sent me (maintaining the same inputs). Nevertheless, I observed different outcomes between the two attempts. My goal was expressly to draw comparisons with my earlier results. Best, |
Beta Was this translation helpful? Give feedback.
-
Alright, I see. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to force in my simulation the mesured Ldown from insitu measurements rather than using the prata approximation or something else?
I've tried forcing it by modifying the Ldown column in my weather file but I haven't seen much difference in my Ldown results (between when I leave -999 and when I use my measured values).
Furthermore, in the emissivity model, would it be possible to directly test another formula, for example Angston's formula, with different coefficients a, b and c for day and night?
Regards,
ML
PS: I am indeed referring to Ldown originating from the sky before interactions with the urban scene where it may be influenced by surface reflections. By the way, could you confirm for me that in the calculation of Ldown on the horizontal plane of the scene, it is indeed a component integrating LW from the sky and the surrounding surfaces? I think I saw something similar in the code, but as I write, I have a doubt :)
Beta Was this translation helpful? Give feedback.
All reactions