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 aerinterp routines use real*4 arrays to read real*8 data when compiled with 32-bit physics. This causes a crash because of the NetCDF Fortran 77 interface, which does not know which datatype it has.
Steps to Reproduce
Create a 32-bit physics version of the RRFS 13km conus ufs-weather-model regression tests.
Run it and you'll see the crash.
Run the gnu version of the test through valgrind, and you'll see where and why it crashes.
Additional Context
Tested with hera.gnu and hera.intel using the FV3_HRRR suite in the UFS regression tests. Must compile with 32-bit physics to trigger the error.
Output
N/A
The text was updated successfully, but these errors were encountered:
Description
The aerinterp routines use
real*4
arrays to readreal*8
data when compiled with 32-bit physics. This causes a crash because of the NetCDF Fortran 77 interface, which does not know which datatype it has.Steps to Reproduce
Additional Context
Tested with hera.gnu and hera.intel using the FV3_HRRR suite in the UFS regression tests. Must compile with 32-bit physics to trigger the error.
Output
N/A
The text was updated successfully, but these errors were encountered: