Skip to content

Failed to read fields from ECMWF ensemble grib1 files #1066

Discussion options

You must be logged in to vote

@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:

obs = {
   field = [
      {  
         name         = "GH";
         level        = "P500";
         GRIB1_ptv    = 128;
         GRIB1_center = 98;
     }
   ];
}

Please try using that and let me know if that gets Ensemble-Stat running for you.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@BinbinZhou-NOAA
Comment options

@malloryprow
Comment options

@BinbinZhou-NOAA
Comment options

@BinbinZhou-NOAA
Comment options

@JohnHalleyGotway
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@BinbinZhou-NOAA
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment