UFO
|
Data Types | |
type | ufo_identity |
Functions/Subroutines | |
subroutine | identity_setup_ (self) |
subroutine | identity_simobs_ (self, geovals, obss, nvars, nlocs, hofx) |
subroutine ufo_identity_mod::identity_setup_ | ( | class(ufo_identity), intent(inout) | self | ) |
Definition at line 26 of file ufo_identity_mod.F90.
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.