From 577af89e45248d34ad57b52dc915bcafe88bf44a Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 16 Oct 2018 21:26:17 +1100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1e34960..f6df8e26 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ Geophysical Fluid Dynamics on periodic domains using Fourier-based pseudospectra To install, do ```julia -using Pkg -Pkg.add("https://github.com/FourierFlows/GeophysicalFlows.jl.git") +] add GeophysicalFlows ``` See `examples/` for example scripts. @@ -29,7 +28,7 @@ All modules provide solvers on two-dimensional domains. We currently provide * `TwoDTurb`: the two-dimensional vorticity equation. * `BarotropicQG`: the barotropic quasi-geostrophic equation, which generalizes `TwoDTurb` to cases with topography and Coriolis parameters of the form `f = f₀ + βy`. * `BarotropicQGQL`: the quasi-linear barotropic quasi-geostrophic equation. -* `NIWQG`: [a two-mode truncation]() of the [NIW-QG model](). +* `NIWQG`: [a two-mode truncation][WY16] of the [NIW-QG model][XV15]. [FourierFlows.jl]: https://github.com/FourierFlows/FourierFlows.jl