Skip to content

Commit

Permalink
Merge pull request #109 from milankl/mk/swm
Browse files Browse the repository at this point in the history
Docs: sph harmonics + derivates updated
  • Loading branch information
milankl committed Jul 21, 2022
2 parents 94d806e + 88bb06c commit 0eab380
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 49 deletions.
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

0 comments on commit 0eab380

Please sign in to comment.