From c0fd8c0fce537aa25cac1ce46c319bfa8592d815 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:32:04 -0700 Subject: [PATCH] bump patch version --- NEWS.md | 14 ++++++++++++++ Project.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bbfce90f7..2b9dc0e87 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ RRTMGP.jl Release Notes main ------ +v0.19.1 +----- + ### Bug fixes #### Fix `flux_dn_dir` for non-gray radiation @@ -14,6 +17,17 @@ memory at initialization). Now, the variable is correctly accumulated over for every g-point. Note, however, that only the value at the surface (`[1, :]`) is updated. PR [#550](https://github.com/CliMA/RRTMGP.jl/pull/550). +#### Fix aerosol lookup table + +Starting with this release, RRTGMP.jl will use an aerosol look up table that is internally stored, as opposed +to downloading it from the `rrtgmp-data` repository. The reason for this change is that the data distributed +with `rrtgmp-data` contains an an error in the array ordering for the aerosol optics lookup table for sea-salt (‘aero_salt_tbl’). +This error was fixed in the internal table. `RRTGMP.jl` will revert to using `rrtgmp-data` +once the repository updates their tables. PR [#548](https://github.com/CliMA/RRTMGP.jl/pull/548/). +This new lookup table fixes an error in the array ordering for the aerosol optics +lookup table for the shortwave sea-salt data (‘aero_salt_tbl’). +PR [#548](https://github.com/CliMA/RRTMGP.jl/pull/548/). + v0.19.0 ----- - Compute aero_mask internally and store the array. diff --git a/Project.toml b/Project.toml index 91de707b1..9d81a632a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RRTMGP" uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1" authors = ["Climate Modeling Alliance"] -version = "0.19.0" +version = "0.19.1" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"