From a2355c48b8f30f5427a4dfb54510b2a7a4c26a9e Mon Sep 17 00:00:00 2001 From: Paul Pukite Date: Mon, 28 Sep 2020 14:25:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c051ed..26bcc63 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ Requires an Ada compiler such as the GNAT IDE -- download community edition from Load the project file (such as LTE.gpr) into GNATStudio and select build from the menu. The compiled executable is located in an obj subdirectory. The obj subdirectory may need to be created before compiling, run the executable from the root directory, i.e. > obj/enso_opt + +See the local Wiki (https://github.com/pukpr/GeoEnergyMath/wiki/Laplace's-Tidal-Equation-modeling) for examples of drivers and typical results of modeling the various data sets.