UFO
ufo_atmsfcinterp_mod Module Reference

Fortran module for atmsfcinterp observation operator. More...

Data Types

type  ufo_atmsfcinterp
 Fortran derived type for the observation type. More...
 

Functions/Subroutines

subroutine atmsfcinterp_setup_ (self, f_conf)
 
subroutine atmsfcinterp_simobs_ (self, geovals_in, obss, nvars, nlocs, hofx)
 

Detailed Description

Fortran module for atmsfcinterp observation operator.

Function/Subroutine Documentation

◆ atmsfcinterp_setup_()

subroutine ufo_atmsfcinterp_mod::atmsfcinterp_setup_ ( class(ufo_atmsfcinterp), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

add geopotential height

need skin temperature for near-surface interpolations

need surface geopotential height to get difference from phi

need surface roughness

need surface and atmospheric pressure for potential temperature

Definition at line 34 of file ufo_atmsfcinterp_mod.F90.

◆ atmsfcinterp_simobs_()

subroutine ufo_atmsfcinterp_mod::atmsfcinterp_simobs_ ( class(ufo_atmsfcinterp), intent(in)  self,
type(ufo_geovals), intent(in)  geovals_in,
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 78 of file ufo_atmsfcinterp_mod.F90.

Here is the call graph for this function: