You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A diagnostic ID was compared to floating point 0. to test if it had been
set. This patch replaces this with an integer inequality test.
This resolves GitHub Issue mom-ocean#1016.
Thanks to Stephen Griffies for reporting.
https://github.com/NOAA-GFDL/MOM6/blob/ceaca560c975fe32cc463041e1549ca6c69da813/src/ALE/MOM_ALE.F90#L807
Tr%id_remap_cont>0.
should be
Tr%id_remap_cont>0
That is, there is an extra decimal after the 0 in the check for diagnostic id.
The text was updated successfully, but these errors were encountered: