From 292c2003bfc967449459f755d15aa36a59affff7 Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Fri, 20 May 2022 17:59:20 -0400 Subject: [PATCH] Change diagnostic counter zero warning from warning level 1 to 2 This warning is not necessarily concerning but the default settings in HEMCO_Config.rc make the prints appear every emissions timestep . Changing the warning level to 2 suppresses the warnings unless the user manually increases the warning level to 2 or higher in HEMCO_Config.rc, which is the recommendation for debugging. Signed-off-by: Lizzie Lundgren --- src/Core/hco_diagn_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/hco_diagn_mod.F90 b/src/Core/hco_diagn_mod.F90 index 4124edd4..ba72f83c 100644 --- a/src/Core/hco_diagn_mod.F90 +++ b/src/Core/hco_diagn_mod.F90 @@ -3137,7 +3137,7 @@ SUBROUTINE DiagnCont_PrepareOutput( HcoState, DgnCont, RC ) ! Prompt warning MSG = 'Diagnostics counter is zero - return empty array: ' // & TRIM(DgnCont%cName) - CALL HCO_WARNING( HcoState%Config%Err, MSG, RC, THISLOC=LOC, WARNLEV=1 ) + CALL HCO_WARNING( HcoState%Config%Err, MSG, RC, THISLOC=LOC, WARNLEV=2 ) RETURN ENDIF