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_obserr_avtemp (nobs, n_horiz, rmatrix_filename, obsSatid, obsOrigC, nlevs, air_temperature, geopotential_height, obsZ, obsValue, obsErr, QCflags, missing) |
subroutine | gnssro_obserr_latitude (nobs, rmatrix_filename, obsSatid, obsOrigC, obsLat, obsZ, obsValue, 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::gnssro_obserr_avtemp | ( | integer, intent(in) | nobs, |
integer, intent(in) | n_horiz, | ||
character(len=*), intent(in) | rmatrix_filename, | ||
integer, dimension(:), intent(in) | obsSatid, | ||
integer, dimension(:), intent(in) | obsOrigC, | ||
integer, intent(in) | nlevs, | ||
real, dimension(:,:), intent(in) | air_temperature, | ||
real, dimension(:,:), intent(in) | geopotential_height, | ||
real(kind_real), dimension(:), intent(in) | obsZ, | ||
real(kind_real), dimension(:), intent(in) | obsValue, | ||
real(kind_real), dimension(:), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real), intent(in) | missing | ||
) |
Definition at line 170 of file gnssro_mod_obserror.F90.
subroutine gnssro_mod_obserror::gnssro_obserr_latitude | ( | integer, intent(in) | nobs, |
character(len=*), intent(in) | rmatrix_filename, | ||
integer, dimension(:), intent(in) | obsSatid, | ||
integer, dimension(:), intent(in) | obsOrigC, | ||
real(kind_real), dimension(:), intent(in) | obsLat, | ||
real(kind_real), dimension(:), intent(in) | obsZ, | ||
real(kind_real), dimension(:), intent(in) | obsValue, | ||
real(kind_real), dimension(:), intent(out) | obsErr, | ||
integer(c_int), dimension(:), intent(in) | QCflags, | ||
real(kind_real), intent(in) | missing | ||
) |
Definition at line 287 of file gnssro_mod_obserror.F90.
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 | ||
) |