MPAS-JEDI
mpasjedi_unstructured_interp_mod Module Reference

Functions/Subroutines

subroutine, public unsinterp_integer_apply (unsinterp, field_in, field_out)
 
subroutine, public unsinterp_nearest_apply (unsinterp, field_in, field_out)
 

Function/Subroutine Documentation

◆ unsinterp_integer_apply()

subroutine, public mpasjedi_unstructured_interp_mod::unsinterp_integer_apply ( type(unstrc_interp), intent(in)  unsinterp,
real(kind=kind_real), dimension(:), intent(in)  field_in,
real(kind=kind_real), dimension(:), intent(inout)  field_out 
)

Definition at line 33 of file mpasjedi_unstructured_interp_mod.F90.

Here is the caller graph for this function:

◆ unsinterp_nearest_apply()

subroutine, public mpasjedi_unstructured_interp_mod::unsinterp_nearest_apply ( type(unstrc_interp), intent(in)  unsinterp,
real(kind=kind_real), dimension(:), intent(in)  field_in,
real(kind=kind_real), dimension(:), intent(inout)  field_out 
)

Definition at line 83 of file mpasjedi_unstructured_interp_mod.F90.