jimfrimel / jfHWRF

My HWRF repository for tracking issues and tasks.
0 stars 0 forks source link

HWRF on Hera products task is failing #13

Closed jimfrimel closed 4 years ago

jimfrimel commented 4 years ago

The HWRF products task on Hera is failing.

jimfrimel commented 4 years ago

This has been fixed. The issue was in the hwrf-utilities repository, and required only the following file be changed.

see: svn revision 1533

libs/src/hwrfutil/interp_module.f90

This commit fixes a runtime SIGSEGV error running hwrf_nhc_products.exe on Hera.

The incorrect intent declaration in a subroutine was used used on arrays being passed to the subroutine, intent(out) should have been intent(inout). This issue arose when running on intel 18 compilers.

This commit passed all consistency checks.