might need to add min_SNR and min_PE into reconstruct tide to get the tidal prediction correct at all OBC node.
pred = reconstruct(times, coef, epoch="1858-11-17", verbose=noisy)
to
pred = reconstruct(times, coef, min_SNR=0, min_PE=0, epoch="1858-11-17", verbose=noisy)
in _grid.py file in grid folder
This is in case we are using tidal component from harmonic file and wanted to include all of the harmonic without filtering of SNR and PE. The filtering can introduce some inaccurate value of tidal elevation in certain nodes.