UFO
ufo_identity_mod Module Reference

Data Types

type  ufo_identity
 

Functions/Subroutines

subroutine identity_setup_ (self)
 
subroutine identity_simobs_ (self, geovals, obss, nvars, nlocs, hofx)
 

Function/Subroutine Documentation

◆ identity_setup_()

subroutine ufo_identity_mod::identity_setup_ ( class(ufo_identity), intent(inout)  self)

Definition at line 26 of file ufo_identity_mod.F90.

◆ identity_simobs_()

subroutine ufo_identity_mod::identity_simobs_ ( class(ufo_identity), 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 
)

Get the name of input variable in geovals

Get profile for this variable from geovals

Here we just apply a identity hofx

Definition at line 42 of file ufo_identity_mod.F90.

Here is the call graph for this function: