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.
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.