IODA
obsspace_mod::obsspace_put_db Interface Reference

Private Member Functions

subroutine obsspace_put_db_int32 (obss, group, vname, vect, dim_ids)
 Store a vector in ObsSpace database. More...
 
subroutine obsspace_put_db_int64 (obss, group, vname, vect, dim_ids)
 Store a vector in ObsSpace database. More...
 
subroutine obsspace_put_db_real32 (obss, group, vname, vect, dim_ids)
 Store a vector in ObsSpace database. More...
 
subroutine obsspace_put_db_real64 (obss, group, vname, vect, dim_ids)
 Store a vector in ObsSpace database. More...
 

Detailed Description

Definition at line 52 of file obsspace_mod.F90.

Member Function/Subroutine Documentation

◆ obsspace_put_db_int32()

subroutine obsspace_mod::obsspace_put_db::obsspace_put_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(in)  vect,
integer(c_int), dimension(:), intent(in), optional  dim_ids 
)
private

Store a vector in ObsSpace database.

Definition at line 480 of file obsspace_mod.F90.

Here is the call graph for this function:

◆ obsspace_put_db_int64()

subroutine obsspace_mod::obsspace_put_db::obsspace_put_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(in)  vect,
integer(c_int), dimension(:), intent(in), optional  dim_ids 
)
private

Store a vector in ObsSpace database.

Definition at line 513 of file obsspace_mod.F90.

Here is the call graph for this function:

◆ obsspace_put_db_real32()

subroutine obsspace_mod::obsspace_put_db::obsspace_put_db_real32 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
real(c_float), dimension(:), intent(in)  vect,
integer(c_int), dimension(:), intent(in), optional  dim_ids 
)
private

Store a vector in ObsSpace database.

Definition at line 547 of file obsspace_mod.F90.

Here is the call graph for this function:

◆ obsspace_put_db_real64()

subroutine obsspace_mod::obsspace_put_db::obsspace_put_db_real64 ( type(c_ptr), intent(in), value  obss,
character(len=*), intent(in)  group,
character(len=*), intent(in)  vname,
real(c_double), dimension(:), intent(in)  vect,
integer(c_int), dimension(:), intent(in), optional  dim_ids 
)
private

Store a vector in ObsSpace database.

Definition at line 582 of file obsspace_mod.F90.

Here is the call graph for this function:

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