Releases: jbisits/StaircaseShenanigans.jl
Releases · jbisits/StaircaseShenanigans.jl
Release list
v0.8.2
What's Changed
- Add option to time average model output by @jbisits in #158
- Remove double
hastring by @jbisits in #159 - Better setting of diffusivity enhancement by @jbisits in #160
- Correctly extract diff for non-dim numbers by @jbisits in #161
- Enhance with turbulent diffusivity by @jbisits in #162
- Update default stride by @jbisits in #163
- Add CUDA compat by @jbisits in #164
- Add vertical velocity animation by @jbisits in #166
- Add potential energy computations by @jbisits in #167
- Index was offset by one in PE calculation by @jbisits in #168
- Save PE and BPE + snapshots for plotting to diagnostics file by @jbisits in #169
- Should have been appending by @jbisits in #171
- Add horizontally averaged tracer flux by @jbisits in #172
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Alternate option for tracer limits in animations by @jbisits in #152
- Allow limit adjustment for flux bcs by @jbisits in #154
- Spelling + same range for density heatmap and profile by @jbisits in #155
- Horizontal saving of salinity, temperature, density and buoyancy frequency + diagnostics to compute from ha average by @jbisits in #157
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.1
What's Changed
- Save interface depth as attribute and use in R_rho calculation + kwarg for advection scheme order by @jbisits in #133
- Keyword arg for
TimeDiscretisationby @jbisits in #134 - Don't interpolate small values + buoyancy flux calculation by @jbisits in #135
- Get diffusivities from one and relevant non-dim numbers by @jbisits in #137
- Return
NameTupleof diffs ready for use by @jbisits in #139 - Change diffusivity order returned from diffusivity functions by @jbisits in #140
- Save relevant initial and simulation info to diagnostics file by @jbisits in #141
- Adjust region used for R_rho calculation by @jbisits in #144
- Save halos + update animation functions to deal with halos that are saved by @jbisits in #143
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- CompatHelper: bump compat for CairoMakie in [weakdeps] to 0.13, (keep existing compat) by @github-actions in #109
- Save initial non-dimensional numbers to output + save more output to diagnostics for download by @jbisits in #119
- Change
initial_steepnessto initial thickness by @jbisits in #120 - Minor version update by @jbisits in #121
- Update default timestep by @jbisits in #123
- Set domain z extent via
Tupleand fix linear and tanh setting at depth by @jbisits in #129 - Fix
BackgroundLinearby @jbisits in #130 - Add test to make sure background fields set and compute by @jbisits in #131
- Get Sc number from output + Oceananigans v0.96.0 by @jbisits in #126
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- Don't save R_rho as a dim by @jbisits in #113
- Move
kwargto top level function by @jbisits in #114 - Option to save single diagnostic from a function by @jbisits in #115
- Add horizontally averaged flux by @jbisits in #116
- Add energetics to
save_computed_output!by @jbisits in #117 - Add options for setting noise over a depth range by @jbisits in #118
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
What's Changed
- Different S and T interface tanh scaling by @jbisits in #97
- Ensure types are the same in
BackgroundTanhby @jbisits in #98 - Check if keys are present in dataset before saving by @jbisits in #100
- Add jump-periodic boundary conditions by @jbisits in #102
- Change so interface steepness is required in
TanhInterfaceSmoothingby @jbisits in #104 - CompatHelper: bump compat for Oceananigans to 0.95, (keep existing compat) by @github-actions in #101
- Changes with Oceananigans.jl 0.95 by @jbisits in #106
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Use
NamedTupleinsteadTuplefor noise in both tracers and velocities by @jbisits in #84 - Bring variables onto CPU by @jbisits in #87
- Fix
TracerNoisesetting onGPUby @jbisits in #89 - Don't override methods plus better dispatching for setting a background state and interface smoothing by @jbisits in #90
- Simplify initial condition setting by @jbisits in #94
Full Changelog: v0.5.0...v0.6.0