@@ -231,6 +231,39 @@ subroutine InitHistory(this, bounds)
231231 avgflag= ' A' , long_name= ' mass of dust in top snow layer' , &
232232 ptr_col= this% mss_dst_top_col, set_urb= spval)
233233
234+ ! add ouput of mass of aerosols
235+ this% mss_cnc_bcphi_col(begc:endc,:) = spval
236+ call hist_addfld2d (fname= ' mss_cnc_bcphi_col' , units= ' kg/kg' , type2d= ' levsno' , &
237+ avgflag= ' A' , long_name= ' mss_cnc_bcphi_col' , &
238+ ptr_col= this% mss_cnc_bcphi_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
239+
240+ this% mss_cnc_bcpho_col(begc:endc,:) = spval
241+ call hist_addfld2d (fname= ' mss_cnc_bcpho_col' , units= ' kg/kg' , type2d= ' levsno' , &
242+ avgflag= ' A' , long_name= ' mss_cnc_bcpho_col' , &
243+ ptr_col= this% mss_cnc_bcpho_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
244+
245+ this% mss_cnc_dst1_col(begc:endc,:) = spval
246+ call hist_addfld2d (fname= ' mss_cnc_dst1_col' , units= ' kg/kg' , type2d= ' levsno' , &
247+ avgflag= ' A' , long_name= ' mss_cnc_dst1_col' , &
248+ ptr_col= this% mss_cnc_dst1_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
249+
250+ this% mss_cnc_dst2_col(begc:endc,:) = spval
251+ call hist_addfld2d (fname= ' mss_cnc_dst2_col' , units= ' kg/kg' , type2d= ' levsno' , &
252+ avgflag= ' A' , long_name= ' mss_cnc_dst2_col' , &
253+ ptr_col= this% mss_cnc_dst2_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
254+
255+ this% mss_cnc_dst3_col(begc:endc,:) = spval
256+ call hist_addfld2d (fname= ' mss_cnc_dst3_col' , units= ' kg/kg' , type2d= ' levsno' , &
257+ avgflag= ' A' , long_name= ' mss_cnc_dst3_col' , &
258+ ptr_col= this% mss_cnc_dst3_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
259+
260+ this% mss_cnc_dst4_col(begc:endc,:) = spval
261+ call hist_addfld2d (fname= ' mss_cnc_dst4_col' , units= ' kg/kg' , type2d= ' levsno' , &
262+ avgflag= ' A' , long_name= ' mss_cnc_dst4_col' , &
263+ ptr_col= this% mss_cnc_dst4_col, no_snow_behavior= no_snow_normal, default= ' inactive' )
264+
265+
266+
234267 end subroutine InitHistory
235268
236269 !- ----------------------------------------------------------------------
0 commit comments