Articles | Volume 9, issue 6
https://doi.org/10.5194/gmd-9-2099-2016
https://doi.org/10.5194/gmd-9-2099-2016
Development and technical paper
 | 
09 Jun 2016
Development and technical paper |  | 09 Jun 2016

A new adaptive data transfer library for model coupling

Cheng Zhang, Li Liu, Guangwen Yang, Ruizhe Li, and Bin Wang

Related authors

C-Coupler1: a Chinese community coupler for Earth system modeling
L. Liu, G. Yang, B. Wang, C. Zhang, R. Li, Z. Zhang, Y. Ji, and L. Wang
Geosci. Model Dev., 7, 2281–2302, https://doi.org/10.5194/gmd-7-2281-2014,https://doi.org/10.5194/gmd-7-2281-2014, 2014
Enhancing reproducibility of numerical simulation result on the C-Coupler platform
L. Liu, R. Li, C. Zhang, G. Yang, and B. Wang
Geosci. Model Dev. Discuss., https://doi.org/10.5194/gmdd-7-4429-2014,https://doi.org/10.5194/gmdd-7-4429-2014, 2014
Revised manuscript not accepted

Related subject area

Climate and Earth system modeling
Leveraging regional mesh refinement to simulate future climate projections for California using the Simplified Convection-Permitting E3SM Atmosphere Model Version 0
Jishi Zhang, Peter Bogenschutz, Qi Tang, Philip Cameron-smith, and Chengzhu Zhang
Geosci. Model Dev., 17, 3687–3731, https://doi.org/10.5194/gmd-17-3687-2024,https://doi.org/10.5194/gmd-17-3687-2024, 2024
Short summary
Machine learning parameterization of the multi-scale Kain–Fritsch (MSKF) convection scheme and stable simulation coupled in the Weather Research and Forecasting (WRF) model using WRF–ML v1.0
Xiaohui Zhong, Xing Yu, and Hao Li
Geosci. Model Dev., 17, 3667–3685, https://doi.org/10.5194/gmd-17-3667-2024,https://doi.org/10.5194/gmd-17-3667-2024, 2024
Short summary
Impacts of spatial heterogeneity of anthropogenic aerosol emissions in a regionally refined global aerosol–climate model
Taufiq Hassan, Kai Zhang, Jianfeng Li, Balwinder Singh, Shixuan Zhang, Hailong Wang, and Po-Lun Ma
Geosci. Model Dev., 17, 3507–3532, https://doi.org/10.5194/gmd-17-3507-2024,https://doi.org/10.5194/gmd-17-3507-2024, 2024
Short summary
cfr (v2024.1.26): a Python package for climate field reconstruction
Feng Zhu, Julien Emile-Geay, Gregory J. Hakim, Dominique Guillot, Deborah Khider, Robert Tardif, and Walter A. Perkins
Geosci. Model Dev., 17, 3409–3431, https://doi.org/10.5194/gmd-17-3409-2024,https://doi.org/10.5194/gmd-17-3409-2024, 2024
Short summary
NEWTS1.0: Numerical model of coastal Erosion by Waves and Transgressive Scarps
Rose V. Palermo, J. Taylor Perron, Jason M. Soderblom, Samuel P. D. Birch, Alexander G. Hayes, and Andrew D. Ashton
Geosci. Model Dev., 17, 3433–3445, https://doi.org/10.5194/gmd-17-3433-2024,https://doi.org/10.5194/gmd-17-3433-2024, 2024
Short summary

Cited articles

Armstrong, C. W., Ford, R. W., and Riley, G. D.: Coupling integrated Earth System Model components with BFG2, Concurrency and Computation: Practice and Experience, 21, 767–791, https://doi.org/10.1002/cpe.1348, 2009.
Balaji, V., Anderson, J., Held, I., Winton, M., Durachta, J., Malyshev, S., and Stouffer, R. J.: The Exchange Grid: a mechanism for data exchange between Earth system components on independent grids, in: Parallel Computational Fluid Dynamics 2005 Theory and Applications, 179–186, https://doi.org/10.1016/B978-044452206-1/50021-5, 2006.
Chong, F. T. and Brewer, E. A.: Packaging and multiplexing of hierarchical scalable expanders, Parallel Computer Routing and Communication, Springer Berlin Heidelberg, 200–214, 1994.
Craig, A. P., Jacob, R., Kauffman, B., Bettge, T., Larson, J., Ong, E., Ding, C., and He, Y.: CPL6: the New Extensible, High Performance Parallel Coupler for the Community Climate System Model, Int. J. High Perform. C., 19, 309–327, 2005.
Craig, A. P., Vertenstein, M., and Jacob, R.: A new flexible coupler for Earth system modelling developed for CCSM4 and CESM1, Int. J. High Perform. C., 26, 31–42, https://doi.org/10.1177/1094342011428141, 2012.
Download
Short summary
We propose a butterfly implementation for data transfer. Although the butterfly implementation outperforms the existing implementation (the P2P implementation) in many cases, it degrades the performance in some cases. So we design and implement an adaptive data transfer library that automatically chooses an optimal implementation between the P2P one and the butterfly one and also further improves the performance based on the butterfly implementation through skipping some butterfly stages.