| subroutine land_iau_mod::read_iau_forcing_fv3  | 
          ( | 
          type (land_iau_control_type), intent(in) |           land_iau_control,  | 
         
        
           | 
           | 
          real(kind=kind_phys), dimension(:, :, :, :), intent(out), allocatable |           wk3_stc,  | 
         
        
           | 
           | 
          real(kind=kind_phys), dimension(:, :, :, :), intent(out), allocatable |           wk3_slc,  | 
         
        
           | 
           | 
          character(len=*), intent(inout) |           errmsg,  | 
         
        
           | 
           | 
          integer, intent(inout) |           errflg ) | 
         
       
   | 
  
private   |