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

Error While compilation of WRF

Arun_Dev

New member
I was trying to install PolarWRF, which is very similar to WRF installation. I'm successfully able to install WRF-4.5.1, but while compiling PolarWRF-4.5.1, I'm facing an issue. The issue is very similar to WRF; however, I'm unable to debug as it's not clearly mentioned in the log.compile file. I just need the help if someone could tell me what the problem is with my compilation. I'm attaching my log.compile file for help. If you need any other kind of information, please let me know. I would be very thankful for anyone's help.
 

Attachments

  • compile.log
    979.3 KB · Views: 3
Hi,
Unfortunately our group here at NCAR does not manage the code for Polar WRF. In looking at your compile log, though, I see this line:

Code:
module_diagnostics_driver.f90:263:40:

  263 |                          ,haildtacttime=grid%haildtacttime                    )
      |                                        1
Error: Rank mismatch in argument ‘haildtacttime’ at (1) (rank-2 and scalar)

which means there is a syntax error found in the module_diagnostics_driver.F file (but you can use the line number given for the *.f90 file - shown in the error) to find where this is. If you made modifications to the code anywhere, this may be the result of a change you made, and you'll just need to figure out where your mistake is, based on fortran syntax rules. Otherwise, you'll probably need to contact the group who supports the WRF Polar for assistance.
 
Top