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 while running real.exe

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

darwinblue

New member
Hi,
I am trying to run WRF compiled with Intel compilers (ifort,icc). But while running real.exe, it fails to create wrfinput_d01.

Error report says,


DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 452601304 bytes allocated
wrf: calling model_to_grid_config_rec
wrf: calling set_scalar_indices_from_config
wrf: calling init_wrfio
module_io.F: in wrf_ioinit
Entering ext_gr1_ioinit
DEBUG wrf_timetoa(): returning with str = [2015-01-01_00:00:00]
DEBUG wrf_timetoa(): returning with str = [2015-01-01_00:00:00]
DEBUG wrf_timetoa(): returning with str = [2015-01-10_00:00:00]
DEBUG wrf_timeinttoa(): returning with str = [0000000000_000:002:030]
DEBUG setup_timekeeping(): clock after creation, clock start time = 2015-01-01_00:00:00
DEBUG setup_timekeeping(): clock after creation, clock current time = 2015-01-01_00:00:00
DEBUG setup_timekeeping(): clock after creation, clock stop time = 2015-01-10_00:00:00
DEBUG setup_timekeeping(): clock after creation, clock time step = 0000000000_000:002:030
setup_timekeeping: set xtime to 0.0000000E+00
setup_timekeeping: set julian to 0.0000000E+00
setup_timekeeping: returning...
wrf main: calling open_r_dataset for wrfinput
DEBUG wrf_timetoa(): returning with str = [2015-01-01_00:00:00]
module_io.F: in wrf_open_for_read
NetCDF error: NetCDF: Unknown file format
NetCDF error in wrf_io.F90, line 1077
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 70
program wrf: error opening wrfinput_d01 for reading ierr= -1021
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0



Will it be the problem with netcdf library ? The model was compiled successfully and executables were generated. Please help.
 
Which version of WRF are you running? Can you try the new version of WRFV4.1?
If you still have the problem, please let me know what data you ungrib, and send me your namelist.input to take a look.
 
Top