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

COMPILE WITHOUT SUCCESS . NO EXE FILES

claort

New member
Hi,
i'm installing WRF 3.8 on UBUNTU following your tutorial.
i just compile WRF but without success i do not found any .exe file making ls -ls .....

attached the compile.log file

can you help me pls?
Tks
 

Attachments

  • compile_wrf.log
    119.1 KB · Views: 4
Hi,
i'm installing WRF 3.8 on UBUNTU following your tutorial.
i just compile WRF but without success i do not found any .exe file making ls -ls .....

attached the compile.log file

can you help me pls?
Tks
I'm seeing a lot of these errors in your log file.

Code:
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
wrf_io.f:7527:71:

Are you using Ubuntu 22.04 by chance?

Can you confirm what operating system you are working in?
 
Dear
It Is Ubuntu 22.10
Tks for your help
Okay this is a common problem with Ubuntu 22.

You will have to reinstall all the libraries from scratch and start over.

This post explains the reason why it failed.

 
I follow your indication and it seems these errors desappeared.
Now i have other error:
ESMF_MOD_DEPENDENCE="/home/claort/Desktop/Build_WRF/WRF/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf; \

attached the log.compile file

Tks
 
attached the log file
Good afternoon,

I vaguely remember this error occurring with WRF 4.2.2. I believe it was fixed with either v4.3 or v4.4 update.

I would recommend trying to install the latest WRF version and see if it compiles without any problem.
 
Hi
i try to download the last version WRF using command
git clone --recurse-submodules GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model

so ./configure (34+1)
and after
./compile em_real >& log.compile

more error than before and the error
ESMF_MOD_DEPENDENCE="/home/claort/Desktop/Build_WRF/WRF/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf; \
still present

but is there no way t have diagnostic on what is the problem?

i can try also to reainstall ubuntu if there is a better comination between ubuntu-wrf already tested better than the other

Tks for your help again
 
@Whatheway finally i got!
I installed WRF 4.1.2 in ubuntu 18.04 LTS
I compiled also WPS and download static data.
Next days i ll try to run It with test data.
If you have a link that explain a run example for small domain it would be great

Tks
 
@Whatheway finally i got!
I installed WRF 4.1.2 in ubuntu 18.04 LTS
I compiled also WPS and download static data.
Next days i ll try to run It with test data.
If you have a link that explain a run example for small domain it would be great

Tks
This page will help you get into WRF

 
Hi @Whatheway i have another issue with NCL
i try to do this command ncl plotgrids.ncl inside WPS/util folder
but i receive

fatal:Could not open ($NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl)

any ideas?
tks
 
Top