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

metgrid.exe does not occur when installing WPS

enesbrnci

New member
Dear all,

metgrid.exe does not occur when installing WPS.

But ungrib and geogrid.exe was created.


Could you please help.

Thank you in advance.
 
The error message you're getting is:

Code:
mpif90  -ffree-form -O -fconvert=big-endian -frecord-marker=4  -c scan_input.f90 -I/okyanus/users/ebirinci/WRF/WRF-4.5.1//external/io_netcdf -I/okyanus/users/ebirinci/WRF/WRF-4.5.1//external/io_grib_share -I/okyanus/users/ebirinci/WRF/WRF-4.5.1//external/io_grib1 -I/okyanus/users/ebirinci/WRF/WRF-4.5.1//external/io_int -I/okyanus/users/ebirinci/WRF/WRF-4.5.1//inc -I/okyanus/users/ebirinci/WRF/LIBRARIES/include
scan_input.f90:14:8:

     use netcdf
        1  
Fatal Error: Cannot read module file ‘netcdf.mod’ opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
make[1]: [scan_input.o] Error 1 (ignored)

Please take a look at this previous post, which discusses this issue. Thanks.
 
Top