IODA
obsspace_mod::obsspace_get_db Interface Reference

Private Member Functions

subroutine obsspace_get_db_int32 (obss, group, vname, vect, chan_select)
 Get a variable from the ObsSapce database. More...
 
subroutine obsspace_get_db_int64 (obss, group, vname, vect, chan_select)
 Get a variable from the ObsSapce database. More...
 
subroutine obsspace_get_db_real32 (obss, group, vname, vect, chan_select)
 Get a variable from the ObsSapce database. More...
 
subroutine obsspace_get_db_real64 (obss, group, vname, vect, chan_select)
 Get a variable from the ObsSapce database. More...
 
subroutine obsspace_get_db_datetime (obss, group, vname, vect, chan_select)
 Get datetime from the ObsSapce database. More...
 

Detailed Description

Definition at line 44 of file obsspace_mod.F90.

Member Function/Subroutine Documentation

◆ obsspace_get_db_datetime()

subroutine obsspace_mod::obsspace_get_db::obsspace_get_db_datetime ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
type(datetime), dimension(:), intent(inout)  vect,
integer(c_int), dimension(:), intent(in), optional  chan_select 
)
private

Get datetime from the ObsSapce database.

Definition at line 432 of file obsspace_mod.F90.

◆ obsspace_get_db_int32()

subroutine obsspace_mod::obsspace_get_db::obsspace_get_db_int32 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
integer(c_int32_t), dimension(:), intent(inout)  vect,
integer(c_int), dimension(:), intent(in), optional  chan_select 
)
private

Get a variable from the ObsSapce database.

Definition at line 297 of file obsspace_mod.F90.

◆ obsspace_get_db_int64()

subroutine obsspace_mod::obsspace_get_db::obsspace_get_db_int64 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
integer(c_int64_t), dimension(:), intent(inout)  vect,
integer(c_int), dimension(:), intent(in), optional  chan_select 
)
private

Get a variable from the ObsSapce database.

Definition at line 331 of file obsspace_mod.F90.

◆ obsspace_get_db_real32()

subroutine obsspace_mod::obsspace_get_db::obsspace_get_db_real32 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
real(c_float), dimension(:), intent(inout)  vect,
integer(c_int), dimension(:), intent(in), optional  chan_select 
)
private

Get a variable from the ObsSapce database.

Definition at line 364 of file obsspace_mod.F90.

◆ obsspace_get_db_real64()

subroutine obsspace_mod::obsspace_get_db::obsspace_get_db_real64 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
real(c_double), dimension(:), intent(inout)  vect,
integer(c_int), dimension(:), intent(in), optional  chan_select 
)
private

Get a variable from the ObsSapce database.

Definition at line 397 of file obsspace_mod.F90.


The documentation for this interface was generated from the following file: