From f8b4852ff18fd13f0f138928d45d42a15a7a1117 Mon Sep 17 00:00:00 2001 From: Michael Kavulich Date: Wed, 3 May 2023 09:40:11 -0600 Subject: [PATCH] [develop] Add ptype obs (#757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As part of the (soon-to-end 😢) DTC UFS SRW project, one of our final deliverables was to add precipitation-type verification to MET. This PR modifies the Metplus config files to output the relevant ptype statistics for PB2NC and PointStat. The precipitation-type variables used are described in the METplus precipitation documentation page. This method uses the reported "PRWE" (present weather) field compared to categorical precipitation variables output from the weather model. --- parm/metplus/Pb2nc_obs.conf | 2 +- parm/metplus/PointStat_SFC.conf | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/parm/metplus/Pb2nc_obs.conf b/parm/metplus/Pb2nc_obs.conf index be19983b90..3bd2198316 100644 --- a/parm/metplus/Pb2nc_obs.conf +++ b/parm/metplus/Pb2nc_obs.conf @@ -70,7 +70,7 @@ PB2NC_QUALITY_MARK_THRESH = 9 PB2NC_PB_REPORT_TYPE = 120, 220, 221, 122, 222, 223, 224, 131, 133, 233, 153, 156, 157, 188, 288, 180, 280, 181, 182, 281, 282, 183, 284, 187, 287 # Leave empty to process all -PB2NC_OBS_BUFR_VAR_LIST = PMO, ZOB, TOB, D_DPT, QOB, UOB, VOB, PWO, TOCC, D_RH, HOVI, CEILING, D_PBL, D_CAPE, MXGS, D_WIND, D_PRMSL +PB2NC_OBS_BUFR_VAR_LIST = PMO, ZOB, TOB, D_DPT, QOB, UOB, VOB, PWO, TOCC, D_RH, HOVI, CEILING, D_PBL, D_CAPE, MXGS, D_WIND, D_PRMSL, PRWE # Mapping of input BUFR variable names to output variables names. # The default PREPBUFR map, obs_prepbufr_map, is appended to this map. diff --git a/parm/metplus/PointStat_SFC.conf b/parm/metplus/PointStat_SFC.conf index 6517bb4740..5a20196774 100644 --- a/parm/metplus/PointStat_SFC.conf +++ b/parm/metplus/PointStat_SFC.conf @@ -223,6 +223,37 @@ OBS_VAR11_THRESH = <152, <305, <914, <1520, <3040, >=914 BOTH_VAR12_NAME = SPFH BOTH_VAR12_LEVELS = Z2 +FCST_VAR13_NAME = CRAIN +FCST_VAR13_LEVELS = L0 +FCST_VAR13_THRESH = >=1.0 + +OBS_VAR13_NAME = PRWE +OBS_VAR13_LEVELS = Z0 +OBS_VAR13_THRESH = >=161&&<=163 + +FCST_VAR14_NAME = CSNOW +FCST_VAR14_LEVELS = L0 +FCST_VAR14_THRESH = >=1.0 + +OBS_VAR14_NAME = PRWE +OBS_VAR14_LEVELS = Z0 +OBS_VAR14_THRESH = >=171&&<=173 + +FCST_VAR15_NAME = CFRZR +FCST_VAR15_LEVELS = L0 +FCST_VAR15_THRESH = >=1.0 + +OBS_VAR15_NAME = PRWE +OBS_VAR15_LEVELS = Z0 +OBS_VAR15_THRESH = >=164&&<=166 + +FCST_VAR16_NAME = CICEP +FCST_VAR16_LEVELS = L0 +FCST_VAR16_THRESH = >=1.0 + +OBS_VAR16_NAME = PRWE +OBS_VAR16_LEVELS = Z0 +OBS_VAR16_THRESH = >=174&&<=176 # End of [config] section and start of [dir] section. [dir]