Skip to content

Commit

Permalink
Add Scanza ref for Kok et al dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Jul 15, 2021
1 parent eac467e commit 7b0f749
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}

----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AIBECS"
uuid = "ace601d6-714c-11e9-04e5-89b7fad23838"
authors = ["Benoit Pasquier <[email protected]>"]
version = "0.10.0"
version = "0.10.1"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand Down
3 changes: 2 additions & 1 deletion src/aeolian_sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

2 comments on commit 7b0f749

@briochemc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/40919

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.1 -m "<description of version>" 7b0f749bda8b10d736100e1e61f3627fdb5fecb4
git push origin v0.10.1

Please sign in to comment.