Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frequencies in TMD contist.m file #1

Open
aaretxabaleta-usgs opened this issue May 12, 2020 · 2 comments
Open

frequencies in TMD contist.m file #1

aaretxabaleta-usgs opened this issue May 12, 2020 · 2 comments

Comments

@aaretxabaleta-usgs
Copy link

We have been using the TPXO database and the TMD model code to make calculations of extreme tidal water level. We have tested the code for a location near Woods Hole, MA. When we did the prediction for a long period (1750-2120), we saw a trend in the yearly maximum water level (max_yearly_WL_woodshole_maximum_tide_1750_2100.png).
max_yearly_WL_woodshole_maximum_tide_1750_2100

This seemed pretty weird, so we extended it to a longer time period (max_yearly_WL_woodshole_maximum_tide_1_3000.png) and we identified a pretty long (~2000-yr) modulation. We did the same calculation for other locations and some showed a trend and others didn’t.

max_yearly_WL_woodshole_maximum_tide_1_3000

We have identified the problem as a round-off for the frequencies of the overtides (M4,MN4, MS4). When we replace the given frequencies in the constit.m file of the TMD Matlab package with exact multiples of the main constituents, the problem goes away (max_yearly_WL_woodshole_maximum_tide_1750_2120_rightconstfreq.png).
max_yearly_WL_woodshole_maximum_tide_1750_2120_rightconstfreq

m4: from 2.810377e-04 to 2*1.405189e-04
ms4: from 2.859630e-04 to 1.405189e-04+1.454441e-04
mn4: from 2.783984e-04 to 1.405189e-04+1.378797e-04

@fspaolo
Copy link
Owner

fspaolo commented May 12, 2020

Hi @aaretxabaleta-usgs, did you contact Laurie (the author of TMD)? Laurie [email protected]

@aaretxabaleta-usgs
Copy link
Author

I am in conversation with her. I have sent her the issue and the figures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants