Failed to read fields from ECMWF ensemble grib1 files #1066
-
I am testing to use ecmwf's original grib1 format files as input to run ensemble_stat But error message of running ensemble_stat is But using plot_data_plane Thanks! Binbin |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi Binbin, I think you can use the configuration option "GRIB1_ptv". From https://met.readthedocs.io/en/latest/Users_Guide/config_options.html:
I think the ECMWF data uses parameter table version number 128, but you would need to used wgrib to be sure. If it is 128, I think the config would look like... field = [ |
Beta Was this translation helpful? Give feedback.
-
John,
No problem, enjoy your vacation.
Binbin
…On Tue, Aug 10, 2021 at 8:30 PM johnhg ***@***.***> wrote:
Binbin, I was able to log on and take a look at the data that Julie pulled
down. I agree that this behavior is problematic.
Unfortunately, I suspect there is an issue in the GRIB table handling
logic which will require a bugfix. I am out of the office this week on
vacation, but will return on Monday 8/16.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1066 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQBMPFPMQA5IYS3B436FBS3T4HABPANCNFSM5BUK5QJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
--
Binbin Zhou
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct.
College Park, MD 20740
***@***.***
301-683-3683
|
Beta Was this translation helpful? Give feedback.
-
@BinbinZhou-NOAA, I see what's going on here and wrote up this bugfix issue for dtcenter/MET#1879. However, including the following in your Ensemble-Stat config file should enable the current version to work. Note that I'm explicitly specifying a value for GRIB1_center:
Please try using that and let me know if that gets Ensemble-Stat running for you. |
Beta Was this translation helpful? Give feedback.
@BinbinZhou-NOAA, I see what's going on here and wrote up this bugfix issue for dtcenter/MET#1879.
However, including the following in your Ensemble-Stat config file should enable the current version to work. Note that I'm explicitly specifying a value for GRIB1_center:
Please try using that and let me know if that gets Ensemble-Stat running for you.