Hi,
I might be missing something but I think that there is an issue in make_tide.py.
After comparing with the outputs from the croco_tools I noticed that the phases were all between -90 and 90°.
I think np.arctan2 should be used instead of np.arctan to correct the issue. The results are pretty similar now (considering the TPXO version used in the croco_tools is different (v7)).
Please let me know if I'm wrong.
Thanks
Hi, I might be missing something but I think that there is an issue in make_tide.py. After comparing with the outputs from the croco_tools I noticed that the phases were all between -90 and 90°. I think np.arctan2 should be used instead of np.arctan to correct the issue. The results are pretty similar now (considering the TPXO version used in the croco_tools is different (v7)). Please let me know if I'm wrong. Thanks