Ungrib.exe not created when building WPS

heilfertys

New member
After successfully compiling WRF on using configuration no.34 (gfortran/Linux), my WPS build (config no.1) comes up short and doesn't create the ungrib executable. The compiler does build
I have attached my log.compile file for the WPS build. The same problem occurs if I attempt WPS configuration no.3. Let me know if you need more info to solve this issue.
 

Attachments

Searching for the word "Error" in your compilation log, it looks like the first compilation failure is
Code:
intmath.f:207:14:

  207 |       if(iand(i,i-1)/=0) then
      |              1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
intmath.f:172:14:

  172 |       if(iand(i,i-1)/=0) then
      |              1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
This issue was addressed by WPS PR #119, which was included in the WPS v4.1 release.

Could you give a try with the latest WPS release?
 
Back
Top