"maximun source-receiver distance" Parameter #518
-
Hi,
Althought it is a large model (the entire surface of Spain), the computation has been really fast (2 hours). Results
Questions/doubts:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, Height of receivers/sources are by default relative to the dtm. So for receivers you should at least set an height > 0 (Cnossos is 4m height and 2m of facades). For road, Road_Emission_from_Traffic will create source at 0.05m from above the surface. maximum source-receiver distance will stop searching for noise source after the specified distance, so it will greatly impact the computation time. You should set 350m to this value, not more than 800m as this is out of the bounds of cnossos model.
|
Beta Was this translation helpful? Give feedback.
-
No, but you can use the WPS block set_height, to change the height of you receivers. It is a mistake in the documentation, we will change it soon, thank you !
It depends, if you distance is very small, the domain is cutted in a lot of small pieces to run your calculation in parrallel. The preparation of the parallel computing can be in some few cases > at the path finding algorithm computation time
You will have to go further than the limitation... For a project we run CNOSSOS over 2.5km, it is far from the "official" limits of the model, but still will give you some coherent sound levels. You have to be aware that further than 800m some physicial phenomenom can be predominant (link to meteorology for example) and are not well describe in the CNOSSOS model at the distances. |
Beta Was this translation helpful? Give feedback.
No, but you can use the WPS block set_height, to change the height of you receivers. It is a mistake in the documentation, we will change it soon, thank you !
It depends, if you distance is very small, the domain is cutted in a lot of small pieces to run your calculation in parrallel. The preparation of the parallel computing can be in some few cases > at the path finding …