UFO
|
Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) nonlinear operator. More...
Data Types | |
type | ufo_gnssro_bndnbam |
Fortran derived type for gnssro trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_gnssro_bndnbam_setup (self, f_conf) |
subroutine | ufo_gnssro_bndnbam_simobs (self, geovals, hofx, obss) |
Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) nonlinear operator.
|
private |
subroutine ufo_gnssro_bndnbam_mod::ufo_gnssro_bndnbam_simobs | ( | class(ufo_gnssro_bndnbam), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
real(kind_real), dimension(:), intent(inout) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |