@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.
Type | Intent | Optional | 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(:) |