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

Compilation Errors WRF (lf_urb_s, module_sf_noahmpdrv.o, etc)

JeremyB

Member
Hello,

I'm trying to install WRF on a cloud server (the latest version), however I'm running into a few errors regarding the noahmpdrv, lf_urb,

module_physics_init.mod, etc. and was wondering if anyone may know the problem. Here is my compilation script.

Thank you,
JeremyB
 

Attachments

  • comp.log
    922.1 KB · Views: 0
Hi Jeremy,
When you obtain the WRF source code, are you using 'git clone?' If so, are you making sure to include the "--recurse-submodule" command when you clone?
If you are just getting the tar files from the GitHub page, are you choosing the right ones - that include the NoahMP submodules? See the screenshot I'm attaching that shows that information.
 

Attachments

  • Screenshot 2024-08-01 at 2.21.05 PM.png
    Screenshot 2024-08-01 at 2.21.05 PM.png
    146 KB · Views: 2
Hi Jeremy,
When you obtain the WRF source code, are you using 'git clone?' If so, are you making sure to include the "--recurse-submodule" command when you clone?
If you are just getting the tar files from the GitHub page, are you choosing the right ones - that include the NoahMP submodules? See the screenshot I'm attaching that shows that information.
That fixed the issue. Thank you. I'm not sure how I obtained it before. I just ran a git pull on the previous WRF I had which is probably why this broke.

I did: git clone --recurse-submodule GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model and the executables built

Thank you kwerner!
 
Top