FV3 Bundle
qg_obs_data::group_data Type Reference

A type to represent a linked list of observation group data. More...

Collaboration diagram for qg_obs_data::group_data:
[legend]

Private Attributes

character(len=50) grpname
 
type(group_data), pointer next => null()
 
integer nobs
 
integer, dimension(:), allocatable seqnos
 
type(datetime), dimension(:), allocatable times
 
type(column_data), pointer colhead => null()
 

Detailed Description

A type to represent a linked list of observation group data.

Definition at line 54 of file qg_obs_data.F90.

Member Data Documentation

◆ colhead

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

Definition at line 60 of file qg_obs_data.F90.

◆ grpname

character(len=50) qg_obs_data::group_data::grpname
private

Definition at line 55 of file qg_obs_data.F90.

◆ next

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

Definition at line 56 of file qg_obs_data.F90.

◆ nobs

integer qg_obs_data::group_data::nobs
private

Definition at line 57 of file qg_obs_data.F90.

◆ seqnos

integer, dimension(:), allocatable qg_obs_data::group_data::seqnos
private

Definition at line 58 of file qg_obs_data.F90.

◆ times

type(datetime), dimension(:), allocatable qg_obs_data::group_data::times
private

Definition at line 59 of file qg_obs_data.F90.


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