ROC_AUC use in Series Analysis #1601
-
Good afternoon, I have a configuration file that uses Series Analysis so that I can use the NetCDF output to plot a spatial map. I am using GEFS probabilities >=35% as the "hit" threshold to verify heat index values >=100F. I would like the "ROC_AUC" statistic to be output to the NetCDF file, but I seem to be having trouble with this. I have used the Series Analysis overrides to get skill metrics (such as HSS) to output to the NetCDF file:
Everything is this override statement works except for the addition of ROC_AUC to the NetCDF file. I should also mention that I used GridStat to produce the spatially-averaged ROC_AUC score successfully, which required "FCST_IS_PROB = True" I'll attach the config file for reference. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @jhicks14, could you send me the METplus log file for this run? |
Beta Was this translation helpful? Give feedback.
-
Hi @jhicks14, thank you for sending the log file. I did some testing locally and determined that METplus 4.0 does not read FCST_IS_PROB in the SeriesAnalysis wrapper. Your log output confirms this since the fcst field info is set properly for GridStat but not for SeriesAnalysis. This has since been fixed, so upgrading to METplus 4.1.0 should resolve this issue. If you must continue to use 4.0.0, then you should be able to get around this by setting prob=TRUE in the fcst dictionary via the MET config overrides:
Please keep in mind that if that data contains scalar values, it can compute SL1L2 partial sums or CNT stats or CTC contingency table or CTS contingency table stats, and if it contains probabilities, it can compute PCT, PSTD, PRC, and/or PJC outputs. It isn't setup to process the same input data as being both probabilities and non-probabilities in the same run. This means that if you configure it to mark the forecast data as probabilistic, then you will no longer see the CNT, CTC, or CTS values in the NetCDF output. |
Beta Was this translation helpful? Give feedback.
Hi @jhicks14, thank you for sending the log file. I did some testing locally and determined that METplus 4.0 does not read FCST_IS_PROB in the SeriesAnalysis wrapper. Your log output confirms this since the fcst field info is set properly for GridStat but not for SeriesAnalysis. This has since been fixed, so upgrading to METplus 4.1.0 should resolve this issue.
If you must continue to use 4.0.0, then you should be able to get around this by setting prob=TRUE in the fcst dictionary via the MET config overrides: