Skip to content

Commit

Permalink
fix for SILHS history output
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Dec 6, 2023
1 parent 1f8332c commit 6dc3aed
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 @@ -5890,8 +5890,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 6dc3aed

Please sign in to comment.