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

Error in compiling WRFV4.4

srikar_iist

New member
Hi, Im trying to install WRFV4.4 in linux system with the following libraries.:
Zlib 1.2.12
libpng 1.6.37
Jasper 1.900.1
MPICH 4.0.2
HDF5 1.12.2
NETCDF-C 4.9.0 - Built with NETCDF-4 Support
NETCDF-Fortran 4.6.0 - Built with NETCDF-4 Support

But when compiling, Im getting the following error.:

32inputs+200outputs (0major+12905minor)pagefaults 0swaps
0.84user 0.07system 0:00.92elapsed 98%CPU (0avgtext+0avgdata 57736maxresident)k
40inputs+808outputs (0major+16943minor)pagefaults 0swaps
make[3]: Leaving directory '/home/srikark/WRF/WRF-4.4/phys'
ar: module_cam_support.o: No such file or directory
make[2]: [Makefile:236: physics] Error 1 (ignored)
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory '/home/srikark/WRF/WRF-4.4/phys'
/bin/sh: line 2: [: -eq: unary operator expected
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory '/home/srikark/WRF/WRF-4.4'

------------------------------------------------------------------------------
Error Error Error NoahMP submodule files not populating WRF directories
------------------------------------------------------------------------------

make: *** [Makefile:111: wrf] Error 31

Please help on how to resolve this issue.
 
Hi, Im trying to install WRFV4.4 in linux system with the following libraries.:
Zlib 1.2.12
libpng 1.6.37
Jasper 1.900.1
MPICH 4.0.2
HDF5 1.12.2
NETCDF-C 4.9.0 - Built with NETCDF-4 Support
NETCDF-Fortran 4.6.0 - Built with NETCDF-4 Support

But when compiling, Im getting the following error.:

32inputs+200outputs (0major+12905minor)pagefaults 0swaps
0.84user 0.07system 0:00.92elapsed 98%CPU (0avgtext+0avgdata 57736maxresident)k
40inputs+808outputs (0major+16943minor)pagefaults 0swaps
make[3]: Leaving directory '/home/srikark/WRF/WRF-4.4/phys'
ar: module_cam_support.o: No such file or directory
make[2]: [Makefile:236: physics] Error 1 (ignored)
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory '/home/srikark/WRF/WRF-4.4/phys'
/bin/sh: line 2: [: -eq: unary operator expected
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory '/home/srikark/WRF/WRF-4.4'

------------------------------------------------------------------------------
Error Error Error NoahMP submodule files not populating WRF directories
------------------------------------------------------------------------------

make: *** [Makefile:111: wrf] Error 31

Please help on how to resolve this issue.

If you downloaded the files from https://githubfast.com/wrf-model/WRF, please choose either the v4.4.1.tar.gz file, or the v4.4.1.zip file. DO NOT choose those named "Source Code." They do not include the mandatory NoahMP submodule - needed for compiling WRF.​

 
Top