Dear WRF community,
I'm writing for a problem with geogrid.
I have successfully compiled both WRF and WPS (all executables are made). But when I run ./geogrid.exe, errors prompted on the screen as follows:
NOTED: I changed debug_level=1000 (to get more debug info), and opt_output_from_geogrid_path = '/home/slliu/project/WRF/WPS_TEST/' (to ensure I have permission). The detailed debug error comes:
INFORM: Using default data source for SANDFRAC.
INFORM: Could not read 'index' file /home/slliu/project/WRF/GEOG/WPS_GEOG_HIGH_RES/sandfrac_5m/index for field SANDFRAC
INFORM: This field is optional and will not be processed.
Processing XLAT and XLONG
WRF_DEBUG: NetCDF error: NetCDF: Not a valid ID
WRF_DEBUG: NetCDF error in ext_ncd_open_for_write_begin wrf_io.F90, line
1382
ERROR: Error in ext_pkg_open_for_write_begin.
Abort(48891744) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 48891744) - process 0
Then, a geo_em.d01.nc file is generated. However, this file is boken and nearly empty (0B).
When I changed io_form_geogrid=2 to io_form_geogrid=1, ./geogrid.exe can be successfully executed. I guess that it might be something relative to netCDF. It seems that the program can not write netCDF files.
namelist.wps, geogrid.log, execution ./geogrid log are attached.
I'm writing for a problem with geogrid.
I have successfully compiled both WRF and WPS (all executables are made). But when I run ./geogrid.exe, errors prompted on the screen as follows:
NOTED: I changed debug_level=1000 (to get more debug info), and opt_output_from_geogrid_path = '/home/slliu/project/WRF/WPS_TEST/' (to ensure I have permission). The detailed debug error comes:
INFORM: Using default data source for SANDFRAC.
INFORM: Could not read 'index' file /home/slliu/project/WRF/GEOG/WPS_GEOG_HIGH_RES/sandfrac_5m/index for field SANDFRAC
INFORM: This field is optional and will not be processed.
Processing XLAT and XLONG
WRF_DEBUG: NetCDF error: NetCDF: Not a valid ID
WRF_DEBUG: NetCDF error in ext_ncd_open_for_write_begin wrf_io.F90, line
1382
ERROR: Error in ext_pkg_open_for_write_begin.
Abort(48891744) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 48891744) - process 0
Then, a geo_em.d01.nc file is generated. However, this file is boken and nearly empty (0B).
When I changed io_form_geogrid=2 to io_form_geogrid=1, ./geogrid.exe can be successfully executed. I guess that it might be something relative to netCDF. It seems that the program can not write netCDF files.
namelist.wps, geogrid.log, execution ./geogrid log are attached.