UFO
|
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... | |
Fortran derived type to hold observation locations.
Definition at line 25 of file ufo_locs_mod.F90.
|
private |
indices of locations in the full [geovals] array
Definition at line 31 of file ufo_locs_mod.F90.
|
private |
latitude
Definition at line 28 of file ufo_locs_mod.F90.
|
private |
longitude
Definition at line 29 of file ufo_locs_mod.F90.
|
private |
Definition at line 27 of file ufo_locs_mod.F90.
|
private |
Definition at line 26 of file ufo_locs_mod.F90.
|
private |
obs-time
Definition at line 30 of file ufo_locs_mod.F90.