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…