|
subroutine | crtm_surface_kdtree_getfieldneighbours_int (geom, nobs, ngrid, nn, interp_i, field_in, field_out) |
|
subroutine | crtm_surface_kdtree_getfieldneighbours_real (geom, nobs, ngrid, nn, interp_i, field_in, field_out) |
|
Definition at line 23 of file surface_variables_mod.f90.
◆ crtm_surface_kdtree_getfieldneighbours_int()
subroutine surface_vt_mod::crtm_surface_kdtree_getfieldneighbours::crtm_surface_kdtree_getfieldneighbours_int |
( |
type(fv3jedi_geom), intent(in) |
geom, |
|
|
integer, intent(in) |
nobs, |
|
|
integer, intent(in) |
ngrid, |
|
|
integer, intent(in) |
nn, |
|
|
integer, dimension(nobs,nn), intent(in) |
interp_i, |
|
|
integer, dimension(geom%isc:geom%iec,geom%jsc:geom%jec), intent(in) |
field_in, |
|
|
integer, dimension(nobs,nn), intent(out) |
field_out |
|
) |
| |
|
private |
◆ crtm_surface_kdtree_getfieldneighbours_real()
subroutine surface_vt_mod::crtm_surface_kdtree_getfieldneighbours::crtm_surface_kdtree_getfieldneighbours_real |
( |
type(fv3jedi_geom), intent(in) |
geom, |
|
|
integer, intent(in) |
nobs, |
|
|
integer, intent(in) |
ngrid, |
|
|
integer, intent(in) |
nn, |
|
|
integer, dimension(nobs,nn), intent(in) |
interp_i, |
|
|
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec), intent(in) |
field_in, |
|
|
real(kind=kind_real), dimension(nobs,nn), intent(out) |
field_out |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: