-
Hello MET team, I am working to ingest Stage IV precipitation data and running into a few roadblocks (file attached below). I am simply using a raw file for 1-hr precip accumulation acquired from: https://data.eol.ucar.edu/cgi-bin/codiac/fgr_form/id=21.093 st4_conus.2021060700.01h.grb2.txt First step always, plot with plot_data_plane to ensure the the new dataset is read as expected (a not helpful error occurred). In troubleshooting I quickly converted it to a netCDF with wgrib2 and attempted with the new .nc file. The error hinted at the projection being the issue because MET can only process Latitude/Longitude files where the latitudes are evenly spaced. This gave the idea to try regrid, and regrid gets the same unhelpful error when trying to read the grb2 file. Unhelpful error looks like the following:
I have attempted multiple variations of the name and level arguments with the same error result which leads me to believe this is an issue reading the file. Using Met V10.0.0 Any assistance/ guidance with reading in Stage IV precip data would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @scatt11. I see that you are having trouble running Plot-Data-Plane on some Stage IV precipitation data. Thanks for passing along your input file. Based on this part of your post:
I ran the following using METv10.0.0:
which produced the following:
indicating that the level must be set. I modified my command to run the following to include the level information:
which produced a successful plot:
Please give that a try and let us know how it goes. I hope it helps! |
Beta Was this translation helpful? Give feedback.
Hi @scatt11.
I see that you are having trouble running Plot-Data-Plane on some Stage IV precipitation data. Thanks for passing along your input file.
Based on this part of your post:
I ran the following using METv10.0.0:
which produced the following: