Hi all, I have a TRMM precipitation only netCDF dataset that I have coarsened to 4-degree resolution such that the dimensions are as follows: pcp(time,lat,lon) where time=54861, lat=25, and lon=90 (The dataset is a 9-point moving average with each time stamp centered in the middle of the window). My goal is to be able to extract the maximum value of precipitation such that each lat,lon grid point has a maximum precip value along with the time in the time series that it corresponds to. I have consulted...