From a2d881c5af4ccb4003e65fa4344b3cede7d01595 Mon Sep 17 00:00:00 2001 From: jatkinson1000 Date: Tue, 15 Oct 2024 06:02:11 -0600 Subject: [PATCH] Update rhoi output to be ncol rather than pcol. --- src/physics/cam/gw_drag.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics/cam/gw_drag.F90 b/src/physics/cam/gw_drag.F90 index cc39d3bad6..d4e0601014 100644 --- a/src/physics/cam/gw_drag.F90 +++ b/src/physics/cam/gw_drag.F90 @@ -2105,7 +2105,7 @@ subroutine gw_tend(state, pbuf, dt, ptend, cam_in, flx_heat) call outfld('CLDLIQTGW', ptend%q(:,:,ixcldliq), pcols, lchnk) call outfld('CLDICETGW', ptend%q(:,:,ixcldice), pcols, lchnk) - call outfld('RHOI', rhoi, pcols, lchnk) + call outfld('RHOI', rhoi, ncol, lchnk) call outfld('DSE', dse, ncol, lchnk) call outfld('NMBV', nm, ncol, lchnk)