From 66546217af66f768b515aa00537f93e26cbb0542 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:13:43 -0700 Subject: [PATCH] add sea salt --- NEWS.md | 4 ++++ config/longrun_configs/amip_target_diagedmf.yml | 2 +- docs/Manifest.toml | 4 ++-- examples/Manifest.toml | 4 ++-- perf/Manifest.toml | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index efea7bd8662..e9eb02fe36a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/config/longrun_configs/amip_target_diagedmf.yml b/config/longrun_configs/amip_target_diagedmf.yml index 8a5e2a4f6cb..34e7fc3bb70 100644 --- a/config/longrun_configs/amip_target_diagedmf.yml +++ b/config/longrun_configs/amip_target_diagedmf.yml @@ -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 diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 1456d85c50f..5509a1aa73a 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -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" diff --git a/examples/Manifest.toml b/examples/Manifest.toml index a0a4b0c7d39..ab72939ed16 100644 --- a/examples/Manifest.toml +++ b/examples/Manifest.toml @@ -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] diff --git a/perf/Manifest.toml b/perf/Manifest.toml index 17d2048d683..8374fe4b6a4 100644 --- a/perf/Manifest.toml +++ b/perf/Manifest.toml @@ -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]