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

The errors for compiling the WRF when couplied with WRF-hydro

Tom

Member
Hi:
I am using WRF4.2 to couple with WRF-Hydro5.1.1. After i copied the folder /trunk/NDHMS in WRF-Hydro and sourced setEnvar.sh, I compiled the WRF.There are some warnings and errors.

Warning:
----------wrf_hydro-----------------------
if [ 1 -eq 1 ] ; then (cd hydro/CPL/WRF_cpl; make -f Makefile.cpl) ; fi
make[2]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro/CPL/WRF_cpl'
(cd ../../; make -f Makefile.comm BASIC)
make[3]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro'
(cd utils ; make -f Makefile)
make[4]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro/utils'
Utils Makefile:
mpif90 -cpp -DMPP_LAND -I"../Data_Rec" -DWRF_HYDRO -o module_version.o -w -c -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -DNWM_VERSION=\"none\" -DWRF_HYDRO_VERSION=\"v5.1.1-beta\" -I"./" -I"../../MPP" -I"../MPP" -I"../mod" -I/public/software/mathlib/netcdf/4.4.1/intel/include module_version.F
Warning: Nonexistent include directory "../../MPP"

Error:
Fatal Error: File 'netcdf.mod' opened at (1) is not a GNU Fortran module file.

The detailed information are listed in txt files.

There are some way to sovle this problem? Thank u very much!
 

Attachments

  • Errors.txt
    2.7 KB · Views: 1
  • Warnings.txt
    854 bytes · Views: 1
Hi:
I am using WRF4.2 to couple with WRF-Hydro5.1.1. After i copied the folder /trunk/NDHMS in WRF-Hydro and sourced setEnvar.sh, I compiled the WRF.There are some warnings and errors.

Warning:
----------wrf_hydro-----------------------
if [ 1 -eq 1 ] ; then (cd hydro/CPL/WRF_cpl; make -f Makefile.cpl) ; fi
make[2]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro/CPL/WRF_cpl'
(cd ../../; make -f Makefile.comm BASIC)
make[3]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro'
(cd utils ; make -f Makefile)
make[4]: Entering directory `/public/home/fdu_qiusy/soft/WRF_Hydro/WRF/hydro/utils'
Utils Makefile:
mpif90 -cpp -DMPP_LAND -I"../Data_Rec" -DWRF_HYDRO -o module_version.o -w -c -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -DNWM_VERSION=\"none\" -DWRF_HYDRO_VERSION=\"v5.1.1-beta\" -I"./" -I"../../MPP" -I"../MPP" -I"../mod" -I/public/software/mathlib/netcdf/4.4.1/intel/include module_version.F
Warning: Nonexistent include directory "../../MPP"

Error:
Fatal Error: File 'netcdf.mod' opened at (1) is not a GNU Fortran module file.

The detailed information are listed in txt files.

There are some way to sovle this problem? Thank u very much!
The hydro team is aware and i'm working with them to find a resolution
 
Top