| subroutine module_radiation_clouds::cloud_fraction_mass_flx_2  | 
          ( | 
          intent(in)  | 
          IX,  | 
         
        
           | 
           | 
          intent(in)  | 
          NLAY,  | 
         
        
           | 
           | 
          logical, intent(in)  | 
          lmfdeep2,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(in)  | 
          xrc3,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(:,:), intent(in)  | 
          plyr,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(:,:), intent(in)  | 
          clwf,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(:,:), intent(in)  | 
          rhly,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(:,:), intent(in)  | 
          qstl,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(:,:), intent(inout)  | 
          cldtot  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   |