Redirigiendo al acceso original de articulo en 19 segundos...
ARTÍCULO
TITULO

Towards a performance portable, architecture agnostic implementation strategy for weather and climate models

Oliver Fuhrer    
Carlos Osuna    
Xavier Lapillonne    
Tobias Gysi    
Ben Cumming    
Mauro Bianco    
Andrea Arteaga    
Thomas Christoph Schulthess    

Resumen

We propose a software implementation strategy for complex weather and climate models that produces performance portable, architecture agnostic codes. It relies on domain and data structure specific tools that are usable within common model development frameworks -- Fortran today and possibly high-level programming environments like Python in the future. We present the strategy in terms of a refactoring project of the atmospheric model COSMO, where we have rewritten the dynamical core and refactored the remaining Fortran code. The dynamical core is built on top of the domain specific ``Stencil Loop Language'' for stencil computations on structured grids, a generic framework for halo exchange and boundary conditions, as well as a generic communication library that handles data exchange on a distributed memory system. All these tools are implemented in C++ making extensive use of generic programming and template metaprogramming. The refactored code is shown to outperform the current production code and is performance portable to various hybrid CPU-GPU node architectures.