Tam Nguyen
New member
Dear all,
I'm currently running WRF with ERA5 for a few specific years. I've done a few test runs, which did fine. However, when I run with data from 1964, ungrib.exe produces FILE that lost levels in RH, TT, PRES,... The problem is that metgrid.exe and ungrib.exe stills run successfully without warning. I only found out when running real.exe and got "Trapping at x location."
When I ncdump the met_em files, I got a few variables without num_metgrid_level, and the MemoryOrder doesn't have verticle coordinates like this:
float RH(Time, south_north, west_east) ;
RH:FieldType = 104 ;
RH:MemoryOrder = "XY " ;
RH:units = "%" ;
RH:description = "Relative Humidity" ;
RH:stagger = "M" ;
RH:sr_x = 1 ;
RH:sr_y = 1 ;
I'm using the Vtable.ECMWF, therefore should not be different between the files I run for this time period and others.
I have checked my input grib file, which has the full 33 levels like I've requested, and tried to run ungrib.exe again a few times but this issue remains.
I've attached below my namelist.wps in WPS, namelist.input in WRF/test, ncdump_test file which detailed one of met_em files, list input files of 1964.
I'm currently running WRF with ERA5 for a few specific years. I've done a few test runs, which did fine. However, when I run with data from 1964, ungrib.exe produces FILE that lost levels in RH, TT, PRES,... The problem is that metgrid.exe and ungrib.exe stills run successfully without warning. I only found out when running real.exe and got "Trapping at x location."
When I ncdump the met_em files, I got a few variables without num_metgrid_level, and the MemoryOrder doesn't have verticle coordinates like this:
float RH(Time, south_north, west_east) ;
RH:FieldType = 104 ;
RH:MemoryOrder = "XY " ;
RH:units = "%" ;
RH:description = "Relative Humidity" ;
RH:stagger = "M" ;
RH:sr_x = 1 ;
RH:sr_y = 1 ;
I'm using the Vtable.ECMWF, therefore should not be different between the files I run for this time period and others.
I have checked my input grib file, which has the full 33 levels like I've requested, and tried to run ungrib.exe again a few times but this issue remains.
I've attached below my namelist.wps in WPS, namelist.input in WRF/test, ncdump_test file which detailed one of met_em files, list input files of 1964.