diff --git a/docs/paper.bib b/docs/paper.bib index 956afdd2..4a09c071 100644 --- a/docs/paper.bib +++ b/docs/paper.bib @@ -20,6 +20,18 @@ @Article{Totounferoush2021 DOI = {10.3390/a14060166} } +@Article{Valcke2022, +AUTHOR = {Valcke, Sophie and Piacentini, Andrea and Jonville, Gabriel}, +TITLE = {Benchmarking Regridding Libraries Used in Earth System Modelling}, +JOURNAL = {Mathematical and Computational Applications}, +VOLUME = {27}, +YEAR = {2022}, +NUMBER = {2}, +ARTICLE-NUMBER = {31}, +ISSN = {2297-8747}, +DOI = {10.3390/mca27020031} +} + @data{preciceDistribution, author = {Chen, Jun and Chourdakis, Gerasimos and Desai, Ishaan and Homs-Pons, Carme and Rodenberg, Benjamin and Schneider, David and Simonis, Frédéric and Uekermann, Benjamin and Davis, Kyle and Jaust, Alexander and Kelm, Mathis and Kotarsky, Niklas and Kschidock, Helena and Mishra, Durganshu and Mühlhäußer, Markus and Schrader, Timo Pierre and Schulte, Miriam and Seitz, Valentin and Signorelli, Joseph and van Zwieten, Gertjan and Vinnitchenko, Niklas and Vladimirova, Tina and Willeke, Leonard and Zonta, Elia}, publisher = {DaRUS}, diff --git a/docs/paper.md b/docs/paper.md index 432a33d4..44ef64a6 100644 --- a/docs/paper.md +++ b/docs/paper.md @@ -73,6 +73,10 @@ In fact, testing and developing preCICE was the use case behind the first protot Beyond the development in preCICE, ASTE also fosters the development of new adapter codes to be coupled via preCICE, as it aids in debugging and enhances the transparency of data flow. Moreover, combining preCICE's performance instrumentation with the ASTE's flexibility and insight, it enables finding appropriate settings for specific scenarios, as effectively demonstrated in the large-scale example in @ExaFSA2020. +Although coupling libraries like MUI offer their own testing and benchmarking infrastructure, e.g., [MUI's testing framework](https://github.com/MxUI/MUI-Testing), many tools do not provide such testing environments at all. +Instead, evaluating, testing and benchmarking of these libraries relies on hard-coded solutions tailored to individual test setups, e.g., the benchmarking performed by @Valcke2022. +ASTE covers a comprehensive, flexible and resuable toolchain for development, testing, and parameter tuning. + # Functionality & Use The central interface of ASTE is given through a VTK mesh file, which contains information about the geometric shape of the model we emulate.