From dc6a504236107c9c5a3e8e22f3000e4a1e9efd6b Mon Sep 17 00:00:00 2001 From: Gabriel C Rau <32972360+hydrogeoscience@users.noreply.github.com> Date: Wed, 25 Nov 2020 14:06:07 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d7b68b..a9ff984 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# PyGTide +# PyGTide v0.5 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1346260.svg)](https://doi.org/10.5281/zenodo.1346260) ## A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth -PyGTide is a Python class that wraps around ETERNA PREDICT 3.4 which was compiled from Fortran into a Python DLL using [f2py](https://docs.scipy.org/doc/numpy/f2py/). The original ETERNA PREDICT 3.3 was written by the late Prof. H.-G. Wenzel (Wenzel, 1996) in a mix of Fortran 77 and 90. This was updated by Kudryavtsev (2004) to include the latest tidal catalogue. The Fortran code for ETERNA PREDICT can be downloaded from the [International Geodynamics and +PyGTide is a Python class that wraps around ETERNA PREDICT 3.4 which was compiled from Fortran into a Python library using [f2py](https://docs.scipy.org/doc/numpy/f2py/). The original ETERNA PREDICT 3.3 was written by the late Prof. H.-G. Wenzel (Wenzel, 1996) in a mix of Fortran 77 and 90. This was updated by Kudryavtsev (2004) to include the latest tidal catalogue. The Fortran code for ETERNA PREDICT can be downloaded from the [International Geodynamics and Earth Tide Service (IGETS)](http://igets.u-strasbg.fr/soft_and_tool.php). ## How to install and run A user guide is available as [PDF download](https://github.com/hydrogeoscience/pygtide/raw/master/PyGTide_user-guide.pdf). Instructions: -* Download and install [Anaconda3 5.2 for Python 3.6](https://repo.continuum.io/archive/Anaconda3-5.2.0-Windows-x86_64.exe) (Windows 7/10 64bit) -* Use the *Anaconda Navigator* to ensure that the packages [libpython](https://anaconda.org/anaconda/libpython) (as a minimum v2.1) and [mingw](https://anaconda.org/anaconda/mingw) (as a minimum v4.7) are installed. You will also need the following standard libraries: *numpy*, *pandas* and *datetime*. -* Download [PyGTide](https://github.com/hydrogeoscience/pygtide/archive/master.zip), unzip into a local directory and run *test.py* +* Download and install [Anaconda for Python 3+](https://www.anaconda.com) (Windows 7/10 64bit or Linux (Ubuntu) 64bit) +* Use the *Anaconda Navigator* to ensure that the following standard libraries are installed: *numpy*, *pandas*, *datetime* and *astropy*. +* Download [PyGTide](https://github.com/hydrogeoscience/pygtide/), unzip into a local directory and run *test_pygtide_waves-all.py* ## How to cite If you use PyGTide, please cite the work as: