| subroutine __module_sf_noahmplsm_f90__::infil  | 
          ( | 
          type (noahmp_parameters), intent(in) |           parameters,  | 
         
        
           | 
           | 
          integer, intent(in) |           nsoil,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(in) |           dt,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(1:nsoil), intent(in) |           zsoil,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(1:nsoil), intent(in) |           sh2o,  | 
         
        
           | 
           | 
          real (kind=kind_phys), dimension(1:nsoil), intent(in) |           sice,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(in) |           sicemax,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(in) |           qinsur,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(out) |           pddum,  | 
         
        
           | 
           | 
          real (kind=kind_phys), intent(out) |           runsrf ) | 
         
       
   | 
  
private   |