FV3-JEDI
|
Data Types | |
type | field2field_interp |
Functions/Subroutines | |
subroutine | create (self, interp_type_in, integer_interp, geom_in, geom_ou) |
subroutine | delete (self) |
subroutine | apply (self, nf, geom_in, fields_in, geom_ou, fields_ou) |
subroutine, public | unsinterp_integer_apply (unsinterp, field_in, field_ou) |
subroutine, public | unsinterp_nearest_apply (unsinterp, field_in, field_ou) |
|
private |
Definition at line 113 of file fv3jedi_interpolation_mod.f90.
|
private |
Definition at line 48 of file fv3jedi_interpolation_mod.f90.
|
private |
Definition at line 102 of file fv3jedi_interpolation_mod.f90.
subroutine, public fv3jedi_interpolation_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_ou | ||
) |
Definition at line 288 of file fv3jedi_interpolation_mod.f90.
subroutine, public fv3jedi_interpolation_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_ou | ||
) |
Definition at line 340 of file fv3jedi_interpolation_mod.f90.