FV3 Bundle
ioda_locs_mod::ioda_locs Type Reference

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

Private Attributes

integer nlocs
 
real(kind_real), dimension(:), allocatable lat
 latitude More...
 
real(kind_real), dimension(:), allocatable lon
 longitude More...
 
real(kind_real), dimension(:), allocatable time
 obs-time More...
 
integer, dimension(:), allocatable indx
 indices of locations in the full [geovals] array More...
 

Detailed Description

Fortran derived type to hold observation locations.

Definition at line 21 of file ioda_locs_mod.F90.

Member Data Documentation

◆ indx

integer, dimension(:), allocatable ioda_locs_mod::ioda_locs::indx
private

indices of locations in the full [geovals] array

Definition at line 26 of file ioda_locs_mod.F90.

◆ lat

real(kind_real), dimension(:), allocatable ioda_locs_mod::ioda_locs::lat
private

latitude

Definition at line 23 of file ioda_locs_mod.F90.

◆ lon

real(kind_real), dimension(:), allocatable ioda_locs_mod::ioda_locs::lon
private

longitude

Definition at line 24 of file ioda_locs_mod.F90.

◆ nlocs

integer ioda_locs_mod::ioda_locs::nlocs
private

Definition at line 22 of file ioda_locs_mod.F90.

◆ time

real(kind_real), dimension(:), allocatable ioda_locs_mod::ioda_locs::time
private

obs-time

Definition at line 25 of file ioda_locs_mod.F90.


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