I have several data sets with different units that I need converted to mm and I'm having some trouble thinking out how to do it. The different units I'm dealing with are kg/m2/s, mm/day and mm/3hr, which I all need in a common unit of mm for comparison.

For this analysis I'm doing, I'm looking at the median of the yearly maximum rainfall over a 25 year time period, if that might have an impact on converting.

Edit: Also I'm doing this via python if you have a coding answer, but otherwise I just need to know how the changing units works.

Similar questions and discussions