NOC-MSM / pyBDY

pyBDY: a Python based regional NEMO model configuration toolbox.
GNU General Public License v3.0
7 stars 7 forks source link

Harmonise tide routines #142

Open jpolton opened 1 year ago

jpolton commented 1 year ago

TPXO7 demo and TPXO9 routines are very similar but different in that the large TPXO9 data are stored one-constituent-per-file.

Currently tpxo9_extract_HC.py and tpxo_extract_HC.py are pretty much duplicates and should/could be harmonised.

The FES routines are slightly different as the data are stored as amplitude and phases, so need to be converted to complex components for the interpolation. Maybe keep that separate for now.

Issue:

Acceptance criteria: