CNES / aviso-fes

FES is the last version of the FES (Finite Element Solution) tide model.
https://cnes.github.io/aviso-fes
BSD 3-Clause "New" or "Revised" License
59 stars 24 forks source link

How to run pyfes? #21

Closed slimgana closed 3 weeks ago

slimgana commented 7 months ago

Hi All, This is my first attempt to use pyfes. Is there any user guide to learn how to run pyfes in a given area of the world? If not, is there anyone who could kindly give the outline of the procedure to run pyfes? Thank you.

deborarodriguesp commented 4 months ago

Hey! I know it is late, but I have just figured it out, so I will leave here for other people.

I found this github from fournifl, which helped me a lot!

I am leaving here my code: fes_compute_tide_multiple_stations.txt

I don't know why, but my script only works if I use in conda like this:

python fes_compute_tide_multiple_stations.py D:/DOUTORAMENTO/Tide/Tide-main/ocean_tide_extrapolation.ini --load D:/DOUTORAMENTO/Tide/Tide-main/ocean_tide_extrapolation.ini

which is the script, plus the location of my .ini file, plus --load this .ini file.

I hope it helps!

fbriol commented 3 weeks ago

This question is out of date. Please use the latest version of this software. You can install it from Conda. They also have an updated tutorial on calculating the ocean tide.