Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.71 KB

File metadata and controls

44 lines (37 loc) · 1.71 KB

AtmosphericModels v0.3.4 2026-05-03

Added

  • add upwind_dir to get_wind
  • add helper scripts bin/install, bin/setup_env, and bin/jetls
  • add menu() to bin/run_julia
  • add .markdownlint.json

Changed

  • improve bin/run_julia
  • update default manifests for Julia 1.11 and 1.12
  • update documentation and README
  • remove TestEnv usage from project tooling

Fixed

  • fix installation script behavior
  • fix warning in windfield code

AtmosphericModels v0.3.3 2026-03-17

Added

  • the files .zenodo.json and CITATION.cff

Changed

  • support Julia 1.12

AtmosphericModels v0.3.2 2025-08-26

Added

  • add KiteUtils 0.11 compat

AtmosphericModels v0.3.1 2025-07-14

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

AtmosphericModels v0.3.0 2025-07-08

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