Reading in HRLDAS Files #1325
-
Hi: I have a wrf netCDF file that I'm trying to test in plot_data_plane but can't get it working. I get the following error: ERROR : I'm using the file_type = NETCDF_PINT;, but I'm not sure if this type of grid is able to be read by MET. The grid parameters look like below. Does MET support this type of grid? If so, what would I need to do to get it running. dimensions: // global attributes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@CPKalb I tried running plot_data_plane on cheyenne and see the same error you got:
This NetCDF file just does not match the format of the wrfout files that have been post-processed by the wrf-interp utility. I'd recommend writing a python script to serve up this data to MET in memory using python embedding. |
Beta Was this translation helpful? Give feedback.
@CPKalb I tried running plot_data_plane on cheyenne and see the same error you got:
This NetCDF file just does not match the format of the wrfout files that have been post-processed by the wrf-interp utility.
I'd recommend writing a python script to serve up this data to MET in memory using python embedding.