From 450182588af5852c85d973a1cd2d2b64ab2f78c3 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 09:46:35 +0100 Subject: [PATCH 1/6] Add entropy citation --- benchmarks/entropy_adiabat/README.md | 2 ++ doc/make_cite_html.py | 6 ++++-- doc/manual/citing_aspect.bib | 15 ++++++++++++++ doc/sphinx/references.bib | 20 +++++++++++++++++-- include/aspect/global.h | 1 + source/initial_composition/world_builder.cc | 1 - source/initial_temperature/world_builder.cc | 1 - source/material_model/entropy_model.cc | 2 ++ source/particle/manager.cc | 1 - .../property/crystal_preferred_orientation.cc | 1 - source/postprocess/geoid.cc | 2 -- source/postprocess/visualization/geoid.cc | 1 - source/simulator/assembly.cc | 1 - source/simulator/core.cc | 1 - source/simulator/melt.cc | 1 - source/simulator/newton.cc | 1 - source/simulator/stokes_matrix_free.cc | 1 - 17 files changed, 42 insertions(+), 16 deletions(-) diff --git a/benchmarks/entropy_adiabat/README.md b/benchmarks/entropy_adiabat/README.md index a39ec176a93..42b28f93360 100644 --- a/benchmarks/entropy_adiabat/README.md +++ b/benchmarks/entropy_adiabat/README.md @@ -6,3 +6,5 @@ contains a technical benchmark for the entropy advection method. The model setup is described in `entropy_adiabat.prm` and requires the shared libraries in the `plugins/` directory. In particular it requires a material model (`plugins/entropy_model.cc/h`) that is formulated using pressure and entropy as independent variables, a different assembler that assembles the entropy equation (`plugins/entropy_advection.cc/h`) and a different way to compute the adiabatic background profile (`plugins/compute_entropy_profile.cc/h`). + +The benchmark and its results are described in {cite:t}`dannberg:etal:2022`. Please remember to cite this paper when using the entropy advection method. diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index 402257a7a7a..fcb6e71394f 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -73,7 +73,8 @@ "fraters_menno_2020_3900603" : "GWB", "Fraters2019c" : "GWB", "fraters:etal:2019" : "NewtonSolver", - "fraters_billen_2021_cpo" : "CPO" + "fraters_billen_2021_cpo" : "CPO", + "dannberg:etal:2022" : "entropy" } want = [] @@ -106,7 +107,8 @@ "gassmoller:etal:2020" : "Rene Gassmöller, Juliane Dannberg, Wolfgang Bangerth, Timo Heister, and Robert Myhill. 2020. “On Formulations of Compressible Mantle Convection.” Geophysical Journal International 221 (2) (February 13): 1264–1280. doi:10.1093/gji/ggaa078. http://dx.doi.org/10.1093/gji/ggaa078.", "heister:etal:2017" : "Timo Heister, Juliane Dannberg, Rene Gassmöller, and Wolfgang Bangerth. 2017. “High Accuracy Mantle Convection Simulation through Modern Numerical Methods – II: Realistic Models and Problems.” Geophysical Journal International 210 (2) (May 9): 833–851. doi:10.1093/gji/ggx195. http://dx.doi.org/10.1093/gji/ggx195.", "rose_freesurface" : "Ian Rose, Bruce Buffett, and Timo Heister. 2017. “Stability and Accuracy of Free Surface Time Integration in Viscous Flows.” Physics of the Earth and Planetary Interiors 262 (January): 90–100. doi:10.1016/j.pepi.2016.11.007. http://dx.doi.org/10.1016/j.pepi.2016.11.007.", - "fraters_billen_2021_cpo" : "Fraters, M. R. T. and Billen, M. I. 2021. “On the Implementation and Usability of Crystal Preferred Orientation Evolution in Geodynamic Modeling” Geochemistry, Geophysics, Geosystems 22 (10): e2021GC009846. doi:10.1029/2021GC009846. https://doi.org/10.1029/2021GC009846." + "fraters_billen_2021_cpo" : "Fraters, M. R. T. and Billen, M. I. 2021. “On the Implementation and Usability of Crystal Preferred Orientation Evolution in Geodynamic Modeling” Geochemistry, Geophysics, Geosystems 22 (10): e2021GC009846. doi:10.1029/2021GC009846. https://doi.org/10.1029/2021GC009846.", + "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293." } diff --git a/doc/manual/citing_aspect.bib b/doc/manual/citing_aspect.bib index 7eae3f3bd48..8685fd87a15 100644 --- a/doc/manual/citing_aspect.bib +++ b/doc/manual/citing_aspect.bib @@ -309,6 +309,21 @@ @Article{Dannberg2018 publisher = {National Acad Sciences}, } +@article{dannberg:etal:2022, +author = {Dannberg, Juliane and Gassmöller, Rene and Li, Ranpeng and Lithgow-Bertelloni, Carolina and Stixrude, Lars}, +title = {An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage}, +journal = {Geophysical Journal International}, +volume = {231}, +number = {3}, +pages = {1833-1849}, +year = {2022}, +month = {07}, +issn = {0956-540X}, +doi = {10.1093/gji/ggac293}, +url = {https://doi.org/10.1093/gji/ggac293}, +eprint = {https://academic.oup.com/gji/article-pdf/231/3/1833/46842522/ggac293.pdf}, +} + @article{vanderwiel2024, title={Quantifying mantle mixing through configurational Entropy}, author={van der Wiel, Erik and Thieulot, Cedric and van Hinsbergen, Douwe JJ}, diff --git a/doc/sphinx/references.bib b/doc/sphinx/references.bib index d7e873fdeb1..c7be3e19a8f 100644 --- a/doc/sphinx/references.bib +++ b/doc/sphinx/references.bib @@ -12264,7 +12264,7 @@ @article{macdonald_fyfe_1985 year = {1985} } - @article{Dannberg:Sobolev:2015, +@article{Dannberg:Sobolev:2015, title={Low-buoyancy thermochemical plumes resolve controversy of classical mantle plume concept}, author={Dannberg, Juliane and Sobolev, Stephan V.}, year={2015}, @@ -12273,7 +12273,23 @@ @article{Dannberg:Sobolev:2015 number={11}, journal={Nature Communications}, publisher={Nature Publishing Group}, - pages={6960} } + pages={6960} +} + +@article{dannberg:etal:2022, +author = {Dannberg, Juliane and Gassmöller, Rene and Li, Ranpeng and Lithgow-Bertelloni, Carolina and Stixrude, Lars}, +title = {An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage}, +journal = {Geophysical Journal International}, +volume = {231}, +number = {3}, +pages = {1833-1849}, +year = {2022}, +month = {07}, +issn = {0956-540X}, +doi = {10.1093/gji/ggac293}, +url = {https://doi.org/10.1093/gji/ggac293}, +eprint = {https://academic.oup.com/gji/article-pdf/231/3/1833/46842522/ggac293.pdf}, +} @article{stixrude:Lithgow:2022, title={Thermal expansivity, heat capacity and bulk modulus of the mantle}, diff --git a/include/aspect/global.h b/include/aspect/global.h index 8dd8701dcbe..5ba074c3d4f 100644 --- a/include/aspect/global.h +++ b/include/aspect/global.h @@ -23,6 +23,7 @@ #define _aspect_global_h #include +#include #include diff --git a/source/initial_composition/world_builder.cc b/source/initial_composition/world_builder.cc index 16695d0841f..5fe145c516c 100644 --- a/source/initial_composition/world_builder.cc +++ b/source/initial_composition/world_builder.cc @@ -23,7 +23,6 @@ #ifdef ASPECT_WITH_WORLD_BUILDER #include #include -#include #include diff --git a/source/initial_temperature/world_builder.cc b/source/initial_temperature/world_builder.cc index ae1f5eac2c4..0fed8714264 100644 --- a/source/initial_temperature/world_builder.cc +++ b/source/initial_temperature/world_builder.cc @@ -25,7 +25,6 @@ #include #include #include -#include #include diff --git a/source/material_model/entropy_model.cc b/source/material_model/entropy_model.cc index 8c8a37b00ca..c6a7daa1a17 100644 --- a/source/material_model/entropy_model.cc +++ b/source/material_model/entropy_model.cc @@ -71,6 +71,8 @@ namespace aspect void EntropyModel::initialize() { + CitationInfo::add("entropy"); + AssertThrow (this->get_parameters().formulation_mass_conservation == Parameters::Formulation::MassConservation::projected_density_field, ExcMessage("The 'entropy model' material model was only tested with the " diff --git a/source/particle/manager.cc b/source/particle/manager.cc index de565f01621..b283cc36d06 100644 --- a/source/particle/manager.cc +++ b/source/particle/manager.cc @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/source/particle/property/crystal_preferred_orientation.cc b/source/particle/property/crystal_preferred_orientation.cc index ecabe40f07f..3e4ed9a3934 100644 --- a/source/particle/property/crystal_preferred_orientation.cc +++ b/source/particle/property/crystal_preferred_orientation.cc @@ -20,7 +20,6 @@ #include #include -#include #include #include diff --git a/source/postprocess/geoid.cc b/source/postprocess/geoid.cc index 74876faef25..0f18a5cd798 100644 --- a/source/postprocess/geoid.cc +++ b/source/postprocess/geoid.cc @@ -30,8 +30,6 @@ #include #include -#include - namespace aspect { diff --git a/source/postprocess/visualization/geoid.cc b/source/postprocess/visualization/geoid.cc index e1bbc483fe5..71260735084 100644 --- a/source/postprocess/visualization/geoid.cc +++ b/source/postprocess/visualization/geoid.cc @@ -23,7 +23,6 @@ #include #include #include -#include diff --git a/source/simulator/assembly.cc b/source/simulator/assembly.cc index cc819512055..912991d4a9b 100644 --- a/source/simulator/assembly.cc +++ b/source/simulator/assembly.cc @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/source/simulator/core.cc b/source/simulator/core.cc index 98ac0654a78..1bcd71db061 100644 --- a/source/simulator/core.cc +++ b/source/simulator/core.cc @@ -27,7 +27,6 @@ #include #include #include -#include #include #ifdef ASPECT_WITH_WORLD_BUILDER diff --git a/source/simulator/melt.cc b/source/simulator/melt.cc index 87222eb6b05..aa665160a32 100644 --- a/source/simulator/melt.cc +++ b/source/simulator/melt.cc @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/source/simulator/newton.cc b/source/simulator/newton.cc index dbe07857332..22becebfa6f 100644 --- a/source/simulator/newton.cc +++ b/source/simulator/newton.cc @@ -24,7 +24,6 @@ #include #include -#include namespace aspect { diff --git a/source/simulator/stokes_matrix_free.cc b/source/simulator/stokes_matrix_free.cc index 26a034f3ea7..cac32af4725 100644 --- a/source/simulator/stokes_matrix_free.cc +++ b/source/simulator/stokes_matrix_free.cc @@ -20,7 +20,6 @@ #include -#include #include #include #include From 6d3f39170c1e4952fe1665fc1087c8a63c23b909 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 12:13:20 +0100 Subject: [PATCH 2/6] Add grain size --- doc/make_cite_html.py | 6 ++++-- doc/sphinx/references.bib | 5 ++++- source/material_model/grain_size.cc | 2 ++ .../material_model/reaction_model/grain_size_evolution.cc | 2 ++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index fcb6e71394f..cc2c4464ad9 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -74,7 +74,8 @@ "Fraters2019c" : "GWB", "fraters:etal:2019" : "NewtonSolver", "fraters_billen_2021_cpo" : "CPO", - "dannberg:etal:2022" : "entropy" + "dannberg:etal:2022" : "entropy", + "dannberg:grain:size" : "grainsize" } want = [] @@ -108,7 +109,8 @@ "heister:etal:2017" : "Timo Heister, Juliane Dannberg, Rene Gassmöller, and Wolfgang Bangerth. 2017. “High Accuracy Mantle Convection Simulation through Modern Numerical Methods – II: Realistic Models and Problems.” Geophysical Journal International 210 (2) (May 9): 833–851. doi:10.1093/gji/ggx195. http://dx.doi.org/10.1093/gji/ggx195.", "rose_freesurface" : "Ian Rose, Bruce Buffett, and Timo Heister. 2017. “Stability and Accuracy of Free Surface Time Integration in Viscous Flows.” Physics of the Earth and Planetary Interiors 262 (January): 90–100. doi:10.1016/j.pepi.2016.11.007. http://dx.doi.org/10.1016/j.pepi.2016.11.007.", "fraters_billen_2021_cpo" : "Fraters, M. R. T. and Billen, M. I. 2021. “On the Implementation and Usability of Crystal Preferred Orientation Evolution in Geodynamic Modeling” Geochemistry, Geophysics, Geosystems 22 (10): e2021GC009846. doi:10.1029/2021GC009846. https://doi.org/10.1029/2021GC009846.", - "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293." + "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293.", + "dannberg:grain:size" : "Dannberg, J., Eilon, Z., Faul, U., Gassmöller, R., Moulik, P. and Myhill, R. 2017. The importance of grain size to mantle dynamics and seismological observations. Geochemistry, Geophysics, Geosystems, 18(8), pp.3034-3061. doi:10.1002/2017GC006944. https://doi.org/10.1002/2017GC006944." } diff --git a/doc/sphinx/references.bib b/doc/sphinx/references.bib index c7be3e19a8f..5797b398fe6 100644 --- a/doc/sphinx/references.bib +++ b/doc/sphinx/references.bib @@ -12154,7 +12154,10 @@ @article{dannberg:grain:size number={8}, pages={3034--3061}, year={2017}, - publisher={Wiley Online Library} + publisher={Wiley Online Library}, + doi = {https://doi.org/10.1002/2017GC006944}, + url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2017GC006944}, + eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1002/2017GC006944} } @article{simmons:etal:2019, diff --git a/source/material_model/grain_size.cc b/source/material_model/grain_size.cc index 172b5625d12..5ca16035819 100644 --- a/source/material_model/grain_size.cc +++ b/source/material_model/grain_size.cc @@ -83,6 +83,8 @@ namespace aspect void GrainSize::initialize() { + CitationInfo::add("grainsize"); + n_material_data = material_file_names.size(); for (unsigned i = 0; i < n_material_data; ++i) { diff --git a/source/material_model/reaction_model/grain_size_evolution.cc b/source/material_model/reaction_model/grain_size_evolution.cc index 59faa3cc167..9c6269ad9ff 100644 --- a/source/material_model/reaction_model/grain_size_evolution.cc +++ b/source/material_model/reaction_model/grain_size_evolution.cc @@ -85,6 +85,8 @@ namespace aspect void GrainSizeEvolution::initialize_phase_function(std::shared_ptr> &phase_function_) { + CitationInfo::add("grainsize"); + phase_function = phase_function_; n_phase_transitions = phase_function->n_phases_for_each_composition()[0] - 1; } From 8829c5cb649a234adc496fb2d655e34caf0d90d6 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 12:26:48 +0100 Subject: [PATCH 3/6] Add Boukare melt model --- doc/make_cite_html.py | 6 ++++-- doc/manual/citing_aspect.bib | 15 +++++++++++++++ doc/sphinx/references.bib | 15 +++++++++++++++ source/material_model/melt_boukare.cc | 2 ++ 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index cc2c4464ad9..42326e2dbfb 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -75,7 +75,8 @@ "fraters:etal:2019" : "NewtonSolver", "fraters_billen_2021_cpo" : "CPO", "dannberg:etal:2022" : "entropy", - "dannberg:grain:size" : "grainsize" + "dannberg:grain:size" : "grainsize", + "dannberg:etal:2021" : "boukaremelt" } want = [] @@ -110,7 +111,8 @@ "rose_freesurface" : "Ian Rose, Bruce Buffett, and Timo Heister. 2017. “Stability and Accuracy of Free Surface Time Integration in Viscous Flows.” Physics of the Earth and Planetary Interiors 262 (January): 90–100. doi:10.1016/j.pepi.2016.11.007. http://dx.doi.org/10.1016/j.pepi.2016.11.007.", "fraters_billen_2021_cpo" : "Fraters, M. R. T. and Billen, M. I. 2021. “On the Implementation and Usability of Crystal Preferred Orientation Evolution in Geodynamic Modeling” Geochemistry, Geophysics, Geosystems 22 (10): e2021GC009846. doi:10.1029/2021GC009846. https://doi.org/10.1029/2021GC009846.", "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293.", - "dannberg:grain:size" : "Dannberg, J., Eilon, Z., Faul, U., Gassmöller, R., Moulik, P. and Myhill, R. 2017. The importance of grain size to mantle dynamics and seismological observations. Geochemistry, Geophysics, Geosystems, 18(8), pp.3034-3061. doi:10.1002/2017GC006944. https://doi.org/10.1002/2017GC006944." + "dannberg:grain:size" : "Dannberg, J., Eilon, Z., Faul, U., Gassmöller, R., Moulik, P. and Myhill, R. 2017. The importance of grain size to mantle dynamics and seismological observations. Geochemistry, Geophysics, Geosystems, 18(8), pp.3034-3061. doi:10.1002/2017GC006944. https://doi.org/10.1002/2017GC006944.", + "dannberg:etal:2021" : "Dannberg, J., Myhill, R., Gassmöller, R. and Cottaar, S., 2021. The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs. Geophysical Journal International, 227(2), pp.1028-1059." } diff --git a/doc/manual/citing_aspect.bib b/doc/manual/citing_aspect.bib index 8685fd87a15..8bf55c0a771 100644 --- a/doc/manual/citing_aspect.bib +++ b/doc/manual/citing_aspect.bib @@ -161,6 +161,21 @@ @article{Dannberg2017 journal = {Geochemistry, Geophysics, Geosystems} } +@article{dannberg2021morphology, + author = {Dannberg, Juliane and Myhill, Robert and Gassmöller, Rene and Cottaar, Sanne}, + title = {The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs}, + journal = {Geophysical Journal International}, + volume = {227}, + number = {2}, + pages = {1028-1059}, + year = {2021}, + month = {06}, + issn = {0956-540X}, + doi = {10.1093/gji/ggab242}, + url = {https://doi.org/10.1093/gji/ggab242}, + eprint = {https://academic.oup.com/gji/article-pdf/227/2/1028/39556563/ggab242.pdf}, +} + @Article{Heister2017, author = {Heister, Timo and Dannberg, Juliane and Gassm{\"{o}}ller, Rene and Bangerth, Wolfgang}, journal = {Geophysical Journal International}, diff --git a/doc/sphinx/references.bib b/doc/sphinx/references.bib index 5797b398fe6..7f7167dd0f8 100644 --- a/doc/sphinx/references.bib +++ b/doc/sphinx/references.bib @@ -12160,6 +12160,21 @@ @article{dannberg:grain:size eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1002/2017GC006944} } +@article{dannberg:etal:2021, + author = {Dannberg, Juliane and Myhill, Robert and Gassmöller, René and Cottaar, Sanne}, + title = {The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs}, + journal = {Geophysical Journal International}, + volume = {227}, + number = {2}, + pages = {1028-1059}, + year = {2021}, + month = {06}, + issn = {0956-540X}, + doi = {10.1093/gji/ggab242}, + url = {https://doi.org/10.1093/gji/ggab242}, + eprint = {https://academic.oup.com/gji/article-pdf/227/2/1028/39556563/ggab242.pdf}, +} + @article{simmons:etal:2019, title={Resolution and covariance of the {LLNL-G3D-JPS} global seismic tomography model: applications to travel time uncertainty and tomographic filtering of geodynamic models}, author={Simmons, Nathan A and Schuberth, Bernhard SA and Myers, Steve C and Knapp, Doug R}, diff --git a/source/material_model/melt_boukare.cc b/source/material_model/melt_boukare.cc index c0ad809524d..2b9b335a569 100644 --- a/source/material_model/melt_boukare.cc +++ b/source/material_model/melt_boukare.cc @@ -71,6 +71,8 @@ namespace aspect void MeltBoukare::initialize() { + CitationInfo::add("boukaremelt"); + // Compute parameters for the modified Tait equation of state for the different endmembers // derived from the isothermal bulk modulus and its two first pressure derivatives. // This corresponds to Equation 4 from Holland and Powell, 2011 (https://doi.org/10.1111/j.1525-1314.2010.00923.x). From 05a03760c9653251f70fe837b0f1abfc2e0d312a Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 12:35:26 +0100 Subject: [PATCH 4/6] Add fastscape --- doc/make_cite_html.py | 6 ++++-- doc/sphinx/references.bib | 15 +++++++++++++++ source/mesh_deformation/fastscape.cc | 2 ++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index 42326e2dbfb..1451c313734 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -76,7 +76,8 @@ "fraters_billen_2021_cpo" : "CPO", "dannberg:etal:2022" : "entropy", "dannberg:grain:size" : "grainsize", - "dannberg:etal:2021" : "boukaremelt" + "dannberg:etal:2021" : "boukaremelt", + "neuharth:etal:2022" : "fastscape" } want = [] @@ -112,7 +113,8 @@ "fraters_billen_2021_cpo" : "Fraters, M. R. T. and Billen, M. I. 2021. “On the Implementation and Usability of Crystal Preferred Orientation Evolution in Geodynamic Modeling” Geochemistry, Geophysics, Geosystems 22 (10): e2021GC009846. doi:10.1029/2021GC009846. https://doi.org/10.1029/2021GC009846.", "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293.", "dannberg:grain:size" : "Dannberg, J., Eilon, Z., Faul, U., Gassmöller, R., Moulik, P. and Myhill, R. 2017. The importance of grain size to mantle dynamics and seismological observations. Geochemistry, Geophysics, Geosystems, 18(8), pp.3034-3061. doi:10.1002/2017GC006944. https://doi.org/10.1002/2017GC006944.", - "dannberg:etal:2021" : "Dannberg, J., Myhill, R., Gassmöller, R. and Cottaar, S., 2021. The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs. Geophysical Journal International, 227(2), pp.1028-1059." + "dannberg:etal:2021" : "Dannberg, J., Myhill, R., Gassmöller, R. and Cottaar, S., 2021. The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs. Geophysical Journal International, 227(2), pp.1028-1059.", + "neuharth:etal:2022" : "Neuharth, D., Brune, S., Wrona, T., Glerum, A., Braun, J. and Yuan, X. 2022. Evolution of rift systems and their fault networks in response to surface processes. Tectonics, 41(3), e2021TC007166. doi:10.1029/2021TC007166. https://doi.org/10.1029/2021TC007166." } diff --git a/doc/sphinx/references.bib b/doc/sphinx/references.bib index 7f7167dd0f8..65f9526d7af 100644 --- a/doc/sphinx/references.bib +++ b/doc/sphinx/references.bib @@ -12352,3 +12352,18 @@ @article{spiegelman:etal:2016 year={2016}, publisher={Wiley Online Library} } + +@article{neuharth:etal:2022, +author = {Neuharth, Derek and Brune, Sascha and Wrona, Thilo and Glerum, Anne and Braun, Jean and Yuan, Xiaoping}, +title = {Evolution of Rift Systems and Their Fault Networks in Response to Surface Processes}, +journal = {Tectonics}, +volume = {41}, +number = {3}, +pages = {e2021TC007166}, +keywords = {rifts, fault network, surface processes, geodynamics}, +doi = {https://doi.org/10.1029/2021TC007166}, +url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2021TC007166}, +eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2021TC007166}, +note = {e2021TC007166 2021TC007166}, +year = {2022} +} diff --git a/source/mesh_deformation/fastscape.cc b/source/mesh_deformation/fastscape.cc index f53cb63632a..32692213729 100644 --- a/source/mesh_deformation/fastscape.cc +++ b/source/mesh_deformation/fastscape.cc @@ -191,6 +191,8 @@ namespace aspect void FastScape::initialize () { + CitationInfo::add("fastscape"); + AssertThrow(Plugins::plugin_type_matches>(this->get_geometry_model()), ExcMessage("FastScape can only be run with a box geometry model.")); From 8e2dda956ec3737d74a662db4204da9afd9cec2c Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 12:38:46 +0100 Subject: [PATCH 5/6] Add particle grain size --- source/particle/property/grain_size.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/particle/property/grain_size.cc b/source/particle/property/grain_size.cc index ac310bb5e92..20f411625b3 100644 --- a/source/particle/property/grain_size.cc +++ b/source/particle/property/grain_size.cc @@ -41,6 +41,8 @@ namespace aspect void GrainSize::initialize () { + CitationInfo::add("grainsize"); + material_inputs = MaterialModel::MaterialModelInputs(1, this->n_compositional_fields()); material_outputs = MaterialModel::MaterialModelOutputs(1, this->n_compositional_fields()); From a4b8b8680737c2c3648e0c1503dd388d4db65a0d Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Fri, 29 Nov 2024 14:22:57 +0100 Subject: [PATCH 6/6] Add cbf heat flux --- doc/make_cite_html.py | 6 ++++-- doc/sphinx/references.bib | 15 +++++++++++++++ include/aspect/postprocess/heat_flux_densities.h | 6 ++++++ include/aspect/postprocess/heat_flux_map.h | 13 +++++++++++++ include/aspect/postprocess/heat_flux_statistics.h | 6 ++++++ .../postprocess/visualization/heat_flux_map.h | 9 +++++++++ source/postprocess/dynamic_topography.cc | 2 ++ source/postprocess/heat_flux_densities.cc | 9 +++++++++ source/postprocess/heat_flux_map.cc | 7 +++++++ source/postprocess/heat_flux_statistics.cc | 9 +++++++++ source/postprocess/visualization/heat_flux_map.cc | 9 +++++++++ 11 files changed, 89 insertions(+), 2 deletions(-) diff --git a/doc/make_cite_html.py b/doc/make_cite_html.py index 1451c313734..884bd31c84e 100644 --- a/doc/make_cite_html.py +++ b/doc/make_cite_html.py @@ -77,7 +77,8 @@ "dannberg:etal:2022" : "entropy", "dannberg:grain:size" : "grainsize", "dannberg:etal:2021" : "boukaremelt", - "neuharth:etal:2022" : "fastscape" + "neuharth:etal:2022" : "fastscape", + "dannberg:gassmoeller:etal:2024" : "cbfheatflux" } want = [] @@ -114,7 +115,8 @@ "dannberg:etal:2022" : "Dannberg, J., Gassmöller, R., Li, R., Lithgow-Bertelloni, C. and Stixrude, L. 2022. An entropy method for geodynamic modelling of phase transitions: capturing sharp and broad transitions in a multiphase assemblage. Geophysical Journal International, 231(3), pp.1833-1849. doi:10.1093/gji/ggac293. https://doi.org/10.1093/gji/ggac293.", "dannberg:grain:size" : "Dannberg, J., Eilon, Z., Faul, U., Gassmöller, R., Moulik, P. and Myhill, R. 2017. The importance of grain size to mantle dynamics and seismological observations. Geochemistry, Geophysics, Geosystems, 18(8), pp.3034-3061. doi:10.1002/2017GC006944. https://doi.org/10.1002/2017GC006944.", "dannberg:etal:2021" : "Dannberg, J., Myhill, R., Gassmöller, R. and Cottaar, S., 2021. The morphology, evolution and seismic visibility of partial melt at the core–mantle boundary: implications for ULVZs. Geophysical Journal International, 227(2), pp.1028-1059.", - "neuharth:etal:2022" : "Neuharth, D., Brune, S., Wrona, T., Glerum, A., Braun, J. and Yuan, X. 2022. Evolution of rift systems and their fault networks in response to surface processes. Tectonics, 41(3), e2021TC007166. doi:10.1029/2021TC007166. https://doi.org/10.1029/2021TC007166." + "neuharth:etal:2022" : "Neuharth, D., Brune, S., Wrona, T., Glerum, A., Braun, J. and Yuan, X. 2022. Evolution of rift systems and their fault networks in response to surface processes. Tectonics, 41(3), e2021TC007166. doi:10.1029/2021TC007166. https://doi.org/10.1029/2021TC007166.", + "dannberg:gassmoeller:etal:2024" : "Dannberg, J., Gassmöller, R., Thallner, D., LaCombe, F. and Sprain, C. 2024. Changes in core–mantle boundary heat flux patterns throughout the supercontinent cycle. Geophysical Journal International, 237(3), pp.1251-1274. doi:10.1093/gji/ggae075. https://doi.org/10.1093/gji/ggae075." } diff --git a/doc/sphinx/references.bib b/doc/sphinx/references.bib index 65f9526d7af..b3eda9e8c09 100644 --- a/doc/sphinx/references.bib +++ b/doc/sphinx/references.bib @@ -11986,6 +11986,21 @@ @article{Liu2019 journal = {Geophysical Journal International} } +@article{dannberg:gassmoeller:etal:2024, +author = {Dannberg, Juliane and Gassmöller, Rene and Thallner, Daniele and LaCombe, Frederick and Sprain, Courtney}, +title = "{Changes in core-mantle boundary heat flux patterns throughout the supercontinent cycle}", +journal = {Geophysical Journal International}, +volume = {237}, +number = {3}, +pages = {1251-1274}, +year = {2024}, +month = {02}, +issn = {0956-540X}, +doi = {10.1093/gji/ggae075}, +url = {https://doi.org/10.1093/gji/ggae075}, +eprint = {https://academic.oup.com/gji/article-pdf/237/3/1251/57214885/ggae075.pdf} +} + @Article{Fraters2019c, AUTHOR = {Fraters, M. and Thieulot, C. and van den Berg, A. and Spakman, W.}, TITLE = {The Geodynamic World Builder: a solution for complex initial conditions in numerical modeling}, diff --git a/include/aspect/postprocess/heat_flux_densities.h b/include/aspect/postprocess/heat_flux_densities.h index 4167c75b2fa..2aae7084293 100644 --- a/include/aspect/postprocess/heat_flux_densities.h +++ b/include/aspect/postprocess/heat_flux_densities.h @@ -41,6 +41,12 @@ namespace aspect class HeatFluxDensities : public Interface, public ::aspect::SimulatorAccess { public: + /** + * Initialize the postprocessor. + */ + void + initialize() override; + /** * Evaluate. */ diff --git a/include/aspect/postprocess/heat_flux_map.h b/include/aspect/postprocess/heat_flux_map.h index e6f8606ba22..3e49dc796bb 100644 --- a/include/aspect/postprocess/heat_flux_map.h +++ b/include/aspect/postprocess/heat_flux_map.h @@ -41,6 +41,13 @@ namespace aspect * The consistent Galerkin FEM for computing derived boundary quantities in thermal and or fluids * problems. International Journal for Numerical Methods in Fluids, 7(4), 371-394. * + * The implementation of the method is benchmarked in + * + * Juliane Dannberg, Rene Gassmöller, Daniele Thallner, Frederick LaCombe, Courtney Sprain (2024). + * Changes in core–mantle boundary heat flux patterns throughout the supercontinent cycle, + * Geophysical Journal International, Volume 237, Issue 3, June 2024, Pages 1251–1274, + * https://doi.org/10.1093/gji/ggae075. + * * In summary, the method solves the temperature equation again on the boundary faces, with known * temperatures and solving for the boundary fluxes that satisfy the equation. Since the * equation is only formed on the faces and it can be solved using only diagonal matrices, @@ -83,6 +90,12 @@ namespace aspect class HeatFluxMap : public Interface, public ::aspect::SimulatorAccess { public: + /** + * Initialize the postprocessor. + */ + void + initialize() override; + /** * Evaluate the solution for the heat flux. */ diff --git a/include/aspect/postprocess/heat_flux_statistics.h b/include/aspect/postprocess/heat_flux_statistics.h index fb9e7ee6983..c0f70970c8e 100644 --- a/include/aspect/postprocess/heat_flux_statistics.h +++ b/include/aspect/postprocess/heat_flux_statistics.h @@ -40,6 +40,12 @@ namespace aspect class HeatFluxStatistics : public Interface, public ::aspect::SimulatorAccess { public: + /** + * Initialize the postprocessor. + */ + void + initialize() override; + /** * Evaluate the solution for some heat_flux statistics. */ diff --git a/include/aspect/postprocess/visualization/heat_flux_map.h b/include/aspect/postprocess/visualization/heat_flux_map.h index 8797826b787..de642a8c4ad 100644 --- a/include/aspect/postprocess/visualization/heat_flux_map.h +++ b/include/aspect/postprocess/visualization/heat_flux_map.h @@ -44,8 +44,17 @@ namespace aspect public Interface { public: + /** + * Constructor. + */ HeatFluxMap(); + /** + * Initialize the postprocessor. + */ + void + initialize() override; + /** * Fill the temporary storage variables with the * heat flux for the current time step. diff --git a/source/postprocess/dynamic_topography.cc b/source/postprocess/dynamic_topography.cc index aafb2eadb4a..a7ebc879982 100644 --- a/source/postprocess/dynamic_topography.cc +++ b/source/postprocess/dynamic_topography.cc @@ -505,6 +505,8 @@ namespace aspect void DynamicTopography::parse_parameters (ParameterHandler &prm) { + CitationInfo::add("geoid"); + prm.enter_subsection("Postprocess"); { prm.enter_subsection("Dynamic topography"); diff --git a/source/postprocess/heat_flux_densities.cc b/source/postprocess/heat_flux_densities.cc index d4c715f8716..e5289ccdc17 100644 --- a/source/postprocess/heat_flux_densities.cc +++ b/source/postprocess/heat_flux_densities.cc @@ -33,6 +33,15 @@ namespace aspect { namespace Postprocess { + template + void + HeatFluxDensities::initialize () + { + CitationInfo::add("cbfheatflux"); + } + + + template std::pair HeatFluxDensities::execute (TableHandler &statistics) diff --git a/source/postprocess/heat_flux_map.cc b/source/postprocess/heat_flux_map.cc index 0b9e8db5ff7..17a11abc345 100644 --- a/source/postprocess/heat_flux_map.cc +++ b/source/postprocess/heat_flux_map.cc @@ -452,6 +452,13 @@ namespace aspect } } + template + void + HeatFluxMap::initialize () + { + CitationInfo::add("cbfheatflux"); + } + template diff --git a/source/postprocess/heat_flux_statistics.cc b/source/postprocess/heat_flux_statistics.cc index e0e61d81499..cd2c96714a3 100644 --- a/source/postprocess/heat_flux_statistics.cc +++ b/source/postprocess/heat_flux_statistics.cc @@ -33,6 +33,15 @@ namespace aspect { namespace Postprocess { + template + void + HeatFluxStatistics::initialize () + { + CitationInfo::add("cbfheatflux"); + } + + + template std::pair HeatFluxStatistics::execute (TableHandler &statistics) diff --git a/source/postprocess/visualization/heat_flux_map.cc b/source/postprocess/visualization/heat_flux_map.cc index 3cb9a94d656..c557c73268f 100644 --- a/source/postprocess/visualization/heat_flux_map.cc +++ b/source/postprocess/visualization/heat_flux_map.cc @@ -44,6 +44,15 @@ namespace aspect + template + void + HeatFluxMap::initialize () + { + CitationInfo::add("cbfheatflux"); + } + + + template void HeatFluxMap::update ()