Skip to content
Discussion options

You must be logged in to vote

Hi Lindsay:

For Ensemble-Stat, the file type is determined using the first file in the list of input files. If you are curious, here is the code that determines this file type.

As you suspect above, all members are expected to be in the same file format for Ensemble-Stat. It can't read data from different input file types. One reason for this restriction is that a single input variable name and level is used in the configuration file for each variable in all the files. Since levels are specified differently for netCDF vs grib2 files, there isn't configuration options to support reading multiple data types for the same variables. I'm guessing (without seeing your files), that you would act…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lindsayblank
Comment options

lindsayblank Jun 9, 2026
Collaborator Author

@CPKalb
Comment options

CPKalb Jun 9, 2026
Collaborator

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