From 710493649eb2d87ffe0378c0daa2b4354d8c1061 Mon Sep 17 00:00:00 2001 From: Kelly Werner Date: Fri, 27 Oct 2023 15:52:09 -0600 Subject: [PATCH 1/2] added model stop for ghg_input with nonsupported radiation options --- share/module_check_a_mundo.F | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/module_check_a_mundo.F b/share/module_check_a_mundo.F index 1acb3bda82..e2117c2218 100644 --- a/share/module_check_a_mundo.F +++ b/share/module_check_a_mundo.F @@ -928,7 +928,7 @@ END FUNCTION bep_bem_ngr_u #endif !----------------------------------------------------------------------- -! Climate GHG from an input file requires coordinated pairing of +! Climatr GHG from an input file requires coordinated pairing of ! LW and SW schemes, and restricts which schemes are eligible. ! Only radiation schemes CAM, RRTM, RRTMG, RRTMG_fast may be used. ! CAM LW and CAM SW must be used together. @@ -963,6 +963,7 @@ END FUNCTION bep_bem_ngr_u CALL wrf_message ( TRIM( wrf_err_message ) ) wrf_err_message = ' OK = RRTM, RRTMG LW or SW, RRTMG_fast LW or SW may be mixed' CALL wrf_message ( TRIM( wrf_err_message ) ) + count_fatal_error = count_fatal_error + 1 END IF END IF From 645fb23c7c3cbe477fc11f65cedbd2caaad3b298 Mon Sep 17 00:00:00 2001 From: Kelly Werner Date: Fri, 27 Oct 2023 16:03:27 -0600 Subject: [PATCH 2/2] Update module_check_a_mundo.F Corrected a mis-spelled instance of "Climate" --- share/module_check_a_mundo.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/module_check_a_mundo.F b/share/module_check_a_mundo.F index e2117c2218..c885d7400a 100644 --- a/share/module_check_a_mundo.F +++ b/share/module_check_a_mundo.F @@ -928,7 +928,7 @@ END FUNCTION bep_bem_ngr_u #endif !----------------------------------------------------------------------- -! Climatr GHG from an input file requires coordinated pairing of +! Climate GHG from an input file requires coordinated pairing of ! LW and SW schemes, and restricts which schemes are eligible. ! Only radiation schemes CAM, RRTM, RRTMG, RRTMG_fast may be used. ! CAM LW and CAM SW must be used together.