Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 02:05
· 1996 commits to main since this release

SpeedyWeather v0.3.0

Diff since v0.2.1

Closed issues:

  • Pre-allocate grid-point pressure values and use consistent naming (#91)
  • Rotating spherical harmonics gif not showing up (#96)
  • Initial conditions for shallow water (#98)
  • Float64 run_speedy doesn't output correctly (#102)
  • Float32 high resolution spectral transform (#104)
  • LowerTriangularMatrix for spectral coefficients (#111)

Merged pull requests:

  • make scale_coslat! on output type flexible (#103) (@milankl)
  • Orography Legendre precomputation in Float64 (#105) (@milankl)
  • Take exponential of pres_grid for parametrizations (#107) (@white-alistair)
  • Renaming for consistency, UV_from_vor! added (#108) (@milankl)
  • Docs: sph harmonics + derivates updated (#109) (@milankl)
  • LowerTriangularMatrix implemented (#110) (@milankl)
  • write restart file, restart from it (#113) (@milankl)
  • CompatHelper: add new compat entry for JLD2 at version 0.4, (keep existing compat) (#114) (@github-actions[bot])
  • CompatHelper: add new compat entry for CodecZlib at version 0.7, (keep existing compat) (#115) (@github-actions[bot])
  • fibonacci -> triangle number (#116) (@milankl)
  • LowerTriangularMatrix in PrognVars, DiagnVars +restructured (#117) (@milankl)
  • Basics for KernelAbstractions / GPU (#118) (@maximilian-gelbrecht)