UFO
|
#include "ufo/locations_interface.f"
Go to the source code of this file.
Data Types | |
interface | ufo_locations_mod::ufo_locations |
Modules | |
module | ufo_locations_mod |
Fortran interface to ufo::Locations. | |
Functions/Subroutines | |
type(ufo_locations) function | ufo_locations_mod::ctor_from_ptr (ptr) |
Saves pointer to locations. More... | |
integer function | ufo_locations_mod::nlocs (this) |
Return the number of observational locations in this Locations object. More... | |
subroutine | ufo_locations_mod::get_lons (this, lons) |
Get longitudes from the Locations object. More... | |
subroutine | ufo_locations_mod::get_lats (this, lats) |
Get latitudes from the Locations object. More... | |
subroutine | ufo_locations_mod::get_timemask (this, t1, t2, mask) |
Get time mask (obs that are between t1 & t2) from the Locations object. More... | |