MPAS-JEDI
|
Functions/Subroutines | |
subroutine, public | unsinterp_integer_apply (unsinterp, field_in, field_out) |
subroutine, public | unsinterp_nearest_apply (unsinterp, field_in, field_out) |
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.
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.