UFO
|
Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) operator. More...
Functions/Subroutines | |
subroutine, public | ufo_gnssro_bndnbam_simobs_single (obsLat, obsGeoid, obsLocR, obsImpP, grids, ngrd, nlev, nlevExt, nlevAdd, nlevCheck, radius, ref, refIndex, refXrad, bendingAngle) |
Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) operator.
subroutine, public ufo_gnssro_bndnbam_util_mod::ufo_gnssro_bndnbam_simobs_single | ( | real(kind_real), intent(in) | obsLat, |
real(kind_real), intent(in) | obsGeoid, | ||
real(kind_real), intent(in) | obsLocR, | ||
real(kind_real), intent(in) | obsImpP, | ||
real(kind_real), dimension(ngrd), intent(in) | grids, | ||
integer, intent(in) | ngrd, | ||
integer, intent(in) | nlev, | ||
integer, intent(in) | nlevExt, | ||
integer, intent(in) | nlevAdd, | ||
integer, intent(in) | nlevCheck, | ||
real(kind_real), dimension(nlev), intent(in) | radius, | ||
real(kind_real), dimension(nlevext), intent(inout) | ref, | ||
real(kind_real), dimension(nlev), intent(in) | refIndex, | ||
real(kind_real), dimension(0:nlevext+1), intent(inout) | refXrad, | ||
real(kind_real), intent(out) | bendingAngle | ||
) |
Definition at line 23 of file ufo_gnssro_bndnbam_util_mod.F90.