Potential bug in NEMO4.2 and higher for fixed OBC+tides

Hi guys,

I have found a strange behaviour in bdydta.F90 where tides are added indefinitely in the dta_bdy structure if the dta_bdy structure is not updated (i.e., fixed or no-temporal interpolation).

I believe the same is true for atm pressure added at the OBC.

Anybody confirming that this is a known bug?

The problem: dta_bdy structure points to the bf fldread structure but those one are not updated if no time interpolation is required. Thus, the old values are recycled and tides are added to them indefinitely…

Hi Fred,

A NEMO version please ?

Salut Jérôme, 4.2.2 as far as I am concerned, but looking at the code in the trunk it sounds like NEMO5.x.x has the same issue…