ARWpost compilation new error

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Hi,
The error you are getting 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)

There are several posts about this error in this forum. All of the responses point users to the fix found here. Though this fix is for the ungrib program, the issue is the same and I assume you can make the same modifications to the arwpost file.
 
Back
Top