FV3 Bundle
qg_obs_data::column_data Type Reference

A type to represent a linked list of observation columns. More...

Collaboration diagram for qg_obs_data::column_data:
[legend]

Private Attributes

character(len=50) colname
 
type(column_data), pointer next => null()
 
integer ncol
 
real(kind=kind_real), dimension(:,:), allocatable values
 

Detailed Description

A type to represent a linked list of observation columns.

Definition at line 66 of file qg_obs_data.F90.

Member Data Documentation

◆ colname

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

Definition at line 67 of file qg_obs_data.F90.

◆ ncol

integer qg_obs_data::column_data::ncol
private

Definition at line 69 of file qg_obs_data.F90.

◆ next

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

Definition at line 68 of file qg_obs_data.F90.

◆ values

real(kind=kind_real), dimension(:,:), allocatable qg_obs_data::column_data::values
private

Definition at line 70 of file qg_obs_data.F90.


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