Skip to content

Commit

Permalink
Update rhoi output to be ncol rather than pcol.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Oct 25, 2024
1 parent 218242f commit a2d881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/cam/gw_drag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a2d881c

Please sign in to comment.