Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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.

Hello,
I got error while ARWpost while compiling which is not similar to earlier.
Here I have attached log file and configure file
 

Attachments

  • log.compile
    113.3 KB · Views: 33
  • configure.arwp
    1.7 KB · Views: 33
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.
 
Top