public interface to_tsv
      export array to tsv file.
        Module Procedures
            
    
    
          
  
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              character(len=*),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            name | 
            
             | 
        
        
            | 
              
              real(kind=real64),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            a(:,:) | 
            
             | 
        
        
            | 
              
              logical,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            no_header | 
            
             | 
        
    
  
     
   
            
    
    
          
  
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              character(len=*),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            name | 
            
             | 
        
        
            | 
              
              real(kind=real64),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            a(:,:,:) | 
            
             | 
        
    
  
     
   
            
    
    
          
  
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              character(len=*),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            name | 
            
             | 
        
        
            | 
              
              real(kind=real64),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            a(:) | 
            
             | 
        
        
            | 
              
              logical,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            no_header | 
            
             |