| FV3 Bundle
    | 
| Data Types | |
| interface | delete_ | 
| interface | settraj_ | 
| interface | simobs_ad_ | 
| interface | simobs_tl_ | 
| type | ufo_basis_tlad | 
| Functions/Subroutines | |
| subroutine | opr_delete_ (self) | 
| subroutine | opr_settraj_ (self, c_key_geovals, c_obsspace) | 
| subroutine | opr_simobs_tl_ (self, c_key_geovals, c_obsspace, c_hofx) | 
| subroutine | opr_simobs_ad_ (self, c_key_geovals, c_obsspace, c_hofx) | 
| subroutine ufo_basis_tlad_mod::opr_delete_ | ( | class(ufo_basis_tlad), intent(inout) | self | ) | 
Definition at line 78 of file ufo_basis_tlad_mod.F90.
| subroutine ufo_basis_tlad_mod::opr_settraj_ | ( | class(ufo_basis_tlad), intent(inout) | self, | 
| integer(c_int), intent(in) | c_key_geovals, | ||
| type(c_ptr), intent(in), value | c_obsspace | ||
| ) | 
Definition at line 88 of file ufo_basis_tlad_mod.F90.
| subroutine ufo_basis_tlad_mod::opr_simobs_ad_ | ( | class(ufo_basis_tlad), intent(in) | self, | 
| integer(c_int), intent(in) | c_key_geovals, | ||
| type(c_ptr), intent(in), value | c_obsspace, | ||
| real(c_double), dimension(:), intent(in) | c_hofx | ||
| ) | 
Definition at line 121 of file ufo_basis_tlad_mod.F90.
| subroutine ufo_basis_tlad_mod::opr_simobs_tl_ | ( | class(ufo_basis_tlad), intent(in) | self, | 
| integer(c_int), intent(in) | c_key_geovals, | ||
| type(c_ptr), intent(in), value | c_obsspace, | ||
| real(c_double), dimension(:), intent(inout) | c_hofx | ||
| ) | 
Definition at line 104 of file ufo_basis_tlad_mod.F90.