Releases: jbisits/StaircaseShenanigans.jl
Releases · jbisits/StaircaseShenanigans.jl
v0.6.1
v0.6.0
What's Changed
- Use
NamedTuple
insteadTuple
for noise in both tracers and velocities by @jbisits in #84 - Bring variables onto CPU by @jbisits in #87
- Fix
TracerNoise
setting onGPU
by @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
v0.5.0
What's Changed
- Seperate examples by @jbisits in #74
- Initial conditions for triple periodic domain that is not just noise by @jbisits in #78
- Only set initial salt and temperature for periodic if smoothing function is passed by @jbisits in #80
set_staircase_initial_conditions!
->set_staircase_initial_conditions!
by @jbisits in #81- Noise in both tracer and velocity fields by @jbisits in #82
- S-T animation function by @jbisits in #83
- CompatHelper: bump compat for Oceananigans to 0.94, (keep existing compat) by @github-actions in #69
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) by @github-actions in #42
- CompatHelper: bump compat for Oceananigans to 0.93, (keep existing compat) by @github-actions in #43
- Breaking: rename initial conditions + add single interface option by @jbisits in #46
- Setup reentrant plus triply periodic models to avoid model run down. by @jbisits in #47
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) by @github-actions in #32
- CompatHelper: bump compat for Oceananigans to 0.92, (keep existing compat) by @github-actions in #33
- Begin to make restoring more general by @jbisits in #35
- Rename
steps
->interfaces
+ update Julia CI version by @jbisits in #38 - Add tracer content restoring within a layer of a staircase simulation by @jbisits in #40
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Plotting for initial density by @jbisits in #24
- Update to R_rho + correctly set coefficients in linear eos by @jbisits in #25
- Add option for
Relaxation
to scalar fields by @jbisits in #27 - Correct sign in
CustomLinearEquationOfState
plus single R_rho calculation by @jbisits in #29 - Add simple velocity noise by @jbisits in #30
Full Changelog: v0.2.1...v0.3.0