UFO
|
Fortran interface to ufo::Locations. More...
Data Types | |
interface | ufo_locations |
Functions/Subroutines | |
type(ufo_locations) function | ctor_from_ptr (ptr) |
Saves pointer to locations. More... | |
integer function | nlocs (this) |
Return the number of observational locations in this Locations object. More... | |
subroutine | get_lons (this, lons) |
Get longitudes from the Locations object. More... | |
subroutine | get_lats (this, lats) |
Get latitudes from the Locations object. More... | |
subroutine | get_timemask (this, t1, t2, mask) |
Get time mask (obs that are between t1 & t2) from the Locations object. More... | |
Fortran interface to ufo::Locations.
|
private |
Saves pointer to locations.
Definition at line 38 of file ufo_locations_mod.F90.
|
private |
Get latitudes from the Locations object.
Definition at line 73 of file ufo_locations_mod.F90.
|
private |
Get longitudes from the Locations object.
Definition at line 58 of file ufo_locations_mod.F90.
|
private |
Get time mask (obs that are between t1 & t2) from the Locations object.
Definition at line 88 of file ufo_locations_mod.F90.
|
private |
Return the number of observational locations in this Locations object.
Definition at line 47 of file ufo_locations_mod.F90.