Skip to content

Commit

Permalink
Merge pull request #3374 from CliMA/zs/sea_salt
Browse files Browse the repository at this point in the history
update rrtmgp and add sea salt aerosols to target amip config
  • Loading branch information
szy21 authored Oct 11, 2024
2 parents 63eeb6f + 9964161 commit 58d89e1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Main

### ![][badge-🐛bugfix] Bug fixes

- Update RRTMGP to v0.19.1, which fixes the sea salt aerosol lookup table.
Sea salt aerosol is added to the target amip config.
PR [3374](https://github.com/CliMA/ClimaAtmos.jl/pull/3374)

- Fixed radiation diagnostics conflicting with each other. Prior to this change,
adding multiple diagnostics associated to the same variable would lead to
incorrect results when the more diagnostics were output at the same time. PR
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/amip_target_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dt_cloud_fraction: "1hours"
insolation: "timevarying"
prescribe_ozone: true
aerosol_radiation: true
prescribed_aerosols: ["CB1", "CB2", "DST01", "OC1", "OC2", "SO4"]
prescribed_aerosols: ["CB1", "CB2", "DST01", "OC1", "OC2", "SO4", "SSLT01"]
surface_setup: "DefaultMoninObukhov"
turbconv: "diagnostic_edmfx"
ode_algo: ARS343
Expand Down
4 changes: 2 additions & 2 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1786,9 +1786,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "Artifacts", "ClimaComms", "DocStringExtensions", "Random"]
git-tree-sha1 = "d5be00bea8b5997ab318b2b9f0ca72e9bb9d2997"
git-tree-sha1 = "7a79ddde89bf2082d13fbf2f80428e0439e15128"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.19.0"
version = "0.19.1"

[deps.RRTMGP.extensions]
CreateParametersExt = "ClimaParams"
Expand Down
4 changes: 2 additions & 2 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1929,9 +1929,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "Artifacts", "ClimaComms", "DocStringExtensions", "Random"]
git-tree-sha1 = "d5be00bea8b5997ab318b2b9f0ca72e9bb9d2997"
git-tree-sha1 = "7a79ddde89bf2082d13fbf2f80428e0439e15128"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.19.0"
version = "0.19.1"
weakdeps = ["CUDA", "ClimaParams"]

[deps.RRTMGP.extensions]
Expand Down
4 changes: 2 additions & 2 deletions perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2023,9 +2023,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "Artifacts", "ClimaComms", "DocStringExtensions", "Random"]
git-tree-sha1 = "d5be00bea8b5997ab318b2b9f0ca72e9bb9d2997"
git-tree-sha1 = "7a79ddde89bf2082d13fbf2f80428e0439e15128"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.19.0"
version = "0.19.1"
weakdeps = ["CUDA", "ClimaParams"]

[deps.RRTMGP.extensions]
Expand Down

0 comments on commit 58d89e1

Please sign in to comment.