Stephan Kramer
Stephan Kramer
e.g. ``` import numpy as np val_obs=npzeros(4096,1) tide = uptide.Tides(["M2", "S2","Q1", "O1", "P1", "K1", "N2", "K2"]) initial_time = datetime.datetime(2016, 1, 15, 0, 0, 0) tide.set_initial_time(initial_time) time_obs_sec = range(4096) amp,pha =...
Both TPXO and FES provide currents. Should add support for this.
The high res version of TPXO9 comes in separate files per constituent (similar to FES). These should be combined in one reader. The low res global solution that is stored...
It seems pyfes (https://github.com/CNES/aviso-fes) has been updated and now supports FES2022 Should update uptide to support this as well (current instructions no longer work).