From 7b0f749bda8b10d736100e1e61f3627fdb5fecb4 Mon Sep 17 00:00:00 2001 From: Benoit Pasquier Date: Thu, 15 Jul 2021 13:39:22 +1000 Subject: [PATCH] Add Scanza ref for Kok et al dataset --- CITATION.bib | 12 ++++++++++++ Project.toml | 2 +- src/aeolian_sources.jl | 3 ++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index b8ee197f..45e81ecd 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -162,6 +162,18 @@ @article{Hamilton_etal_2019 pages = {3835--3862}, doi = {10.5194/gmd-12-3835-2019} } +@article{Scanza_etal_2018, + author = {Scanza, R. A. and Hamilton, D. S. and Perez Garcia-Pando, C. and Buck, C. and Baker, A. and Mahowald, N. M.}, + title = {Atmospheric processing of iron in mineral and combustion aerosols: + development of an intermediate-complexity mechanism suitable for Earth + system models}, + journal = {Atmospheric Chemistry and Physics}, + volume = {18}, + year = {2018}, + number = {19}, + pages = {14175--14196}, + doi = {10.5194/acp-18-14175-2018} +} ---------------------------------------------------------------------------------- diff --git a/Project.toml b/Project.toml index 91a65eaf..2c052111 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AIBECS" uuid = "ace601d6-714c-11e9-04e5-89b7fad23838" authors = ["Benoit Pasquier "] -version = "0.10.0" +version = "0.10.1" [deps] Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" diff --git a/src/aeolian_sources.jl b/src/aeolian_sources.jl index 7d505da6..f1dbc0e9 100644 --- a/src/aeolian_sources.jl +++ b/src/aeolian_sources.jl @@ -169,7 +169,8 @@ const CITATIONS = Dict( "Chien" => "- Chien, C.-T., K. R. M. Mackey, S. Dutkiewicz, N. M. Mahowald, J. M. Prospero, and A. Paytan (2016), Effects of African dust deposition on phytoplankton in the western tropical Atlantic Ocean off Barbados, Global Biogeochem. Cycles, 30, doi:10.1002/2015GB005334.", "Kok" => """- Description: Kok, J. F., Adebiyi, A. A., Albani, S., Balkanski, Y., Checa-Garcia, R., Chin, M., Colarco, P. R., Hamilton, D. S., Huang, Y., Ito, A., Klose, M., Li, L., Mahowald, N. M., Miller, R. L., Obiso, V., Pérez García-Pando, C., Rocha-Lima, A., and Wan, J. S.: Contribution of the world's main dust source regions to the global cycle of desert dust, Atmos. Chem. Phys., 21, 8169–8193, https://doi.org/10.5194/acp-21-8169-2021, 2021. - Dataset: Adebiyi, A. A., Kok, J. F., Wang, Y., Ito, A., Ridley, D. A., Nabat, P., and Zhao, C.: Dust Constraints from joint Observational-Modelling-experiMental analysis (DustCOMM): comparison with measurements and model simulations, Atmos. Chem. Phys., 20, 829–863, https://doi.org/10.5194/acp-20-829-2020, 2020. - - Climate model used: Hamilton, D. S., Scanza, R. A., Feng, Y., Guinness, J., Kok, J. F., Li, L., Liu, X., Rathod, S. D., Wan, J. S., Wu, M., and Mahowald, N. M.: Improved methodologies for Earth system modelling of atmospheric soluble iron and observation comparisons using the Mechanism of Intermediate complexity for Modelling Iron (MIMI v1.0), Geosci. Model Dev., 12, 3835–3862, https://doi.org/10.5194/gmd-12-3835-2019, 2019.""" + - Source apportionment framework: Hamilton, D. S., Scanza, R. A., Feng, Y., Guinness, J., Kok, J. F., Li, L., Liu, X., Rathod, S. D., Wan, J. S., Wu, M., and Mahowald, N. M.: Improved methodologies for Earth system modelling of atmospheric soluble iron and observation comparisons using the Mechanism of Intermediate complexity for Modelling Iron (MIMI v1.0), Geosci. Model Dev., 12, 3835–3862, https://doi.org/10.5194/gmd-12-3835-2019, 2019. + - Climate model used: Scanza, R. A., Hamilton, D. S., Perez Garcia-Pando, C., Buck, C., Baker, A., and Mahowald, N. M.: Atmospheric processing of iron in mineral and combustion aerosols: development of an intermediate-complexity mechanism suitable for Earth system models, Atmos. Chem. Phys., 18, 14175–14196, https://doi.org/10.5194/acp-18-14175-2018, 2018.""" ) citations(s="Chien") = CITATIONS[rename(s)]