A type to represent a linked list of observation columns.  
 More...
A type to represent a linked list of observation columns. 
Definition at line 66 of file qg_obs_data.F90.
 
◆ colname
  
  
      
        
          | character(len=50) qg_obs_data::column_data::colname | 
         
       
   | 
  
private   | 
  
 
 
◆ ncol
  
  
      
        
          | integer qg_obs_data::column_data::ncol | 
         
       
   | 
  
private   | 
  
 
 
◆ next
  
  
      
        
          | type(column_data), pointer qg_obs_data::column_data::next => null() | 
         
       
   | 
  
private   | 
  
 
 
◆ values
  
  
      
        
          | real(kind=kind_real), dimension(:,:), allocatable qg_obs_data::column_data::values | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this type was generated from the following file: