From 0818802d3a0aa4272eaf252079066f3a50e6fe69 Mon Sep 17 00:00:00 2001 From: gerard ketefian Date: Thu, 23 Nov 2023 03:43:00 -0700 Subject: [PATCH] Set verbosity level of PcpCombine tasks using workflow variable; remove commented code; fix variable name. --- parm/metplus/PcpCombine_fcst_APCP.conf | 5 ++++- parm/metplus/PcpCombine_obs_APCP.conf | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/parm/metplus/PcpCombine_fcst_APCP.conf b/parm/metplus/PcpCombine_fcst_APCP.conf index 9766f0abb1..c0e8693816 100644 --- a/parm/metplus/PcpCombine_fcst_APCP.conf +++ b/parm/metplus/PcpCombine_fcst_APCP.conf @@ -43,6 +43,10 @@ LEAD_SEQ = {{fhr_list}} # wrappers have been run LOOP_ORDER = times # +# Verbosity of MET logging output. 0 to 5; 0 is quiet, 5 is loud. +# +LOG_{{METPLUS_TOOL_NAME}}_VERBOSITY = {{metplus_verbosity_level}} +# # Specify the name of the METplus log file. # LOG_METPLUS = {LOG_DIR}/{{metplus_log_fn}} @@ -91,7 +95,6 @@ FCST_PCP_COMBINE_MAX_FORECAST = 2d FCST_PCP_COMBINE_CONSTANT_INIT = True FCST_PCP_COMBINE_INPUT_DATATYPE = GRIB -#FCST_NATIVE_DATA_TYPE = GRIB # End of [config] section and start of [dir] section. [dir] diff --git a/parm/metplus/PcpCombine_obs_APCP.conf b/parm/metplus/PcpCombine_obs_APCP.conf index a54eb24040..5ecf7a3141 100644 --- a/parm/metplus/PcpCombine_obs_APCP.conf +++ b/parm/metplus/PcpCombine_obs_APCP.conf @@ -43,6 +43,10 @@ LEAD_SEQ = {{fhr_list}} # wrappers have been run LOOP_ORDER = times # +# Verbosity of MET logging output. 0 to 5; 0 is quiet, 5 is loud. +# +LOG_{{METPLUS_TOOL_NAME}}_VERBOSITY = {{metplus_verbosity_level}} +# # Specify the name of the METplus log file. # LOG_METPLUS = {LOG_DIR}/{{metplus_log_fn}} @@ -99,8 +103,7 @@ PCP_COMBINE_SKIP_IF_OUTPUT_EXISTS = True # Name to identify observation data in output. # OBTYPE = CCPA -OBS_PCP_COMBINE_INPUT_DATATYPE = GRIB -#OBS_NATIVE_DATA_TYPE = GRIB +OBS_PCP_COMBINE_INPUT_DATA_TYPE = GRIB # End of [config] section and start of [dir] section. [dir]