Research of parallel global sea surface temperature contours extraction algorithm on CUDA platform

Chen QIAN,Zhenhong DU,Runzhou CAO,Feng ZHANG,Renyi LIU
DOI: https://doi.org/10.3785/j.issn.1008-9497.2014.01.019
2014-01-01
Abstract:Based on the analysis of GPU's parallel architecture and CUDA's flexible programmability, a contour extraction algorithm applied to gridded SST (Sea Surface Temperature) data implemented through block searching is proposed. This algorithm builds the"block"to reduce the times of grid traversal and avoids the unnecessary search of excluded cells effectively during the contour tracing procedure. Finally, the gridded products of different sizes are experimented. The results of contours extraction and time-consuming comparison show (1) the effectiveness and efficiency of the algorithm are improved especially for the large scale gird and (2) according to experimental data, GPU acceleration ratio increases with the grid's scale to 3.124 in maximun, validating its novel advantage compared to CPU when the grid's scale is barger than 720��1 440.
What problem does this paper attempt to address?