v0.95.3
Oceananigans v0.95.3
Merged pull requests:
- (0.95.3) Reset model clock and skip
time_step!
ing if next actuation time is tiny (#3606) (@tomchor) - Add parameter to epsilon equation so buoyancy flux term may always be positive (#3886) (@glwagner)
- (0.95.3) Restores open boundary condition functionality (#3937) (@jagoosw)
- Actually test instantiation on GPU and also skip LagrangianAveragedDynamicSmagorinsky test (#3989) (@glwagner)
- Add support for loading data generated prior to 0.95.0 with FieldTimeSeries (#3990) (@glwagner)
- Update the docstring for
HydrostaticFreeSurfaceModel
(#3991) (@simone-silvestri) - Remove grid requirements from a
Model
in aSimulation
(#3993) (@simone-silvestri)
Closed issues:
- Pressure has extremely high gradients in random chunks of simulation using
NonhydrostaticModel
withImmersedBoundaryGrid
andBuoyancyTracer
(#3593) - Unexpected FlatExtrapolationBoundaryCondition behaviour in validation script cylinder.jl (#3975)
- Testing the instantiation of
LagrangianAveragedDynamicSmagorinsky
on GPU takes 1 hour (#3988)