Skip to content

Commit 6ca12b4

Browse files
authored
Update README.md
1 parent f4e3c29 commit 6ca12b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ simulation = initialize!(model)
4242
run!(simulation,period=Day(100),output=true)
4343
```
4444

45+
and you can get a list of options for `JetDrag` and `StochasticStirring` by typing
46+
```julia
47+
julia>? JetDrag
48+
julia>? StochasticStirring
49+
```
50+
where `?` opens the help.
51+
4552
## Gallery
4653

4754
A visualisation of the above simulation

0 commit comments

Comments
 (0)