OOPS
qg_obsdb_mod::column_data Type Reference
Collaboration diagram for qg_obsdb_mod::column_data:

Private Attributes

character(len=50) colname
 Column name. More...
 
type(column_data), pointer next => null()
 Next column. More...
 
integer nlev
 Number of levels. More...
 
real(kind_real), dimension(:,:), allocatable values
 Values. More...
 

Detailed Description

Definition at line 37 of file qg_obsdb_mod.F90.

Member Data Documentation

◆ colname

character(len=50) qg_obsdb_mod::column_data::colname
private

Column name.

Definition at line 38 of file qg_obsdb_mod.F90.

◆ next

type(column_data), pointer qg_obsdb_mod::column_data::next => null()
private

Next column.

Definition at line 39 of file qg_obsdb_mod.F90.

◆ nlev

integer qg_obsdb_mod::column_data::nlev
private

Number of levels.

Definition at line 40 of file qg_obsdb_mod.F90.

◆ values

real(kind_real), dimension(:,:), allocatable qg_obsdb_mod::column_data::values
private

Values.

Definition at line 41 of file qg_obsdb_mod.F90.


The documentation for this type was generated from the following file: