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
I am encountering issues with where statements when running SHiELD/MOM6 in debug mode.
For example, the model performs a division by zero and crashes in xgrid.F90 when computing the inverse area, where grid%area>0 so not sure how the division by zero is happening in this context:
Hi all,
I am encountering issues with
where
statements when running SHiELD/MOM6 in debug mode.For example, the model performs a division by zero and crashes in xgrid.F90 when computing the inverse area, where
grid%area>0
so not sure how the division by zero is happening in this context:FMS/exchange/xgrid.F90
Lines 1973 to 1976 in 23df6d7
A similar issue arises in the monin obukhov routine:
FMS/monin_obukhov/include/monin_obukhov_inter.inc
Lines 248 to 253 in 23df6d7
I am using the standard SHiELD template and compile flags: https://github.com/NOAA-GFDL/SHiELD_build/blob/main/site/intel.mk.
These issues are specific to DEBUG mode; everything works fine when compiling in REPRO mode.
The text was updated successfully, but these errors were encountered: