FV3 Bundle
obsspace_mod::obsspace_get_db Interface Reference

Private Member Functions

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

Detailed Description

Definition at line 27 of file obsspace_mod.F90.

Member Function/Subroutine Documentation

◆ 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 
)
private

Get a variable from the ObsSapce database.

Definition at line 70 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 
)
private

Get a variable from the ObsSapce database.

Definition at line 96 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 
)
private

Get a variable from the ObsSapce database.

Definition at line 121 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 
)
private

Get a variable from the ObsSapce database.

Definition at line 146 of file obsspace_mod.F90.


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