UFO
|
Fortran module for radiancerttov tl/ad observation operator. More...
Data Types | |
type | ufo_radiancerttov_tlad |
Fortran derived type for radiancerttov trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_radiancerttov_tlad_setup (self, f_confOper, channels) |
subroutine | ufo_radiancerttov_tlad_delete (self) |
subroutine | ufo_radiancerttov_tlad_settraj (self, geovals, obss, hofxdiags) |
subroutine | ufo_radiancerttov_simobs_tl (self, geovals, obss, nvars, nlocs, hofx) |
subroutine | ufo_radiancerttov_simobs_ad (self, geovals, obss, nvars, nlocs, hofx) |
Variables | |
character(len=maxvarlen), dimension(1), parameter | varin_default_tlad = (/var_ts/) |
Fortran module for radiancerttov tl/ad observation operator.
subroutine ufo_radiancerttov_tlad_mod::ufo_radiancerttov_simobs_ad | ( | class(ufo_radiancerttov_tlad), intent(in) | self, |
type(ufo_geovals), intent(inout) | geovals, | ||
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 471 of file ufo_radiancerttov_tlad_mod.F90.
subroutine ufo_radiancerttov_tlad_mod::ufo_radiancerttov_simobs_tl | ( | class(ufo_radiancerttov_tlad), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
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 323 of file ufo_radiancerttov_tlad_mod.F90.
|
private |
Definition at line 116 of file ufo_radiancerttov_tlad_mod.F90.
|
private |
Definition at line 130 of file ufo_radiancerttov_tlad_mod.F90.
|
private |
Definition at line 58 of file ufo_radiancerttov_tlad_mod.F90.
character(len=maxvarlen), dimension(1), parameter ufo_radiancerttov_tlad_mod::varin_default_tlad = (/var_ts/) |
Definition at line 52 of file ufo_radiancerttov_tlad_mod.F90.