Trying to use ungrib for surface LSM data, and got this error below. Usually the ungrib.exe file is used for GFS and works fine, is there maybe another version to use for ERA5?
*** Starting program ungrib.exe ***
Start_date = 1979-01-01_00:00:00 , End_date = 1979-01-01_00:00:00
output format is WPS
Path to intermediate files is ./
###############################################################################
Inventory for date =
PRES GEOPT HGT TT UU VV RH DEWPT LANDSEA SOILGEO SOILHGT PSFC PMSL SKINTEMP SEAICE SST SNOW_DEN SNOW_EC SNOW SNOWH ST000007 ST007028 ST028100 ST100289 SM000007 SM007028 SM028100 SM100289
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Subroutine DATINT: Interpolating 3-d files to fill in any missing data...
Looking for data at time 1979-01-01_00
ERROR: Data not found: 1979-01-01_00:00:00.0000
HERE IS MY namelist.wps FILE:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '1979-01-01_00:00:00',
end_date = '1979-01-01_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&ungrib
out_format = 'WPS',
prefix = 'LSM',
/
*** Starting program ungrib.exe ***
Start_date = 1979-01-01_00:00:00 , End_date = 1979-01-01_00:00:00
output format is WPS
Path to intermediate files is ./
###############################################################################
Inventory for date =
PRES GEOPT HGT TT UU VV RH DEWPT LANDSEA SOILGEO SOILHGT PSFC PMSL SKINTEMP SEAICE SST SNOW_DEN SNOW_EC SNOW SNOWH ST000007 ST007028 ST028100 ST100289 SM000007 SM007028 SM028100 SM100289
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Subroutine DATINT: Interpolating 3-d files to fill in any missing data...
Looking for data at time 1979-01-01_00
ERROR: Data not found: 1979-01-01_00:00:00.0000
HERE IS MY namelist.wps FILE:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '1979-01-01_00:00:00',
end_date = '1979-01-01_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&ungrib
out_format = 'WPS',
prefix = 'LSM',
/