Please clarify answer the following question, I do not understand what should I do based on your answer.
-
The following plot is related to quantile = 0.5 which is the median surface velocity. I want to figure out how I can plot the average surface velocity for a certain cross section. In other words, should I change the functions to obtain the average surface velocity?
-
Let me know why you have plotted median surface velocity instead of mean surface velocity? is there any specific reasons?
Your answer:
You could first average the 2d velocity in time while keeping the dimensions with keep_dims=True and then derive the velocities over a cross section. Each quantile should then contain the same values.
Please clarify answer the following question, I do not understand what should I do based on your answer.
The following plot is related to quantile = 0.5 which is the median surface velocity. I want to figure out how I can plot the average surface velocity for a certain cross section. In other words, should I change the functions to obtain the average surface velocity?
Let me know why you have plotted median surface velocity instead of mean surface velocity? is there any specific reasons?
Your answer:
You could first average the 2d velocity in time while keeping the dimensions with keep_dims=True and then derive the velocities over a cross section. Each quantile should then contain the same values.