UFO
ufo_radarradialvelocity_mod Module Reference

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 /)
 

Detailed Description

Fortran module for radarradialvelocity observation operator.

Function/Subroutine Documentation

◆ ufo_radarradialvelocity_setup()

subroutine ufo_radarradialvelocity_mod::ufo_radarradialvelocity_setup ( class(ufo_radarradialvelocity), intent(inout)  self,
type(fckit_configuration), intent(in)  yaml_conf 
)
private

Definition at line 35 of file ufo_radarradialvelocity_mod.F90.

◆ ufo_radarradialvelocity_simobs()

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.

Here is the call graph for this function:

Variable Documentation

◆ geovars_default

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.