FV3 Bundle
ioda/src/ioda/Fortran.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 eckit
 
 util
 
 ioda
 

Typedefs

typedef int ioda::F90locs
 
typedef int ioda::F90goms
 
typedef int ioda::F90ovec
 
typedef int ioda::F90hop
 
typedef int ioda::F90odb
 
typedef int ioda::F90ocheck
 
typedef int ioda::F90obias
 

Functions

void ioda::ioda_locs_create_f90 (F90locs &, const int &, const double *, const double *, const int &)
 Interface to Fortran IODA routines. More...
 
void ioda::ioda_locs_delete_f90 (F90locs &)
 
void ioda::ioda_locs_nobs_f90 (const F90locs &, int &)
 
void ioda::ioda_locs_coords_f90 (const F90locs &, int &, double &, double &)
 
void ioda::ioda_obsdb_setup_f90 (F90odb &, const eckit::Configuration *const *)
 
void ioda::ioda_obsdb_delete_f90 (F90odb &)
 
void ioda::ioda_obsdb_nobs_f90 (const F90odb &, int &)
 
void ioda::ioda_obsdb_nlocs_f90 (const F90odb &, int &)
 
void ioda::ioda_obsdb_getlocations_f90 (const F90odb &, const util::DateTime *const *, const util::DateTime *const *, F90locs &)
 
void ioda::ioda_obsdb_generate_f90 (const F90odb &, const eckit::Configuration *const *, const util::DateTime *const *, const util::DateTime *const *)
 
void ioda::ioda_obsdb_geti_f90 (const F90odb &, const int &, const char *, const int &, int32_t[])
 
void ioda::ioda_obsdb_getd_f90 (const F90odb &, const int &, const char *, const int &, double[])
 
void ioda::ioda_obsdb_puti_f90 (const F90odb &, const int &, const char *, const int &, const int32_t[])
 
void ioda::ioda_obsdb_putd_f90 (const F90odb &, const int &, const char *, const int &, const double[])