UFO
|
Fortran module for gnssro bending angle Met Office forward operator. More...
Functions/Subroutines | |
subroutine, public | ops_gpsro_do1dvar_ba (nlevp, nlevq, BM1, Bsig, Back, Ob, GPSRO_pseudo_ops, GPSRO_vert_interp_ops, GPSRO_min_temp_grad, GPSRO_cost_funct_test, GPSRO_y_test, GPSRO_n_iteration_test, GPSRO_Delta_factor, GPSRO_Delta_ct2, GPSRO_OB_test, capsupersat, BAerr, Tb, Ts, O_Bdiff, DFS) |
Fortran module for gnssro bending angle Met Office forward operator.
subroutine, public ufo_gnssroonedvarcheck_do1dvar_mod::ops_gpsro_do1dvar_ba | ( | integer, intent(in) | nlevp, |
integer, intent(in) | nlevq, | ||
real(kind_real), dimension(:,:), intent(in) | BM1, | ||
real(kind_real), dimension(:), intent(in) | Bsig, | ||
type (singlebg_type), intent(inout) | Back, | ||
type (singleob_type), intent(inout) | Ob, | ||
logical, intent(in) | GPSRO_pseudo_ops, | ||
logical, intent(in) | GPSRO_vert_interp_ops, | ||
real(kind_real), intent(in) | GPSRO_min_temp_grad, | ||
real(kind_real), intent(in) | GPSRO_cost_funct_test, | ||
real(kind_real), intent(in) | GPSRO_y_test, | ||
integer, intent(in) | GPSRO_n_iteration_test, | ||
real(kind_real), intent(in) | GPSRO_Delta_factor, | ||
real(kind_real), intent(in) | GPSRO_Delta_ct2, | ||
real(kind_real), intent(in) | GPSRO_OB_test, | ||
logical, intent(in) | capsupersat, | ||
logical, intent(out) | BAerr, | ||
real(kind_real), dimension(nlevq), intent(inout) | Tb, | ||
real(kind_real), dimension(nlevq), intent(inout) | Ts, | ||
real(kind_real), intent(inout) | O_Bdiff, | ||
real(kind_real), intent(inout) | DFS | ||
) |
Definition at line 24 of file ufo_gnssroonedvarcheck_do1dvar_mod.f90.