File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
7
+ v0.14.36
8
+ -------
9
+ - Add UpwindBiasedGradient operator [ 2345] ( https://github.com/CliMA/ClimaCore.jl/pull/2345 )
7
10
8
11
v0.14.35
9
12
-------
@@ -90,7 +93,7 @@ import ClimaCore.Remapping: interpolate
90
93
array3D = interpolate (fields)
91
94
```
92
95
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.
94
97
95
98
By default, no interpolation in the vertical direction is performed. Linear
96
99
interpolation can be obtained by passing ` zresolution `
Original file line number Diff line number Diff line change 1
1
name = " ClimaCore"
2
2
uuid = " d414da3d-4745-48bb-8d80-42e94e092884"
3
3
authors = [" CliMA Contributors <clima-software@caltech.edu>" ]
4
- version = " 0.14.35 "
4
+ version = " 0.14.36 "
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
You can’t perform that action at this time.
0 commit comments