UFO
|
Fortran module for ground based gnss Met Office forward operator. More...
Data Types | |
type | ufo_groundgnss_metoffice |
Fortran derived type for groundgnss trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_groundgnss_metoffice_setup (self, f_conf) |
subroutine | ufo_groundgnss_metoffice_simobs (self, geovals, hofx, obss) |
subroutine | ops_groundgnss_forwardmodel (nlevp, nlevq, za, zb, pressure, humidity, gbgnss_min_temp_grad, nobs, zStation, Model_ZTD) |
Fortran module for ground based gnss Met Office forward operator.
|
private |
Definition at line 178 of file ufo_groundgnss_metoffice_mod.F90.
|
private |
Definition at line 44 of file ufo_groundgnss_metoffice_mod.F90.
subroutine ufo_groundgnss_metoffice_mod::ufo_groundgnss_metoffice_simobs | ( | class(ufo_groundgnss_metoffice), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
real(kind_real), dimension(:), intent(inout) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |
Definition at line 58 of file ufo_groundgnss_metoffice_mod.F90.