期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
副热带太平洋海气变异对ENSO影响的研究进展和展望 被引量:1
1
作者 冯俊乔 鲁云龙 +3 位作者 官聪 袁欣 惠玉超 武杰 《海洋科学》 CAS 北大核心 2020年第8期1-7,共7页
El Niño–Southern Oscillation(ENSO)是热带太平洋海气作用最强的年际信号,其变化会引起全球气候异常,对东亚季风具有重要影响。2000年后中部型El Niño频繁发生,掀起了ENSO多样性研究热潮;El Niño的复杂性也对ENSO理论... El Niño–Southern Oscillation(ENSO)是热带太平洋海气作用最强的年际信号,其变化会引起全球气候异常,对东亚季风具有重要影响。2000年后中部型El Niño频繁发生,掀起了ENSO多样性研究热潮;El Niño的复杂性也对ENSO理论研究和预测提出了新的挑战。为进一步理解并深入研究ENSO物理机制,本文总结了近年来对两类ENSO的最新认识;特别对副热带太平洋通过海气界面“大气桥”和太平洋副热带-热带经向环流圈的内部经向翻转环流这一“海洋通道”与热带太平洋建立联系的相关成果进行了阐述,并对存在的关键问题进行了展望。 展开更多
关键词 太平洋副热带-热带经向翻转环流 副热带南太平洋经向模 副热带北太平洋经向模 ENSO
在线阅读 下载PDF
G省水库移民引起的社会问题评价模型及其应用
2
作者 丁以中 《上海海运学院学报》 1990年第2期57-63,共7页
本文以系统工程思想为指导,建立了“水库移民引起的社会问题评价模型”(SPMM),并以此模型对G省水利梯级开发的三个方案进行了综合的、定量的评价,从而为决策者提供决策依据。
关键词 水库管理 移民问题 系统工程 层次分析 评价指标体系 spmm
在线阅读 下载PDF
CMIP 6 models simulation of the connection between North/South Pacific Meridional Mode and ENSO 被引量:1
3
作者 Yunlong LU Junqiao FENG Dunxin HU 《Journal of Oceanology and Limnology》 SCIE CAS CSCD 2024年第2期439-453,共15页
The subtropical North and South Pacific Meridional Modes(NPMM and SPMM)are well known precursors of El Niño-Southern Oscillation(ENSO).However,relationship between them is not constant.In the early 1980,the relat... The subtropical North and South Pacific Meridional Modes(NPMM and SPMM)are well known precursors of El Niño-Southern Oscillation(ENSO).However,relationship between them is not constant.In the early 1980,the relationship experienced an interdecadal transition.Changes in this connection can be attributed mainly to the phase change of the Pacific decadal oscillation(PDO).During the positive phase of PDO,a shallower thermocline in the central Pacific is responsible for the stronger trade wind charging(TWC)mechanism,which leads to a stronger equatorial subsurface temperature evolution.This dynamic process strengthens the connection between NPMM and ENSO.Associated with the negative phase of PDO,a shallower thermocline over southeastern Pacific allows an enhanced wind-evaporation-SST(WES)feedback,strengthening the connection between SPMM and ENSO.Using 35 Coupled Model Intercomparison Project Phase 6(CMIP6)models,we examined the NPMM/SPMM performance and its connection with ENSO in the historical runs.The great majority of CMIP6 models can reproduce the pattern of NPMM and SPMM well,but they reveal discrepant ENSO and NPMM/SPMM relationship.The intermodal uncertainty for the connection of NPMM-ENSO is due to different TWC mechanism.A stronger TWC mechanism will enhance NPMM forcing.For SPMM,few models can simulate a good relationship with ENSO.The intermodel spread in the relationship of SPMM and ENSO owing to SST bias in the southeastern Pacific,as WES feedback is stronger when the southeastern Pacific is warmer. 展开更多
关键词 North and South Pacific Meridional Modes(NPMM and spmm) El Niño-Southern Oscillation(ENSO) Pacific decadal oscillation(PDO) Coupled Model Intercomparison Project Phase 6(CMIP6)
在线阅读 下载PDF
Sgap:towards efficient sparse tensor algebra compilation for GPU
4
作者 Genghan Zhang Yuetong Zhao +6 位作者 Yanting Tao Zhongming Yu Guohao Dai Sitao Huang Yuan Wen Pavlos Petoumenos Yu Wang 《CCF Transactions on High Performance Computing》 2023年第2期210-227,共18页
Sparse compiler is a promising solution for sparse tensor algebra optimization.In compiler implementation,reduction in sparse-dense hybrid algebra plays a key role in performance.Though GPU provides various reduction ... Sparse compiler is a promising solution for sparse tensor algebra optimization.In compiler implementation,reduction in sparse-dense hybrid algebra plays a key role in performance.Though GPU provides various reduction semantics that can better utilize the parallel computing and memory bandwidth capacity,the central question is:how to elevate the flexible reduction semantics to sparse compilation theory that assumes serial execution.Specifically,we have to tackle two main challenges:(1)there are wasted parallelism by adopting static synchronization granularity(2)static reduction strategy limits optimization space exploration.We propose Sgap:s egment g roup and a tomic p arallelism to solve these problems.Atomic parallelism captures the flexible reduction semantics to systematically analyze the optimization space of sparse-dense hybrid algebra on GPU.It is a new optimization technique beyond current compiler-based and open-source runtime libraries.Segment group elevates the flexible reduction semantics to suitable levels of abstraction in the sparse compilation theory.It adopts changeable group size and user-defined reduction strategy to solve challenge(1)and(2),respectively.Finally,we use GPU sparse matrix-matrix multiplication(SpMM)on the TACO compiler as a use case to demonstrate the effectiveness of segment group in reduction semantics elevation.We achieve up to 1.2×speedup over the original TACO’s SpMM kernels.We also apply new optimization techniques found by atomic parallelism to an open-source state-of-the-art SpMM library dgSPARSE.We achieve 1.6×∼2.3×speedup on the algorithm tuned with atomic parallelism. 展开更多
关键词 Sparse compiler Sparse tensor algebra spmm GPU
在线阅读 下载PDF
Optimizing sparse-dense matrix-matrix multiplication for DCUs
5
作者 Hengliang Guo Yubo Han +5 位作者 Haolei Wang Shengguang Zhu Gang Wu Yang Guo Xiangdong Liu Chuanqiang Li 《CCF Transactions on High Performance Computing》 2026年第1期49-60,共12页
To address the issues of sparse matrix load imbalance and parallelism degradation with increasing matrix size in the mainstream Sparse-dense matrix-matrix multiplication(SpMM)parallelization strategy row-split,we prop... To address the issues of sparse matrix load imbalance and parallelism degradation with increasing matrix size in the mainstream Sparse-dense matrix-matrix multiplication(SpMM)parallelization strategy row-split,we propose a new framework for parallel SpMM computation on DCUs(GPU-like accelerators).This framework is based on the standard CSR format,requiring no additional format conversion,and thus offers strong generality.To address the issue of load imbalance,we introduce a coarse-grained two-level binning strategy that categorizes the rows of the sparse matrix into three groups based on the number of non-zero elements.Dedicated computation kernels are designed for each category to better accommodate different types of computational tasks,thereby significantly improving load balance.To address the decline in parallelism as the matrix size increases,we design multiple optimized kernels and dynamically select the optimal configuration at runtime to maximize parallelism.Experimental results show that our proposed SpMM framework significantly outperforms two current state-of-the-art row-split based SpMM algorithms(rocSparse and GE-SpMM),achieving speedups of 5.4×and 2.28×,respectively. 展开更多
关键词 spmm Sparse matrix Load balancing DCU accelerator
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部