Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: sph harmonics + derivates updated #109

Merged
merged 2 commits into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/img/Rotating_spherical_harmonics.gif
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SpeedyWeather.generalised_logistic

```@docs
SpeedyWeather.time_stepping!
SpeedyWeather.time_step!
SpeedyWeather.first_timestep!
SpeedyWeather.timestep!
SpeedyWeather.first_timesteps!
SpeedyWeather.leapfrog!
```
2 changes: 0 additions & 2 deletions docs/src/how_to_run_speedy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ developed this is by no means complete.
| ----------------- | ------------- | --------- |
| `NF::DataType` | `Float32` | Number format (not keyword, first positional, but optional argument) |
| `trunc::Int` | `31` | Spectral triangular truncation , i.e. the maximum order and degree of the spherical harmonics |
| `nlon::Int` | `96` | Number of grid points in longitude (determined from `trunc` automatically) |
| `nlat::Int` | `48` | Number of grid points in latitude (determined from `nlon` automatically) |
| `nlev::Int` | `8` | Number of vertical levels |


Expand Down
Loading