Replies: 4 comments 22 replies
-
From #916:
@haicyu It would be great if you could share your results here. I suggest we compare the non-smoothed to the smoothed hazard intensity, for a single track and varying time steps, visually. Would that be possible? |
Beta Was this translation helpful? Give feedback.
-
From #916:
@haicyu For me, this relates mostly to ease of use and implementation. As I said, would be happy to incorporate a suitable smoothing algorithm. However, Climada has been stable for quite some time and the lack of such a tool was never a major issue. I would therefore make its application optional, e.g. via calling an additional method after constructing the wind field, or via an additional parameter to a current method. I assume such a smoothing algorithm requires the full wind field at every time step and position. These are computed within the The full wind field data is then discarded unless the user chooses to store_windfields . In any case, the data is then only available as a sparse matrix. What type of input data do your algorithms need? Do we need to convert the data into a dense numpy array or even an xarray DataArray?
|
Beta Was this translation helpful? Give feedback.
-
@peanutfun would you on the CLIMADA side have any resources available for a review? Would this be something that could be published in a paper? |
Beta Was this translation helpful? Give feedback.
-
To try and summarize, there are three sources of lack of smoothness in your example @haicyu, which I'm very familiar with (most of those have already been mentioned by @peanutfun or @chahank in some flavor; I'm just trying to summarize as an overview here):
I agree with @chahank that smoothing the values via an algorithm can be quite misleading in this case so I'd be cautious with such procedures. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Spurious image artifacts are making the hazard intensity profiles for tropical cyclones unusable at a high resolution.
Tropical cyclone storm tracks are printed into hazard intensity profiles at high spatial resolution with low temporal resolution. This results in spatial artifacts instead of a smooth profile of a tropical cyclone traveling through space over time. Is there any way to plot a smoother intensity profile for a given tropical cyclone?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've increased the number of synthetic tracks generated to get more smoothness by having them overlap with each other, but I've reached the limits of my system. Currently my model takes 4 hours to build, and I am still seeing these image artifacts. Is there any other way to get some smoothing? We should get a smooth intensity profile for a tropical cyclone along the direction of tropical cyclone travel and in a general region.
To Reproduce
Steps to reproduce the behavior/error:
Additional context
Add any other context or screenshots about the feature request here.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
From the view of Tokyo, we can see the expected versus actual intensity profiles along the direction of travel of the tropical cyclone, which is the red line. Because we seem to have large time steps between cyclone footprints, we have spatial artifacts in the form of these dips instead of a smooth profile. Is there any way to get continuity here?
When we look at the larger view of Japan, we have an area with lots of artifacts within a high intensity area. Is there any way to smooth out that whole region to be roughly even intensity, since the dips in intensity are accidental and not essential.
Beta Was this translation helpful? Give feedback.
All reactions