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

WRF Installation - wrf_data_ncpar.mod Issue

SHANRU

New member
Hello,

I am currently installing WRF and encountered an issue related to wrf_data_ncpar.mod (please see the error log below).

Has anyone experienced this problem or have any suggestions on how to resolve it?

Thank you for your assistance.

-------------------------------------------------------------------------- error log ---------------------------------------------------------------------------------------------------

5634 time mpif90 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -c -O2 -ftree-vectorize -funroll-loops -w -ff ree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I/data/shanru/soft/netcdf-install/include -I../ioapi_share diffwrf .f
5635 diffwrf.f:62:6:
5636
5637 use wrf_data_ncpar
5638 1
5639 Fatal Error: Can't open module file ‘wrf_data_ncpar.mod’ for reading at (1): No such file or directory
5640 compilation terminated.
5641 Command exited with non-zero status 1
5642 0.01user 0.04system 0:00.05elapsed 100%CPU (0avgtext+0avgdata 17720maxresident)k
5643 0inputs+16outputs (0major+4910minor)pagefaults 0swaps
5644 make[2]: [Makefile:44: diffwrf] Error 1 (ignored)
5645 diffwrf io_netcdfpar is being built now.
5646 gfortran: error: diffwrf.o: No such file or directory
5647 gfortran: error: wrf_io.o: No such file or directory
5648 gfortran: error: field_routines.o: No such file or directory
5649 gfortran: error: module_wrfsi_static.o: No such file or directory
5650
5651 real 0m0.090s
5652 user 0m0.017s
5653 sys 0m0.075s
5654 make[2]: [Makefile:45: diffwrf] Error 1 (ignored)
 
Hi Kwerner,
Thank you for your assistance! Please see the compile log and configure.wrf files attached!
 

Attachments

  • make.log
    2.2 MB · Views: 4
  • configure.wrf.txt
    25.3 KB · Views: 2
Thanks for sending those. I notice you are using GNU V8. I know in the past we had some trouble with that version, and it's also a bit outdated. Since GNU (gcc/gfortran) is a free compiler, can you try to install a more recent version (try V13 - we've seen some issues with V14). After you get that installed, you'll need to reinstall the libraries using that new compiler - make sure to set your paths to the new compiler and new libraries. Follow the instructions in the compiling tutorial to ensure your environment is set up correctly, and that it passes all the tests. Then go to the WRF directory and issue

./clean -a
./configure
./compile em_real -j 1 >& compile.log

Then if it still fails, attach that new compile log and the new configure.wrf file. Thanks!
 
Top