UFO
vert_interp_mod_c Module Reference

Fortran sfcpcorrected module for functions on the interface between C++ and Fortran. More...

Functions/Subroutines

subroutine vert_interp_weights_c (c_nlev, c_obl, c_vec, c_wi, c_wf)
 
subroutine vert_interp_apply_c (c_nlev, c_fvec, c_f, c_wi, c_wf)
 

Detailed Description

Fortran sfcpcorrected module for functions on the interface between C++ and Fortran.

Function/Subroutine Documentation

◆ vert_interp_apply_c()

subroutine vert_interp_mod_c::vert_interp_apply_c ( integer(c_int), intent(in)  c_nlev,
real(c_double), dimension(c_nlev), intent(in)  c_fvec,
real(c_double), intent(out)  c_f,
integer(c_int), intent(in)  c_wi,
real(c_double), intent(in)  c_wf 
)
private

Definition at line 36 of file VertInterp.interface.F90.

Here is the call graph for this function:

◆ vert_interp_weights_c()

subroutine vert_interp_mod_c::vert_interp_weights_c ( integer(c_int), intent(in)  c_nlev,
real(c_double), intent(in)  c_obl,
real(c_double), dimension(c_nlev), intent(in)  c_vec,
integer(c_int), intent(out)  c_wi,
real(c_double), intent(out)  c_wf 
)
private

Definition at line 20 of file VertInterp.interface.F90.

Here is the call graph for this function: