Published January 23, 2022
| Version v0.68.3
Software
Open
CliMA/Oceananigans.jl: v0.68.3
Creators
- Ali Ramadhan1
- Gregory L. Wagner1
- Navid C. Constantinou2
- Simone Silvestri
- Tomas Chor3
- Francis J. Poulin4
- Suyash Bire
- Henry Guo
- Victoria Whitley
- Chris Hill
- Andre Nogueira Souza
- Jean-Michel Campin5
- Charles Kawczynski6
- Keaton J. Burns7
- Tim Besard8
- Markus Eckhardt
- Mohan Sha9
- Xiaozhou Ruan
- Valentin Churavy10
- ERIK11
- Jerry Ling
- Alex Cavaliere
- Arfon Smith12
- Argel Ramírez Reyes13
- Julia TagBot
- Matthieu Ancellin
- mukund-gupta
- Simon Byrne6
- Vanderlei Munhoz
- 1. Massachusetts Institute of Technology
- 2. Australian National University
- 3. UCLA
- 4. University of Waterloo
- 5. M.I.T.
- 6. Caltech
- 7. MIT
- 8. @JuliaComputing
- 9. @tutuka @appwrite @socialbotspy @ColorElephantHQ
- 10. @mit
- 11. @SciFracX
- 12. @github
- 13. @ucdavis
Description
Oceananigans v0.68.3
Closed issues:
- Check boundary condition arrays are CuArrays if arch=GPU (#419)
- Differing syntax for output writers (#500)
- Method / abstraction for outputting timeseries (#502)
- Implicit time-stepping for diffusion? (#587)
- Sharing turbulence closures between compressible and incompressible models (#654)
- Easy to mess up when setting boundary conditions via model constructor (#721)
- Validation test: Abernathey et al 2011 (#774)
- Check for 'invalid' boundary conditions (#890)
- The all-knowing
TimeStepWizard
(#1087) - Redesigning
Simulation
andrun!
(#1138) - Use time index for
JLD2OutputWriter
instead of the iteration number? (#1491) - One stop shop:
Oceananigans.DataAnalysis
through abstract operations (#1493) - Immersed boundaries for tracers (#1548)
- More concise
show(field::Field)
that prints data (likeshow(a::Array)
?) (#1612) - Should we do something about exponentiation with
Int64
? (#1832) - Horizontal convection with
VerticallyStretchedRectilinearGrid
(#1872) - About unstructured grids (#1899)
- 7-10x performance difference between 2D models in "xy" versus "xz" (#1919)
- HydrostaticFreeSurfaceModel does not enforce halo correctness (#2041)
- Fixing
AveragedField
and implementingIntegratedField
usingGridMetricOperation
(#2051) - Using
Base.summary
instead ofshort_show
and better show for grids and fields (#2064) - Do we really need AbstractCPUArchitecture? (#2072)
- Should we have models infer the architecture from the
grid
? (#2089) - Add
parameters
toCallback
(#2127) - Conflict between
CUDA.device
andOceananigans.Architectures.device
(#2159)
Merged pull requests:
- More support for broadcasting to reduced fields (#2157) (@glwagner)
- Resolves conflict between
CUDA.device
andOceananigans.Architectures.device
(#2160) (@navidcy) - Overhauls
show
andsummary
(#2161) (@glwagner) - Add parameters to Callback (#2162) (@glwagner)
- Validate boundary conditions on Fields (#2163) (@glwagner)
- Change TMPDIR for CPU initialization on tartarus (#2164) (@glwagner)
- Update examples in
README
(#2168) (@navidcy) - Rehabilitating validation/cubed_sphere_eddying_aquaplanet (#2170) (@christophernhill)
OneField
,ConstantField
, and generalizedZeroField
(#2171) (@glwagner)- Bump to 0.68.3 (#2172) (@glwagner)
Files
CliMA/Oceananigans.jl-v0.68.3.zip
Files
(2.4 MB)
Name | Size | Download all |
---|---|---|
md5:89e0f00d743c1f25399059ac71361fec
|
2.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/CliMA/Oceananigans.jl/tree/v0.68.3 (URL)