v0.94.0
Oceananigans v0.94.0
Merged pull requests:
- Implement scale-invariant dynamic Smagorinsky (#3642) (@tomchor)
- Open halo filling on Windowed fields (#3834) (@simone-silvestri)
static_column_depth
interface and numerical bottom height inAbstractGridFittedBottom
(#3841) (@simone-silvestri)- (0.94.0) Refactor exported names (#3872) (@glwagner)
- Bugfix in distributed GPU tests and Distributed
set!
(#3880) (@simone-silvestri) - Correct error message in
validate_lat_lon_grid_args
(#3887) (@simone-silvestri) - Fix fft_poisson_solver constructor (#3890) (@glwagner)
- Use launch! for particle advection (#3891) (@glwagner)
- Mask
ReducedFields
accounting the immersed column (#3900) (@simone-silvestri) - For output readers, make
reader_kw
default to an emptyNamedTuple
(#3902) (@ali-ramadhan) - Fix equation rendering in
boundary_conditions.md
(#3906) (@jbisits) - Dont adapt Flat direction advection scheme plus better summary for FluxFormAdvection (#3908) (@glwagner)
- Remove redundant advection aliases (#3912) (@simone-silvestri)
- Remove
fill_halo_regions!
specific kwargs fromlaunch!
(#3922) (@simone-silvestri)
Closed issues:
- More / more flexible Smagorinsky models (#3637)
- Open boundary conditions do not work for windowed fields (#3833)
- Error in ConjugateGradientPoissonSolver for nonuniform grids (#3889)
- The MPI we use in the distributed tests is not CUDA-aware (#3897)
- Use default
reader_kw=nothing
to makeFieldTimeSeries
concretely typed (#3898) - Plotting a reduced field on an
ImmersedBoundaryGrid
fills in NaNs incorrectly (#3899) - LaTeX not rendering in
boundary_conditions.md
(#3905) - MakieExt having trouble with sliced fields? (#3921)