Skip to content

Commit

Permalink
Merge pull request #314 from SpeedyWeather/mk/docs
Browse files Browse the repository at this point in the history
docs minor stuff
  • Loading branch information
milankl authored May 22, 2023
2 parents 97d9c6f + 146a853 commit b06f8d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/src/grids.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ and in general ``\frac{m+1}{2}T \approx J`` for _m-th_ order truncation. So the
order the more grid points are used in combination with the same spectral
resolution. A higher truncation order therefore makes all grid-point calculations more expensive,
but can represent products of terms on the grid (which will have higher wavenumber components) to
a higher accuracy as more grid points are available within a given wavelength.


a higher accuracy as more grid points are available within a given wavelength. Using a sufficiently
high truncation is therefore one way to avoid aliasing. In SpeedyWeather.jl the parameter
`dealiasing` controls this option, `= 1` would be linear, `= 2` quadratic, `= 3` cubic etc.

## Full Gaussian grid

Expand Down
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ precipitation and radiation.
## Overview

SpeedyWeather.jl is a global spectral model that uses a spherical harmonic transform to perform some calculations
in spectral space (time integration, gradients, linear terms) and some in grid-point space (advection, non-linear terms).
in spectral space (time integration, gradients, linear terms) and some in grid-point space (advection, non-linear terms,
parameterizations).
The prognostic variables used are vorticity, divergence, absolute temperature, logarithm of surface
pressure and specific humidity. The time stepping uses a leapfrog scheme with additional filters and a
semi-implicit formulation for gravity waves. The default resolution is T31 (96x48 grid points on a
Expand Down

1 comment on commit b06f8d8

@milankl
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.