Skip to content

Commit

Permalink
Fixes bug that causes SILHS history output to be garbled and unphysical.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstephens82 committed Jul 14, 2023
1 parent 6019d2d commit db45343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/cam_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db45343

Please sign in to comment.