From db45343383df0210598673144db9d2ae91e66538 Mon Sep 17 00:00:00 2001 From: bstephens82 Date: Fri, 14 Jul 2023 09:26:09 -0600 Subject: [PATCH] Fixes bug that causes SILHS history output to be garbled and unphysical. --- src/control/cam_history.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/cam_history.F90 b/src/control/cam_history.F90 index 51c357e68b..5a0172aded 100644 --- a/src/control/cam_history.F90 +++ b/src/control/cam_history.F90 @@ -5878,8 +5878,8 @@ subroutine addfld_nd(fname, dimnames, avgflag, units, long_name, & write(errormsg, *) "Cannot add ", trim(fname), & "Subcolumn history output only allowed on physgrid" call endrun("ADDFLD: "//errormsg) - listentry%field%is_subcol = .true. end if + listentry%field%is_subcol = .true. end if end if ! Levels