UFO
ufo_locs_mod::ufo_locs Type Reference

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

Private Attributes

integer nlocs
 
integer max_indx
 
real(kind_real), dimension(:), allocatable lat
 latitude More...
 
real(kind_real), dimension(:), allocatable lon
 longitude More...
 
type(datetime), 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 25 of file ufo_locs_mod.F90.

Member Data Documentation

◆ indx

integer, dimension(:), allocatable ufo_locs_mod::ufo_locs::indx
private

indices of locations in the full [geovals] array

Definition at line 31 of file ufo_locs_mod.F90.

◆ lat

real(kind_real), dimension(:), allocatable ufo_locs_mod::ufo_locs::lat
private

latitude

Definition at line 28 of file ufo_locs_mod.F90.

◆ lon

real(kind_real), dimension(:), allocatable ufo_locs_mod::ufo_locs::lon
private

longitude

Definition at line 29 of file ufo_locs_mod.F90.

◆ max_indx

integer ufo_locs_mod::ufo_locs::max_indx
private

Definition at line 27 of file ufo_locs_mod.F90.

◆ nlocs

integer ufo_locs_mod::ufo_locs::nlocs
private

Definition at line 26 of file ufo_locs_mod.F90.

◆ time

type(datetime), dimension(:), allocatable ufo_locs_mod::ufo_locs::time
private

obs-time

Definition at line 30 of file ufo_locs_mod.F90.


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