| subroutine module_radiation_clouds::cloud_fraction_xurandall  | 
          ( | 
          intent(in)  | 
          IX,  | 
         
        
           | 
           | 
          intent(in)  | 
          NLAY,  | 
         
        
           | 
           | 
          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   |