get_interp_idx Subroutine

public subroutine get_interp_idx(lon_clmobs, lat_clmobs, dim_obs, longxy_obs_floor, latixy_obs_floor)

Uses

    • domainMod

@author Mukund Pondkule, Johannes Keller @date 27.03.2023 @brief Set indices of grid cells with lon/lat smaller than observation locations @details This routine sets the indices of grid cells with lon/lat smaller than observation locations.

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: lon_clmobs(:)
real, intent(in) :: lat_clmobs(:)
integer, intent(in) :: dim_obs
integer, intent(inout), allocatable :: longxy_obs_floor(:)
integer, intent(inout), allocatable :: latixy_obs_floor(:)