Published April 27, 2021
| Version v0.57.0
Software
Open
CliMA/Oceananigans.jl: v0.57.0
Authors/Creators
- Ali Ramadhan1
- Gregory L. Wagner1
- Navid C. Constantinou2
- Francis J. Poulin3
- Tomas Chor4
- Suyash Bire
- Victoria Whitley
- Chris Hill
- Andre Nogueira Souza
- Charles Kawczynski5
- Tim Besard6
- Jean-Michel Campin7
- Mohan Sha8
- Valentin Churavy9
- Keaton J. Burns10
- Alex Cavaliere
- Arfon Smith11
- Julia TagBot
- Matthieu Ancellin
- mukund-gupta
- Simon Byrne5
- Gael Forget12
- 1. Massachusetts Institute of Technology
- 2. Australian National University
- 3. University of Waterloo
- 4. UCLA
- 5. Caltech
- 6. @JuliaComputing
- 7. M.I.T.
- 8. @Striim @RealImage
- 9. @mit
- 10. MIT
- 11. @github
- 12. MIT (Massachusetts Institute of Technology)
Description
Oceananigans v0.57.0
This update adds support for direct reductions of AbstractOperations using Base.mapreducedim!. This eliminates the need to calculate and store AbstractOperations in ComputedField prior to evaluating the average. This is breaking change, because we no longer compute averages in halo regions.
Closed issues:
- Passing abstract operations (and
ComputedField?) tomapreduce(#1422) - Grid metrics and differences as AbstractOperations (#1452)
- Simulation is getting freeze (#1613)
- Schematic not showing in Docs/Appendix/Staggered Grid (#1615)
Merged pull requests:
- Adds GridMetric AbstractOperation (#1607) (@glwagner)
- Miscellaneous updates to get ConformalCubedSphereGrid simulations running on the GPU (#1608) (@glwagner)
- Added information about CuArrays (#1609) (@tomchor)
- Adds support for using
Base.mapreducedim!with AbstractField and AbstractOperations (#1611) (@glwagner) - Fix for schematic not showing in Docs/Appandix/Staggered Grid (#1616) (@navidcy)
- Adds missing
\cdotin isotropic viscosity in Docs/Numerical Implementation/Spatial Operators (#1617) (@navidcy) - Fixes AnisotropicMinimumDissipation bug with
buoyancy=nothing(#1619) (@glwagner)
Files
CliMA/Oceananigans.jl-v0.57.0.zip
Files
(5.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ddde0c9e77453bfe2e4b80ba94e6855d
|
5.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/CliMA/Oceananigans.jl/tree/v0.57.0 (URL)