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 compile error

jihun

New member
Hello, I was compiling WRF and an error occurred with ./compile -j 4 em_real.
I will attach compile.log. What needs to be addressed?
my env
M1 Max MacStudio
Homebrew
 

Attachments

  • compile.log
    856.9 KB · Views: 5
@jihun
Your compile.log file does not have any errors listed in it. Can you re-run the compile, making sure to send both the standard error and output to the log file by utilizing the ">&" syntax as shown below? Issue the following:

Code:
./clean -a

./configure

./compile em_real -j 1 >& compile.log

When it fails again, please attach the new compile log, along with your configure.wrf file. Thanks!
 
Top