UFO
|
Functions/Subroutines | |
subroutine | bending_angle_obserr_ecmwf (obsImpH, obsValue, nobs, obsErr, QCflags, missing) |
subroutine | bending_angle_obserr_nrl (obsLat, obsImpH, obsValue, nobs, obsErr, QCflags, missing) |
subroutine | bending_angle_obserr_nbam (obsLat, obsImpH, obsSaid, nobs, obsErr, QCflags, missing) |
subroutine | refractivity_obserr_nbam (obsLat, obsZ, nobs, obsErr, QCflags, missing) |
subroutine gnssro_mod_obserror::bending_angle_obserr_ecmwf | ( | real(kind_real), dimension(nobs), intent(in) | obsImpH, |
real(kind_real), dimension(nobs), intent(in) | obsValue, | ||
integer, intent(in) | nobs, | ||
real(kind_real), dimension(nobs), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real) | missing | ||
) |
subroutine gnssro_mod_obserror::bending_angle_obserr_nbam | ( | real(kind_real), dimension(nobs), intent(in) | obsLat, |
real(kind_real), dimension(nobs), intent(in) | obsImpH, | ||
integer(c_int), dimension(nobs), intent(in) | obsSaid, | ||
integer, intent(in) | nobs, | ||
real(kind_real), dimension(nobs), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real) | missing | ||
) |
subroutine gnssro_mod_obserror::bending_angle_obserr_nrl | ( | real(kind_real), dimension(nobs), intent(in) | obsLat, |
real(kind_real), dimension(nobs), intent(in) | obsImpH, | ||
real(kind_real), dimension(nobs), intent(in) | obsValue, | ||
integer, intent(in) | nobs, | ||
real(kind_real), dimension(nobs), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real) | missing | ||
) |
subroutine gnssro_mod_obserror::refractivity_obserr_nbam | ( | real(kind_real), dimension(nobs), intent(in) | obsLat, |
real(kind_real), dimension(nobs), intent(in) | obsZ, | ||
integer, intent(in) | nobs, | ||
real(kind_real), dimension(nobs), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real) | missing | ||
) |