UFO
|
Fortran module to handle tl/ad for aod observations. More...
Data Types | |
type | ufo_aodcrtm_tlad |
Fortran derived type for aod trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_aodcrtm_tlad_setup (self, f_confOper, channels) |
subroutine | ufo_aodcrtm_tlad_delete (self) |
subroutine | ufo_aodcrtm_tlad_settraj (self, geovals, obss) |
subroutine | ufo_aodcrtm_simobs_tl (self, geovals, obss, nvars, nlocs, hofx) |
subroutine | ufo_aodcrtm_simobs_ad (self, geovals, obss, nvars, nlocs, hofx) |
Fortran module to handle tl/ad for aod observations.
|
private |
|
private |
|
private |
|
private |
subroutine ufo_aodcrtm_tlad_mod::ufo_aodcrtm_tlad_setup | ( | class(ufo_aodcrtm_tlad), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_confOper, | ||
integer(c_int), dimension(:), intent(in) | channels | ||
) |