UFO
|
Fortran module for avgkernel tl/ad observation operator. More...
Data Types | |
type | ufo_avgkernel_tlad |
Functions/Subroutines | |
subroutine | avgkernel_tlad_setup_ (self, f_conf) |
subroutine | destructor (self) |
subroutine | avgkernel_tlad_settraj_ (self, geovals_in, obss) |
subroutine | avgkernel_simobs_tl_ (self, geovals_in, obss, nvars, nlocs, hofx) |
subroutine | avgkernel_simobs_ad_ (self, geovals_in, obss, nvars, nlocs, hofx) |
subroutine | avgkernel_tlad_cleanup_ (self) |
Variables | |
integer, parameter | max_string =800 |
Fortran module for avgkernel tl/ad observation operator.
subroutine ufo_avgkernel_tlad_mod::avgkernel_simobs_ad_ | ( | class(ufo_avgkernel_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals_in, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(in) | hofx | ||
) |
Definition at line 264 of file ufo_avgkernel_tlad_mod.F90.
subroutine ufo_avgkernel_tlad_mod::avgkernel_simobs_tl_ | ( | class(ufo_avgkernel_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals_in, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(inout) | hofx | ||
) |
Definition at line 210 of file ufo_avgkernel_tlad_mod.F90.
subroutine ufo_avgkernel_tlad_mod::avgkernel_tlad_cleanup_ | ( | class(ufo_avgkernel_tlad), intent(inout) | self | ) |
Definition at line 317 of file ufo_avgkernel_tlad_mod.F90.
|
private |
Definition at line 124 of file ufo_avgkernel_tlad_mod.F90.
subroutine ufo_avgkernel_tlad_mod::avgkernel_tlad_setup_ | ( | class(ufo_avgkernel_tlad), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_conf | ||
) |
Definition at line 49 of file ufo_avgkernel_tlad_mod.F90.
subroutine ufo_avgkernel_tlad_mod::destructor | ( | type(ufo_avgkernel_tlad), intent(inout) | self | ) |
Definition at line 115 of file ufo_avgkernel_tlad_mod.F90.
|
private |
Definition at line 18 of file ufo_avgkernel_tlad_mod.F90.