Skip to content

Commit dd19ae0

Browse files
committed
New release v0.14.36
1 parent 122ee93 commit dd19ae0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ClimaCore.jl Release Notes
44
main
55
-------
66

7+
v0.14.36
8+
-------
9+
- Add UpwindBiasedGradient operator [2345](https://github.com/CliMA/ClimaCore.jl/pull/2345)
710

811
v0.14.35
912
-------
@@ -90,7 +93,7 @@ import ClimaCore.Remapping: interpolate
9093
array3D = interpolate(fields)
9194
```
9295

93-
`array3D` will be an 3D Array with values along the three dimensions.
96+
`array3D` will be an 3D Array with values along the three dimensions.
9497

9598
By default, no interpolation in the vertical direction is performed. Linear
9699
interpolation can be obtained by passing `zresolution`

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.14.35"
4+
version = "0.14.36"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)