Skip to content

Releases: OpenSourceAWE/AtmosphericModels.jl

v0.3.3

17 Mar 16:57

Choose a tag to compare

AtmosphericModels v0.3.3

Diff since v0.3.1

Added

  • the files .zenodo.json and CITATION.cff

Changed

  • support Julia 1.12

v0.3.2

17 Mar 16:57

Choose a tag to compare

AtmosphericModels v0.3.2

Diff since v0.3.1

v0.3.1

14 Jul 14:32

Choose a tag to compare

AtmosphericModels v0.3.1

Diff since v0.3.0

Fixed

  • when calculating the filename for the windfield to load, the rel_sigma parameter was ignored

Changed

  • better error message if loading the windfield fails

v0.3.0

10 Jul 11:39

Choose a tag to compare

AtmosphericModels v0.3.0

Diff since v0.2.5

Changed

  • BREAKING: When constructing an atmospheric model, you MUST pass the parameter set::Settings. This ensures that all parts of the simulation use the same settings struct, and that you can run different simulations with different settings in parallel.
  • removed FAST_EXP, FAST_LOG and FAST_EXPLOG because they were error prone (did not deliver the correct result when changing settings.yaml)

Added

  • The function get_wind(am, x, y, z, t) which returns a wind vector for the given position and time. It creates a 3D wind field if it does not exist in the data folder. The parameters of this wind field are configured in settings.yaml.
  • Documenter generated documentation.
  • all files have now a license attached. You can check that with pipx run reuse lint.
  • many examples
  • a GUI to investigate the 3D wind field

Merged pull requests:

Closed issues:

  • Add turbulent 3d wind field (#4)
  • Remove FAST_EXP FAST_LOG and FAST_EXPLOG wind profile types (#14)
  • Move parameters of create_grid to settings (#17)
  • Add more citations (#21)
  • Add example that re-creates the EXPLOG diagram (#22)

v0.2.5

10 Apr 09:41

Choose a tag to compare

AtmosphericModels v0.2.5

Diff since v0.2.4

Changes

  • allow Julia 1.11
  • update CI.yml, do not test on nightly any longer
  • bump KiteUtils to 0.10

Merged pull requests:

v0.2.4

09 Nov 12:08

Choose a tag to compare

AtmosphericModels v0.2.4

Diff since v0.2.3

v0.2.3

15 Oct 11:57

Choose a tag to compare

AtmosphericModels v0.2.3

Diff since v0.2.2

v0.2.2

24 Jul 15:20

Choose a tag to compare

AtmosphericModels v0.2.2

Diff since v0.2.1

  • bump KiteUtils to 0.7

v0.2.1

25 Mar 16:37

Choose a tag to compare

AtmosphericModels v0.2.1

Diff since v0.2.0

v0.2.0

10 Mar 09:52

Choose a tag to compare

AtmosphericModels v0.2.0

Diff since v0.1.5

Merged pull requests: