We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f49652c + 8b2adb6 commit 0031b92Copy full SHA for 0031b92
NEWS.md
@@ -3,6 +3,12 @@ ClimaParams.jl Release Notes
3
main
4
--------
5
6
+v1.0.1
7
+--------
8
+- Add parameters for cloud top height diagnostic ([#251](https://github.com/CliMA/ClimaParams.jl/pull/251))
9
+
10
+v1.0.0
11
12
- Breaking: Removed the AbstractTOMLDict type ([#247](https://github.com/CliMA/ClimaParams.jl/pull/247))
13
- Added direct indexing `td["gravitational_acceleration"] ([#239](https://github.com/CliMA/ClimaParams.jl/pull/239))
14
Project.toml
@@ -1,7 +1,7 @@
1
name = "ClimaParams"
2
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
authors = ["Climate Modeling Alliance"]
-version = "1.0.0"
+version = "1.0.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
0 commit comments