FV3 Bundle
qg_obs_vectors::obs_vect Type Reference

Fortran derived type to represent an observation vector. More...

Private Attributes

integer nobs =0
 
integer ncol =0
 
real(kind=kind_real), dimension(:,:), allocatable values
 

Detailed Description

Fortran derived type to represent an observation vector.

Definition at line 25 of file qg_obs_vectors.F90.

Member Data Documentation

◆ ncol

integer qg_obs_vectors::obs_vect::ncol =0
private

Definition at line 27 of file qg_obs_vectors.F90.

◆ nobs

integer qg_obs_vectors::obs_vect::nobs =0
private

Definition at line 26 of file qg_obs_vectors.F90.

◆ values

real(kind=kind_real), dimension(:,:), allocatable qg_obs_vectors::obs_vect::values
private

Definition at line 28 of file qg_obs_vectors.F90.


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