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
44main
55-------
66
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 )
711
812v0.14.35
913-------
@@ -90,7 +94,7 @@ import ClimaCore.Remapping: interpolate
9094array3D = interpolate (fields)
9195```
9296
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.
9498
9599By default, no interpolation in the vertical direction is performed. Linear
96100interpolation can be obtained by passing ` zresolution `
Original file line number Diff line number Diff line change 11name = " ClimaCore"
22uuid = " d414da3d-4745-48bb-8d80-42e94e092884"
33authors = [
" CliMA Contributors <[email protected] >" ]
4- version = " 0.14.35 "
4+ version = " 0.14.36 "
55
66[deps ]
77Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
You can’t perform that action at this time.
0 commit comments