The skill-score is no longer being calculated in the srw_metric.sh
test
#1150
Labels
bug
Something isn't working
srw_metric.sh
test
#1150
Expected behavior
The current
.cicd/scripts/srw_metrics.sh
test should successfully run and compute the skill-score from the output.Current behavior
The skill-score isn't being calculated because the data in the
Indy-Severe-Weather.tgz
file was created usingrelease-public-v2.1.0
. Thepostxconfig-NT-fv3lam.txt
control file was updated with the version of theufs-weather-model
andUPP
that were merged into develop at 87b26cc, replacingPRSML
withMSLET
, which is now causing the skill-score to not be calculated forPRSML
(orMSLET
, both pressure variables were tested and both fail to calculate the skill-score).Machines affected
This affects all machines.
Steps To Reproduce
srw_metrics.sh
script:./.cicd/scripts/srw_metric_example.sh
SS_INDEX
, while giving warning messages that the skill-score couldn't be calculated for two fields.Detailed Description of Fix (optional)
To get around this issue now and allow the skill-score to once again get calculated,
PRSML
will need to be removed fromparm/metplus/STATAnalysisConfig_skill_score
. While working the SRW release in PI15, if we can replace therelease-public-v2.1.0
data with data that uses the updatedpostxconfig-NT-fv3lam.txt
file, then we should be able to addpressure
back asMSLET
.The text was updated successfully, but these errors were encountered: