-
I am interested in applying MODE to a large dataset with multiple ensemble members, initialization times, and lead times, and was wondering what the best workflow would be. I have successfully applied MODE to a single timestep for the forecast and observed fields, but now would like to scale that up. From reading the documentation and discussions, it looks like I should use python embedding and the MODE wrapper to read in separate files for each member, init, and lead. Is this the case, or is there a way to pass the entire forecast field as a single file and compare every combination of forecast/observation? I just wanted to check if that option was available before splitting the forecast file into multiple files for each possible timestep. I can provide more specific details and examples if necessary. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This use case helped me solve this: https://github.com/dtcenter/METplus/blob/main_v5.1/parm/use_cases/model_applications/clouds/GridStat_fcstGFS_obsERA5_lowAndTotalCloudFrac.conf |
Beta Was this translation helpful? Give feedback.
This use case helped me solve this: https://github.com/dtcenter/METplus/blob/main_v5.1/parm/use_cases/model_applications/clouds/GridStat_fcstGFS_obsERA5_lowAndTotalCloudFrac.conf