UFO
|
Fortran adt module for tl/ad observation operator. More...
Data Types | |
type | ufo_adt_tlad |
Fortran derived type for the tl/ad observation operator. More... | |
Functions/Subroutines | |
subroutine | ufo_adt_tlad_setup (self, f_conf) |
subroutine | ufo_adt_tlad_delete (self) |
subroutine | ufo_adt_tlad_settraj (self, geovals, obss) |
subroutine | ufo_adt_simobs_tl (self, geovals, hofx, obss) |
subroutine | ufo_adt_simobs_ad (self, geovals, hofx, obss) |
Variables | |
integer, parameter | max_string =800 |
Fortran adt module for tl/ad observation operator.
subroutine ufo_adt_tlad_mod::ufo_adt_simobs_ad | ( | class(ufo_adt_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
real(c_double), dimension(:), intent(in) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |
|
private |
|
private |
Definition at line 50 of file ufo_adt_tlad_mod.F90.
|
private |
subroutine ufo_adt_tlad_mod::ufo_adt_tlad_setup | ( | class(ufo_adt_tlad), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf | ||
) |
Definition at line 42 of file ufo_adt_tlad_mod.F90.
|
private |
Definition at line 23 of file ufo_adt_tlad_mod.F90.