| 
| subroutine  | wrtb (m1, m2, mah1, mah2, a) | 
|   | Convenient routine for interactively writing out the real contents of a band matrix.  More...
  | 
|   | 
Definition at line 83 of file pmat2.f90.
 
◆ wrtb()
  
  
      
        
          | subroutine pmat2::wrtb::wrtb  | 
          ( | 
          integer(spi), intent(in)  | 
          m1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          m2,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah2,  | 
         
        
           | 
           | 
          real(sp), dimension(m1,-mah1:mah2), intent(in)  | 
          a  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Convenient routine for interactively writing out the real contents of a band matrix. 
- Parameters
 - 
  
    | [in] | m1 | number of rows of full matrix  | 
    | [in] | m2 | number of columns of full matrix  | 
    | [in] | mah1 | number of sub-diagonals  | 
    | [in] | mah2 | number of super-diagonals  | 
    | [in] | a | contents of single precision real band matrix.  | 
  
   
- Author
 - R. J. Purser, Tsukasa Fujita (JMA) 
 
- Date
 - 1999 
 
Definition at line 1341 of file pmat2.f90.
 
 
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS/sorc/grid_tools.fd/regional_esg_grid.fd/pmat2.f90