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.
1 parent 0031b92 commit 19c396cCopy full SHA for 19c396c
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "ClimaParams"
2
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
3
authors = ["Climate Modeling Alliance"]
4
-version = "1.0.1"
+version = "1.1.0"
5
6
[deps]
7
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
src/parameters.toml
@@ -2375,12 +2375,12 @@ type = "float"
2375
description = "Mean sea level pressure ($p_{MSL}$) (Pa)."
2376
2377
[temperature_surface_reference]
2378
-value = 290
+value = 288
2379
type = "float"
2380
description = "Surface temperature in a reference temperature profile (K)."
2381
2382
[temperature_min_reference]
2383
-value = 220
+value = 215
2384
2385
description = "Minimum temperature in a reference temperature profile (K)."
2386
0 commit comments