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

found error while running diffwrf program, please help me out, code is attached.

bikashr4044

New member
bikash@BIKASH:~/wrf/Build_WRF/WRF/external/io_netcdf$ ./diffwrf "/mnt/c/Users/bikas/Downloads/hpcsharedrun/wrfout_d02_2024-07-19_00_00_00" "/mnt/c/Users/bikas/Downloads/server/wrfout_d02_2024-07-19_00_00_00"
NetCDF error: NetCDF: Attempt to use feature that was not turned on when netCDF was built.
NetCDF error in wrf_io.F90, line 1077
error opening /mnt/c/Users/bikas/Downloads/hpcsharedrun/wrfout_d02_2024-07-19_00_00_00

Status = -1021
bikash@BIKASH:~/wrf/Build_WRF/WRF/external/io_netcdf$ ./diffwrf "/mnt/c/Users/bikas/Downloads/server/wrfout_d02_2024-07-
19_00_00_00" "/mnt/c/Users/bikas/Downloads/server/wrfout_d02_2024-07-19_00_00_00"
NetCDF error: NetCDF: Attempt to use feature that was not turned on when netCDF was built.
NetCDF error in wrf_io.F90, line 1077
error opening /mnt/c/Users/bikas/Downloads/server/wrfout_d02_2024-07-19_00_00_00

Status = -1021
 
Hi,

1) I don't think this will make a difference, but can you remove the quotes around the paths after the ./diffwrf command and see if that makes any difference?

2) Look at this post (for a different model, but the same error) and see how they resolved the issue. See if that is useful for you.

3) If not, will you attach your configure.wrf file, as well as your compile log and namelist.input? Will you also go into your external/io_netcdf directory and issue

Less:
ls -ls diffwrf >& ls.txt

and attach that ls.txt file, as well? Thanks!
 
Last edited:
Top