Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 2.34 KB

Changelog

Unreleased

  • Output both accumulated and precipitation rate as netCDF #596
  • Random processes for random pattern generation #592
  • Also allow SpectralGrid as positional argument to model constructors #593
  • De-interweave SpectralTransform #587
  • Rossby-Haurwitz wave initial conditions #591
  • Haversine formula and AbstractSphericalDistance #588
  • Array-agnostic SpectralTransform #583
  • Move CUDA dependency into extension #586
  • Stop supporting Julia v1.9 #585
  • feedback.verbose (de/activate the progressbar) is now set to isinteractive() to disable automatically for documentation #582

v0.11.0

  • Extend set! with orography keyword argument to set the orography with set! #578
  • Added a new benchmark suite for the dynamics functions #577
  • Introduced a new set! function that allows to set PrognosticVariables to new values with keyword arguments #563
  • Restructured dynamical core with prognostic/diagnostic variables array-agnostic and 3-dimensional #525
  • Modularised NetCDF output #573
  • Fixed a bug in RingGrids, now broadcasts are defined even when the dimensions mismatch in some cases #568
  • RingGrids: To wrap an Array with the horizontal dimension in matrix shape into a full grid, one has to use e.g. FullGaussianGrid(map, input_as=Matrix) now. #572
  • CompatHelper: Allow for JLD2.jl v0.5