UFO
|
Fortran module for gnssro refractivity Met Office forward operator. More...
Data Types | |
type | ufo_gnssro_refmetoffice |
Fortran derived type for gnssro trajectory. More... | |
Functions/Subroutines | |
subroutine | ufo_gnssro_refmetoffice_setup (self, vert_interp_ops, pseudo_ops, min_temp_grad) |
Set up the Met Office GNSS-RO refractivity operator. More... | |
subroutine | ufo_gnssro_refmetoffice_simobs (self, geovals_in, obss, hofx, obs_diags) |
Calculate the model forecast of the observations. More... | |
subroutine | refmetoffice_forwardmodel (nlevp, nlevq, za, zb, pressure, humidity, GPSRO_pseudo_ops, GPSRO_vert_interp_ops, GPSRO_min_temp_grad, nobs, zobs, Latitude, ycalc, BAErr, refractivity, model_heights) |
Interface routine for the GNSS-RO refractivity forward operator. More... | |
Fortran module for gnssro refractivity Met Office forward operator.
|
private |
Interface routine for the GNSS-RO refractivity forward operator.
RefMetOffice_ForwardModel
Definition at line 250 of file ufo_gnssro_refmetoffice_mod.F90.
|
private |
Set up the Met Office GNSS-RO refractivity operator.
ufo_gnssro_refmetoffice_setup
Definition at line 60 of file ufo_gnssro_refmetoffice_mod.F90.
|
private |
Calculate the model forecast of the observations.
ufo_gnssro_refmetoffice_simobs
Definition at line 86 of file ufo_gnssro_refmetoffice_mod.F90.