Skip to content

v0.95.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 19:30
· 42 commits to main since this release
87ecfed

Oceananigans v0.95.3

Diff since v0.95.2

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 a Simulation (#3993) (@simone-silvestri)

Closed issues:

  • Pressure has extremely high gradients in random chunks of simulation using NonhydrostaticModel with ImmersedBoundaryGrid and BuoyancyTracer (#3593)
  • Unexpected FlatExtrapolationBoundaryCondition behaviour in validation script cylinder.jl (#3975)
  • Testing the instantiation of LagrangianAveragedDynamicSmagorinsky on GPU takes 1 hour (#3988)