Parallel reading fcst files in EnsembleStat with Python embeddings #3237
Replies: 1 comment
-
|
Hello, And thank you for your question. What MET tool are you using for your verification purposes? And are you accessing the MET tool directly, or are you utilizing the Python wrapper versions? I will assume you are accessing Ensemble-Stat directly for the sake of this discussion, but we can also discuss other tools/methods if you would like. Because you are utilizing Python Embedding, there are a few options to speed up the process, or pass the ensemble member files to MET in a more compact way. I'll discuss both of these options and you can pick one (or both) if they can be used in your current setup. The first is the speed option. As of MET version 12.1, many of the tools in MET can be sped up using the A solution could also be to utilize the The MET_PYTHON_INPUT_ARG would correlate with the file names you pass Ensemble-Stat on the command line at runtime. You will also need a Please let me know if you have any additional questions on this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using METplus for verification for ensemble. I am using python embeddings for reading fcst files. Currently the workflow reads each file one by one. Is it possible to read the fcst files in parallel or just all files once.
Beta Was this translation helpful? Give feedback.
All reactions