Releases: jagoosw/Walrus.jl
Releases · jagoosw/Walrus.jl
v0.6.0
Walrus v0.6.0
Diff since v0.5.4
Breaking changes
- changes kwarg names for precomputed wind stress components from
precompute_roughness_length
to precompute_drag_coefficient
Merged pull requests:
v0.5.3
Walrus v0.5.3
Diff since v0.5.0
Merged pull requests:
- Add body heating from light field (#7) (@jagoosw)
- Add wind driven stokes drift model + bump compats (#8) (@jagoosw)
- (0.5.3) Changes everything to be discrete boundary conditions to make compatible with flattend dimensions (#9) (@jagoosw)
v0.5.0
Walrus v0.5.0
Diff since v0.4.2
Breaking changes
Changed API for wind stress, surface heat exchange and wall stress to allow friction velocities to be precomputed (which causes a large speed up for all but the smallest of grids).
Additionally fixes a major error in the homogenous body heating.
Merged pull requests:
- added precomputed roughness length and friction velocity + fix bug (#5) (@jagoosw)
- Bug (#6) (@jagoosw)
v0.3.0
Walrus v0.3.0
Diff since v0.2.0
Merged pull requests:
- Made body heating way more efficient as it's actually just analytical in this situation (#2) (@jagoosw)