@@ -268,6 +268,8 @@ subroutine add_hist_fields(name,baseunits)
268268
269269 call addfld (trim (name)// ' SFWET' , &
270270 horiz_only, ' A' ,baseunits// ' /m2/s ' ,' Wet deposition flux at surface' )
271+ call addfld (trim (name)// ' SFWETC' , &
272+ horiz_only, ' A' ,baseunits// ' /m2/s ' ,' Wet deposition flux (convective) at surface' )
271273 call addfld (trim (name)// ' SFSIC' , &
272274 horiz_only, ' A' ,baseunits// ' /m2/s ' ,' Wet deposition flux (incloud, convective) at surface' )
273275 call addfld (trim (name)// ' SFSIS' , &
@@ -666,8 +668,8 @@ subroutine aero_wetdep_tend( state, dt, dlf, cam_out, ptend, pbuf)
666668 call outfld( trim (name)// ' SFWET' , sflx, pcols, lchnk)
667669 if (ndx> 0 ) aerdepwetcw(:ncol,ndx) = sflx(:ncol)
668670 else
669- if (.not. convproc_do_aer) call outfld( trim (name)// ' SFWET' , sflx, pcols, lchnk)
670671 if (ndx> 0 ) aerdepwetis(:ncol,ndx) = aerdepwetis(:ncol,ndx) + sflx(:ncol)
672+ call outfld( trim (name)// ' SFWET' , aerdepwetis(:ncol,ndx), ncol, lchnk)
671673 end if
672674
673675 sflx(:)= 0._r8
0 commit comments