Hi, I am running PyDDA with doppler Lidars. One thing I notice iss that " pydda.retrieval.get_dd_wind_field" always requires reflectivity. Looking at the source code shows the reflectivity is used for correcting vertical velocity of rain fall. In my case where Lidar scans dust particles/ aerosols, whose vertical velocity should be rather small. I set reflectivity as very small number around -200dBz. Would like to confirm such work-around should be appropriate?
Also, the Lidars can have different scan modes (e.g. ppi, rhi, along a fixed line), would like to know the differences between first combining various scans from same Lidar with “pyart.util.join_radar” as one radar object before passing them to PyDDA, versus directly passing individual scan to PyDDA as single radar object? From my test result, the second approach seems to output weird results. What will be the recommended aproach? Thanks.
Sunny