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
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
@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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.