UFO
|
Fortran module for radiancerttov observation operator. More...
Data Types | |
type | ufo_radiancerttov |
Fortran derived type for the observation type. More... | |
Functions/Subroutines | |
subroutine | ufo_radiancerttov_setup (self, f_confOper, channels) |
subroutine | ufo_radiancerttov_delete (self) |
subroutine | ufo_radiancerttov_simobs (self, geovals, obss, nvars, nlocs, hofx, hofxdiags, ob_info) |
Fortran module for radiancerttov observation operator.
|
private |
subroutine ufo_radiancerttov_mod::ufo_radiancerttov_setup | ( | class(ufo_radiancerttov), intent(inout) | self, |
type(fckit_configuration), intent(in) | f_confOper, | ||
integer(c_int), dimension(:), intent(in) | channels | ||
) |
|
private |