Published February 26, 2021
| Version v0.51.0
Software
Open
CliMA/Oceananigans.jl: v0.51.0
Authors/Creators
- Ali Ramadhan1
- Gregory L. Wagner1
- Navid C. Constantinou2
- Francis J. Poulin3
- Suyash Bire
- Tomas Chor4
- Victoria Whitley
- Andre Nogueira Souza
- Chris Hill
- Tim Besard5
- Jean-Michel Campin6
- Mohan Sha7
- Valentin Churavy8
- Keaton J. Burns9
- Alex Cavaliere
- Arfon Smith10
- Julia TagBot
- Matthieu Ancellin
- mukund-gupta
- Gael Forget11
- 1. Massachusetts Institute of Technology
- 2. Australian National University
- 3. University of Waterloo
- 4. UCLA
- 5. @JuliaComputing
- 6. M.I.T.
- 7. @Striim @RealImage
- 8. @mit
- 9. MIT
- 10. @github
- 11. MIT (Massachusetts Institute of Technology)
Description
Oceananigans v0.51.0
Major features:
- Experimental support for immersed boundaries by @whitleyv!
- Experimental support for
HydrostaticFreeSurfaceModelonRegularLatitudeLongitudeGrid! VerticallyStretchedRectilinearGridnow works for all topologies on the CPU and GPU!IncompressibleModelwith(Periodic, Periodic, Bounded)topologies are actually faster with aVerticallyStretchedRectilinearGrid.- New
cleanupkeyword argument forCheckpointerto delete old checkpoint files. - You can now run your realistic simulations with
DateTimes andTimeDates.
Closed issues:
- Unexpected behavior (bug?) when using background fields in AbstractOperations (#1323)
- Change "field dependencies" to "computed_dependencies" in KernelComputedField? (#1369)
- Zero result when using pressure derivatives in KernelComputedFields (#1401)
Merged pull requests:
- Add support for only keeping the latest checkpoint (#1341) (@ali-ramadhan)
- Add basic immersed boundary implementation (#1368) (@whitleyv)
- Adds HydrostaticSphericalCoriolis (#1384) (@glwagner)
- Updates VectorInvariant advection scheme for curvilinear grids (#1391) (@glwagner)
- Time step alignment and NetCDF output for
DateTimeandTimeDate(#1396) (@ali-ramadhan) - Fixes for RegularLatitudeLongitudeGrid plus a spherical splash example (#1399) (@glwagner)
- Changed field_dependencies to computed_dependencies in KernelComputedField (#1402) (@tomchor)
- Vertically stretched grids for all topologies on CPUs and GPUs (#1403) (@ali-ramadhan)
Files
CliMA/Oceananigans.jl-v0.51.0.zip
Files
(5.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:60d3890ba2a060446f4d2c572a68397d
|
5.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/CliMA/Oceananigans.jl/tree/v0.51.0 (URL)