UFO
ufo_atmvertinterp_mod Module Reference

Data Types

type  ufo_atmvertinterp
 

Functions/Subroutines

subroutine atmvertinterp_setup_ (self, grid_conf)
 
subroutine atmvertinterp_simobs_ (self, geovals, obss, nvars, nlocs, hofx)
 

Function/Subroutine Documentation

◆ atmvertinterp_setup_()

subroutine ufo_atmvertinterp_mod::atmvertinterp_setup_ ( class(ufo_atmvertinterp), intent(inout)  self,
type(fckit_configuration), intent(in)  grid_conf 
)

Size of variables

Fill in geovars: variables we need from the model

grab what vertical coordinate/variable to use from the config

Determine observation vertical coordinate.

Definition at line 29 of file ufo_atmvertinterp_mod.F90.

◆ atmvertinterp_simobs_()

subroutine ufo_atmvertinterp_mod::atmvertinterp_simobs_ ( class(ufo_atmvertinterp), 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 76 of file ufo_atmvertinterp_mod.F90.

Here is the call graph for this function: