Go to the documentation of this file.
8 #ifndef UFO_LOCATIONS_INTERFACE_H_
9 #define UFO_LOCATIONS_INTERFACE_H_
11 #include "ioda/ObsSpace.h"
26 const util::DateTime &,
const util::DateTime &);
28 const double *,
const double *);
42 #endif // UFO_LOCATIONS_INTERFACE_H_
void ufo_locs_nobs_f90(const F90locs &, int &)
void ufo_locs_create_f90(F90locs &, const int &, const ioda::ObsSpace &, const double *, const double *)
void ufo_locs_copy_f90(F90locs &, const F90locs &)
void ufo_locs_setup_f90(F90locs &, const int &)
void ufo_locs_coords_f90(const F90locs &, int &, double &, double &)
void ufo_locs_delete_f90(F90locs &)
void ufo_locs_concatenate_f90(const F90locs &, const F90locs &)
void ufo_locs_init_f90(F90locs &, const ioda::ObsSpace &, const util::DateTime &, const util::DateTime &)
Interface to Fortran UFO Locations routines.
void ufo_locs_indx_f90(const F90locs &, int &, int &, int &)