You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ ClimaParams.jl Release Notes
3
3
main
4
4
--------
5
5
6
+
v1.1.0
7
+
--------
8
+
- Breaking: Changed the minimum and surface reference temperature to match the Dycore manuscript ([#253](https://github.com/CliMA/ClimaParams.jl/pull/253))
9
+
- Added an exponent for the reference temperature profile `[reference_temperature_transition_exponent]` ([#253](https://github.com/CliMA/ClimaParams.jl/pull/253))
10
+
11
+
6
12
v1.0.1
7
13
--------
8
14
- Add parameters for cloud top height diagnostic ([#251](https://github.com/CliMA/ClimaParams.jl/pull/251))
description = "Surface temperature in a reference temperature profile (K)."
2381
2381
2382
2382
[temperature_min_reference]
2383
-
value = 220
2383
+
value = 215
2384
2384
type = "float"
2385
2385
description = "Minimum temperature in a reference temperature profile (K)."
2386
2386
2387
+
[reference_temperature_transition_exponent]
2388
+
value = 7.0
2389
+
type = "float"
2390
+
description = "Non-dimensional exponent controlling the smoothness of the transition in the reference temperature profile between the surface and minimum temperatures."
0 commit comments