I have tried using the AVERAGES_DETIDE option to create detided data for the boundary of a child model. To test the detided output, I created an number of station files in the domain and used t_tide to calculate a detided zeta for these stations. I compared this with detided zeta (zeta_detided) from daily averages files for the same locations and found that they did not match at all (see attachment). In most case zeta_detided was zero or near zero (i.e. low frequency effects like inverse barometer are stripped out too).
One source of error is the fact that though the model runs over many months, it does so 1 week at a time. However, my understanding is that the cumulated tide harmonics are saved to the tide forcing file so that the fit will improve over time and I can see that the tide forcing file is being updated every week so this should not be problem.
Has anyone any ideas where I may be going wrong here?
Thanks
Kieran
Using the AVERAGES_DETIDE option
Re: Using the AVERAGES_DETIDE option
Just to close this posting off, I found out that the tide harmonics in the tide forcing file were not being accumulated because the NRREC flag in the input script ocean.in was 0. I changed to -1 and now the detided data is looking good!
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Using the AVERAGES_DETIDE option
Great. That's good news. I was worry about this. I tested this option and it was working nicely for me. I was wondering it there we have an I/O error or a leas-squares problem.