Modularizing Global Variable in Climate Simulation Software: Position Paper. Ma, Y., Dey, T., & Mockus, A. In Proceedings of the International Workshop on Software Engineering for Science, of SE4Science '16, pages 8–11, New York, NY, USA, 2016. Association for Computing Machinery.
Modularizing Global Variable in Climate Simulation Software: Position Paper [link]Paper  doi  abstract   bibtex   
In large-scale simulation codes, such as climate models, variables represent a large number of characteristics of earth surface and atmosphere for a single multi-dimensional cell and are distributed over a multitude of cores in the supercomputers where these simulations run. The hundreds of variables allow different parts of simulation representing specific sub-models, for example the photosynthesis, to interact with other sub-models of the simulation.The scientists of each domain write the simulation code for the sub-model representing their sub-domain. To integrate their code into the entire simulation, they need to deal with hundreds of unfamiliar variables of which only a small subset is relevant to their work. Designing such variables in a modular fashion, so that the scientists could interact only with the variables relevant to their sub-model is likely to increase the productivity of the scientists and to increase accuracy of the simulation codes.A natural way to group the variables into modules is by using a language feature that group them together, such as, struct construct in C language or a class in C++ language. Each scientist would then need to familiarize themselves with only a small subset of modules that contain variables used in their simulations. For example, Community Earth System Model (CESM) code v1.06 has 51 such modules (structures) that contain 1479 variables. The methods proposed below can be used to assess the modularity of the existing set of structures and to generate alternative modularizations that improve upon it.In a nutshell, the approach minimizes the number of variables exposed to other domains by the modules used in each domain.
@inproceedings{ma2016,
author = {Ma, Yuxing and Dey, Tapajit and Mockus, Audris},
title = {Modularizing Global Variable in Climate Simulation Software: Position Paper},
year = {2016},
isbn = {9781450341677},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2897676.2897681},
doi = {10.1145/2897676.2897681},
abstract = {In large-scale simulation codes, such as climate models, variables represent a large number of characteristics of earth surface and atmosphere for a single multi-dimensional cell and are distributed over a multitude of cores in the supercomputers where these simulations run. The hundreds of variables allow different parts of simulation representing specific sub-models, for example the photosynthesis, to interact with other sub-models of the simulation.The scientists of each domain write the simulation code for the sub-model representing their sub-domain. To integrate their code into the entire simulation, they need to deal with hundreds of unfamiliar variables of which only a small subset is relevant to their work. Designing such variables in a modular fashion, so that the scientists could interact only with the variables relevant to their sub-model is likely to increase the productivity of the scientists and to increase accuracy of the simulation codes.A natural way to group the variables into modules is by using a language feature that group them together, such as, struct construct in C language or a class in C++ language. Each scientist would then need to familiarize themselves with only a small subset of modules that contain variables used in their simulations. For example, Community Earth System Model (CESM) code v1.06 has 51 such modules (structures) that contain 1479 variables. The methods proposed below can be used to assess the modularity of the existing set of structures and to generate alternative modularizations that improve upon it.In a nutshell, the approach minimizes the number of variables exposed to other domains by the modules used in each domain.},
booktitle = {Proceedings of the International Workshop on Software Engineering for Science},
pages = {8–11},
numpages = {4},
keywords = {data modularization, developer productivity, climate simulation},
location = {Austin, Texas},
series = {SE4Science '16}
}

Downloads: 0