|
FV3 Bundle
|
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... | |
Fortran derived type to hold observation locations.
Definition at line 21 of file ioda_locs_mod.F90.
|
private |
indices of locations in the full [geovals] array
Definition at line 26 of file ioda_locs_mod.F90.
|
private |
latitude
Definition at line 23 of file ioda_locs_mod.F90.
|
private |
longitude
Definition at line 24 of file ioda_locs_mod.F90.
|
private |
Definition at line 22 of file ioda_locs_mod.F90.
|
private |
obs-time
Definition at line 25 of file ioda_locs_mod.F90.