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

Problem with building executable (WRF on Ubuntu 16.04)

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.

fahmifahrizal

New member
Dear All,

I had build wrf before in university cluster long ago, but now i want to build on smaller machine like ubuntu for smaller domain area, I try to follow this instruction exactly ( https://github.com/camposdelano/configuring-wrf-3.8-on-ubuntu-server-16.04/blob/master/README.md ) but it still wont make the executables

Please anyone help, here I attached my compile.log, configure.wrf and .bashrc file
Thank you
 

Attachments

  • compile.log
    683.8 KB · Views: 48
  • configure.wrf
    20.3 KB · Views: 48
  • bashrc.txt
    4.2 KB · Views: 53
Hi,
Based on this line in your compile log, it looks like you may be building this in a virtual box:
Code:
Linux dataanalyst-VirtualBox 4.15.0-29-generic #31~16.04.1-Ubuntu SMP Wed Jul 18 08:54:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Building in this way has been known to cause problems building WRF. Take a look at this previous post that explains this issue:
http://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=37&t=345&p=1002&hilit=virtual#p1002
 
Top