UFO
|
Fortran module for radarradialvelocity observation operator. More...
Data Types | |
type | ufo_radarradialvelocity |
Fortran derived type for the observation type. More... | |
Functions/Subroutines | |
subroutine | ufo_radarradialvelocity_setup (self, yaml_conf) |
subroutine | ufo_radarradialvelocity_simobs (self, geovals, obss, nvars, nlocs, hofx) |
Variables | |
character(len=maxvarlen), dimension(3), parameter | geovars_default = (/var_u, var_v, var_w /) |
Fortran module for radarradialvelocity observation operator.
|
private |
Definition at line 35 of file ufo_radarradialvelocity_mod.F90.
subroutine ufo_radarradialvelocity_mod::ufo_radarradialvelocity_simobs | ( | class(ufo_radarradialvelocity), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
type(c_ptr), intent(in), value | obss, | ||
integer, intent(in) | nvars, | ||
integer, intent(in) | nlocs, | ||
real(c_double), dimension(nvars, nlocs), intent(inout) | hofx | ||
) |
Definition at line 62 of file ufo_radarradialvelocity_mod.F90.
character(len=maxvarlen), dimension(3), parameter ufo_radarradialvelocity_mod::geovars_default = (/var_u, var_v, var_w /) |
Definition at line 27 of file ufo_radarradialvelocity_mod.F90.