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
The module_sf_ruclsm has comparisons to zero, which break the code when numbers are very close to 0, such as 1e-322. This happens with the gfortran compiler when compled -DDEBUG=ON since the option to truncate subnormal numbers is turned off.
Steps to Reproduce
Fix bugs in the fv_regional_bc.F90 that prevent RRFS from running in DEBUG=ON mode
Run one of the RRFS tests in DEBUG=ON mode with the gnu compiler on Hera
View the resulting core dumps using gdb
Sadness
Additional Context
The model will fail much earlier, due to known bugs. I'm about to submit a PR and some issues to fix that.
The text was updated successfully, but these errors were encountered:
Description
The module_sf_ruclsm has comparisons to zero, which break the code when numbers are very close to 0, such as 1e-322. This happens with the gfortran compiler when compled -DDEBUG=ON since the option to truncate subnormal numbers is turned off.
Steps to Reproduce
Additional Context
The model will fail much earlier, due to known bugs. I'm about to submit a PR and some issues to fix that.
The text was updated successfully, but these errors were encountered: