File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
7
+ v0.14.36
8
+ -------
9
+ - Refactor FieldMatrix indexing, add scalar_field_matrix [ 2346] ( https://github.com/CliMA/ClimaCore.jl/pull/2346 )
10
+ - Add UpwindBiasedGradient operator [ 2345] ( https://github.com/CliMA/ClimaCore.jl/pull/2345 )
7
11
8
12
v0.14.35
9
13
-------
@@ -90,7 +94,7 @@ import ClimaCore.Remapping: interpolate
90
94
array3D = interpolate (fields)
91
95
```
92
96
93
- ` array3D ` will be an 3D Array with values along the three dimensions.
97
+ ` array3D ` will be a 3D Array with values along the three dimensions.
94
98
95
99
By default, no interpolation in the vertical direction is performed. Linear
96
100
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