FV3 Bundle
qg_locs_mod::qg_locs Type Reference

Fortran derived type to hold observation locations. More...

Private Attributes

integer nloc
 
real(kind=kind_real), dimension(:,:), allocatable xyz
 
integer, dimension(:), allocatable indx
 

Detailed Description

Fortran derived type to hold observation locations.

Definition at line 25 of file qg_locs_mod.F90.

Member Data Documentation

◆ indx

integer, dimension(:), allocatable qg_locs_mod::qg_locs::indx
private

Definition at line 28 of file qg_locs_mod.F90.

◆ nloc

integer qg_locs_mod::qg_locs::nloc
private

Definition at line 26 of file qg_locs_mod.F90.

◆ xyz

real(kind=kind_real), dimension(:,:), allocatable qg_locs_mod::qg_locs::xyz
private

Definition at line 27 of file qg_locs_mod.F90.


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