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, nobs, zStation, Model_ZTD) |
Fortran module for ground based gnss Met Office forward operator.
|
private |
Definition at line 127 of file ufo_groundgnss_metoffice_mod.F90.
|
private |
Definition at line 41 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 54 of file ufo_groundgnss_metoffice_mod.F90.