Skip to content

Commit

Permalink
correct naming for abifm desert dust params
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 6, 2024
1 parent 0d680b0 commit c88ba88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parameters/AerosolDesertDust.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function DesertDust(
FT(data["Mohler2006_S0_cold_DesertDust"]["value"]),
FT(data["Mohler2006_a_warm_DesertDust"]["value"]),
FT(data["Mohler2006_a_cold_DesertDust"]["value"]),
FT(data["KnopfAlpert2013_J_ABIFM_m_DesertDust"]["value"]),
FT(data["KnopfAlpert2013_J_ABIFM_c_DesertDust"]["value"]),
FT(data["AlpertKnopf2016_J_ABIFM_m_DesertDust"]["value"]),
FT(data["AlpertKnopf2016_J_ABIFM_c_DesertDust"]["value"]),
)
end

0 comments on commit c88ba88

Please sign in to comment.