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

WRF Warning message

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.

Sylvia

New member
Hello,

I'm compiling WRF 3.6.1 using OneAPI. After I running ./configure, the following warning messages appears:

$JASPERLIB or $JASPERINC not found in environment, configuring to build without grib2 I/O...
Testing for NetCDF, C and Fortran compiler

This installation of NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
It will build in 64-bit

************************** W A R N I N G ************************************

There are some Fortran 2003 features in WRF that your compiler does not recognize
The IEEE signaling call has been removed. That may not be enough.

*****************************************************************************

I just ignores this warning message, and run ./compile em_real. And the *.exe are all generated successfully. But I wonder if the warning message has any effects on the accuracy of the simulated results? Is it serious if I ignore the warning?

Thanks!
 
Hi,
No, that message can be ignored. If everything compiled correctly and you're able to run, then it's not an issue.
 
Top